Commit Graph

11 Commits (49b7d7d0e3b6d37823d500af43865d4376de3350)

Author SHA1 Message Date
Brandon Taylor 4e918cbe4b Updated README to provide example of usage of SortableForeignKey. 2012-02-24 22:51:22 -06:00
Brandon Taylor 0eb5c86dc8 Updated README to reflect changes present in 1.3 2012-02-24 22:47:44 -06:00
Brandon Taylor 37f91cce97 Added SortableForeignKey field to replace `sortable_by` model property.
Refactored how the sortable_by properties get populated by looping over the model fields until we get to the SortableForeignKey, then grabbing properties from the field and its related data.
2012-02-24 22:35:30 -06:00
Brandon Taylor 63a80f5953 Incremented version to 1.2.
Refactored ORM calls to properly order objects by the sortable_by property to ensure objects are grouped correctly in the sortable change list template after being passed through dynamic_regroup.
Fixed missing import for jquery.effects.core, again.
Refactored sortable_by classmethod into a property.
2011-11-22 22:19:39 -06: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 cbd612d128 Updated version to 1.0.8
Updated README and COPYRIGHT
2011-09-17 17:47:06 -05:00
Brandon Taylor d24225ab5d Updated README to include instructions on new name of static files directory and for use with contrib.staticfiles. 2011-09-11 01:24:54 -05:00
Brandon Taylor d67112e66d Added login credential information to main README.
Added README for sample_project that also contains login credentials for the impatient.
2011-09-03 22:21:37 -05:00
Brandon Taylor 7ad1925ec1 Updated example to demonstrate SortableStackedInline 2011-09-03 22:10:27 -05:00
Brandon Taylor 4e38d8fbe1 Adding files to repo. 2011-08-31 19:51:02 -05:00
Brandon Taylor 41b83e155f first commit 2011-08-31 19:45:13 -05:00