Brandon Taylor
866adffd7b
Updated CSS classing of sortable inline and stacked items.
...
Concatenated classing of sortable inlines into one stylesheet.
Updated version to 1.3.3
Updated README
2012-07-09 11:05:59 -04:00
Brandon Taylor
484f00d263
Updated version to 1.3.2.
...
Updated status to stable/production.
Added AttributeError exception handling for models that specify a SortableForeignKey that does not inherit from Sortable.
Added template support for nested objects that are sortable by a foreign key, where the foreign key is not sortable.
2012-06-07 09:38:36 -04:00
Brandon Taylor
e8e20f0f48
Merge pull request #8 from return1/master
...
made django-admin-sortable work on models with descending order
2012-04-20 14:01:18 -07:00
Brandon Taylor
8365043e0e
Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count.
...
Fixed jQueryUI highlight method call in success handler of ajax function when dragging stops.
Fixed missing script resource for jquery.effects.core.js
2011-11-16 00:48:14 -06:00
Brandon Taylor
638f26df27
Updated version to 1.1.0
2011-10-04 12:36:31 -05:00
Brandon Taylor
1117941f91
Added KeyError handling on do_sorting_view
2011-10-04 12:01:06 -05:00