Updated readme and version
parent
4812a81bb0
commit
1614e77b75
|
|
@ -10,4 +10,5 @@ django-admin-sortable.sublime-project
|
||||||
django-admin-sortable.sublime-workspace
|
django-admin-sortable.sublime-workspace
|
||||||
adminsortable.sublime-project
|
adminsortable.sublime-project
|
||||||
adminsortable.sublime-workspace
|
adminsortable.sublime-workspace
|
||||||
.ropeproject
|
.ropeproject
|
||||||
|
.codeintel
|
||||||
5
README
5
README
|
|
@ -130,10 +130,9 @@ Status
|
||||||
admin-sortable is currently used in production.
|
admin-sortable is currently used in production.
|
||||||
|
|
||||||
|
|
||||||
What's new in 1.3.5.1?
|
What's new in 1.3.7?
|
||||||
=============
|
=============
|
||||||
- Hotfix to correctly pass in the object for the get sorting url templatetag.
|
- CSS fixes for tabular inlines courtesty of @ionelmc: https://github.com/ionelmc
|
||||||
- PEP8 code enhancements
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
=============
|
=============
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 3, 6) # following PEP 386
|
VERSION = (1, 3, 7) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue