Brandon Taylor
e206dfc30c
Fixed application of CSS class 'sortable' to stacked inline elements that are sortable which was somehow excluded from the previous release.
2012-11-02 13:49:30 -04:00
Brandon Taylor
9145da6a23
Updated version to 1.3.6, which also somehow didn't make it into the previous release
2012-11-02 13:38:19 -04:00
Brandon Taylor
a66757d728
Fixed the changed to the get_do_sorting_url template tag that somehow didn't make it into the previous release.
2012-11-02 13:33:55 -04:00
Brandon Taylor
7a000f1724
Fixed version in __init__
2012-04-23 23:18:37 -05:00
Brandon Taylor
98320aefe9
Incremented version to 1.3.1
2012-04-23 23:13:35 -05:00
Brandon Taylor
e6e0d728d7
Removed initial_data which was breaking unit tests.
2012-04-23 23:11:11 -05:00
Brandon Taylor
49b7d7d0e3
Added south field triple to SortableForeignKey field
2012-03-07 21:52:57 -06:00
Brandon Taylor
09f86f83bb
Fixed IndexError
2012-02-24 22:56:47 -06:00
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