parent
842d748935
commit
4e0a3cc0ec
2
AUTHORS
2
AUTHORS
|
|
@ -1,2 +1,2 @@
|
||||||
This software is maintained by:
|
This software is maintained by:
|
||||||
Brandon Taylor <brandon@iambrandontaylor.com>
|
Brandon Taylor <alsoicode@gmail.com>
|
||||||
|
|
|
||||||
|
|
@ -531,8 +531,8 @@ ordering on top of that just seemed a little much in my opinion.
|
||||||
### Status
|
### Status
|
||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
### What's new in 2.1.4?
|
### What's new in 2.1.5?
|
||||||
- Improved performance on large data sets. Credit to [mrmachine](https://github.com/mrmachine).
|
- Support for Django Admin filters. Credit to [timur-orudzhov](https://github.com/timur-orudzhov).
|
||||||
|
|
||||||
### Future
|
### 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.
|
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.
|
||||||
|
|
|
||||||
|
|
@ -657,11 +657,11 @@ Status
|
||||||
|
|
||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
What’s new in 2.1.4?
|
What’s new in 2.1.5?
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Improved performance on large data sets. Credit to
|
- Support for Django Admin filters. Credit to
|
||||||
`mrmachine <https://github.com/mrmachine>`__.
|
`timur-orudzhov <https://github.com/timur-orudzhov>`__.
|
||||||
|
|
||||||
Future
|
Future
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (2, 1, 4)
|
VERSION = (2, 1, 5)
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue