Skip to content

Commit

Permalink
Added Changelog. 2.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jan 21, 2018
1 parent 430656b commit 61dcd6b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v2.3 (2018-01-18)
=================

- BACKWARDS INCOMPATIBLE: Renamed the project to `django-dynamic-raw-id`
to reflect what it's actually doing.
- Fixed glass lookup icon in Django 1.10 and below.
- Specific ordering of media asset loading.

v1.2 (2018-01-17)
=================

- Multiple fixes and enhancements.
- Full Selenium based testsuite.
- Django 2.0 and Python 3 compatibility.
- pipenv support.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name = "pypi"
selenium = "*"
ipdb = "*"
coverage = "*"
"e1839a8" = {path = ".", extras = ["tests"]}
"e1839a8" = {path = ".", editable = true}


[packages]

django = "*"
django = ">=1.8"
six = "*"
27 changes: 23 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-dynamic-raw-id',
version='2.2',
version='2.3',
author='Martin Mahner, Seth Buntin, Yann Malet',
author_email='info@lincolnloop.com',
description=("raw_id_fields widget replacement that handles display of an object's "
Expand Down

0 comments on commit 61dcd6b

Please sign in to comment.