Jaap Roes
b0df1ff701
Remove south_field_triple method as South does not support Django >= 1.7
2017-03-16 16:21:58 +01:00
Brandon Taylor
2543f02ce7
Fixed a typp in adminsortable/fields.py comments.
...
Updated readme.
2015-09-07 21:26:36 -04:00
Brandon Taylor
cffbd8534e
Working on updating documentation and sample project
2013-02-28 22:07:16 -05: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
49b7d7d0e3
Added south field triple to SortableForeignKey field
2012-03-07 21:52:57 -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