Commit Graph
14 Commits
Author SHA1 Message Date
Brandon Taylor 05c9119941 Merge pull request #23 from evildmp/master
Readme file meta class example
2013-01-06 05:58:22 -08:00
Brandon Taylor 4812a81bb0 Merge pull request #19 from ionelmc/master
Minor fixes for tabular inline
2012-11-18 09:17:24 -08:00
Brandon Taylor ffba0fa984 Merge pull request #18 from tonycosentini/master
Added TEMPLATE_CONTEXT_PROCESSORS bit to README.
2012-11-07 10:49:37 -08:00
Brandon Taylor 810f8a0dd4 Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object.
Various PEP8 enhancements.
2012-11-02 09:04:32 -04:00
Brandon Taylor c9a20b0838 Updated version to 1.3.5 2012-09-30 21:43:04 -04:00
Brandon Taylor 13af5f8142 Fixed exception handling in 'is_sortable' classmethod 2012-09-30 21:41:17 -04:00
Brandon Taylor 04bdb80637 Removed individual jQueryUI JavaScript files in favor of loading jQueryUI from Google Ajax API.
Updated jQuery to latest version from Google Ajax API.
Integrated pull-request from BlindHunter to add the ability to override templates on a per-model basis.
Updated README.
2012-09-25 10:52:31 -04:00
Brandon Taylor d22307c8fb Merge pull request #13 from BlindHunter/master
Merging pull request to enable per-model override of templates.
2012-09-24 07:13:00 -07:00
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