[bt/master] Version bump to 2.1
parent
2ec2722c67
commit
a9855808d0
|
|
@ -530,9 +530,8 @@ ordering on top of that just seemed a little much in my opinion.
|
|||
### Status
|
||||
django-admin-sortable is currently used in production.
|
||||
|
||||
### What's new in 2.0.22?
|
||||
- Improved saving [Pull Request 166](https://github.com/iambrandontaylor/django-admin-sortable/pull/166) thanks [@sushifan](https://github.com/sushifan)
|
||||
- Django 1.11.x compatibility [Pull Request 167](https://github.com/iambrandontaylor/django-admin-sortable/pull/16) thanks [@camilonova](https://github.com/camilonova)
|
||||
### What's new in 2.1?
|
||||
- Removed fallbacks for Django 1.8, Tox testing and many performance improvements [Pull Request 168](https://github.com/iambrandontaylor/django-admin-sortable/pull/168) thanks [@sushifan](https://github.com/jaap3)
|
||||
|
||||
### Future
|
||||
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.
|
||||
|
|
|
|||
14
README.rst
14
README.rst
|
|
@ -656,15 +656,13 @@ Status
|
|||
|
||||
django-admin-sortable is currently used in production.
|
||||
|
||||
What's new in 2.0.22?
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
What's new in 2.1?
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Improved saving `Pull Request
|
||||
166 <https://github.com/iambrandontaylor/django-admin-sortable/pull/166>`__
|
||||
thanks [@sushifan](https://github.com/sushifan)
|
||||
- Django 1.11.x compatibility `Pull Request
|
||||
167 <https://github.com/iambrandontaylor/django-admin-sortable/pull/16>`__
|
||||
thanks [@camilonova](https://github.com/camilonova)
|
||||
- Removed fallbacks for Django 1.8, Tox testing and many performance
|
||||
improvements `Pull Request
|
||||
168 <https://github.com/iambrandontaylor/django-admin-sortable/pull/168>`__
|
||||
thanks [@sushifan](https://github.com/jaap3)
|
||||
|
||||
Future
|
||||
~~~~~~
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 0, 22)
|
||||
VERSION = (2, 1, 0)
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue