Navigation Menu

Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 1, 2017
1 parent 482f84a commit 0b62ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include README.md
include setup.py
recursive-include adminsortable2 *.py
recursive-include adminsortable2/locale *
recursive-include adminsortable2/static *
Expand Down
16 changes: 1 addition & 15 deletions README.md
Expand Up @@ -14,20 +14,6 @@ Existing models can inherit from ``models.Model`` or any other class derived the
base class is required.


News in Version 0.6.4
---------------------

* Drop support for Django-1.7 and lower.
* Feature request #107: Overidable SortableAdminMixin.get_max_order(request, obj)
# Fixed #100: actions = none breaks functionality
* Fixed #98: js error in admin
* Fixed #55: TabularInline template THEAD colspan=2 broken
* Fixed #82: SortableInlineAdminMixin screws up TabularInline colums
* Fixed #104: Key 'order' not found

Many thanks to @rubengrill for fixing them!


Project's home
--------------
https://github.com/jrief/django-admin-sortable2.
Expand Down Expand Up @@ -56,6 +42,6 @@ restrictions.
License
-------

Copyright © 2016 Jacob Rief.
Copyright © 2017 Jacob Rief.

MIT licensed.

0 comments on commit 0b62ac6

Please sign in to comment.