Brandon Taylor
ece9876a47
Minor PEP8 improvements.
...
Updated version to 1.4.1.
Updated README.
2013-03-15 07:31:14 -04:00
Brandon Taylor
893759f7d0
Merge pull request #30 from Hedde/master
...
Added support for generic inlines
2013-03-15 04:23:06 -07:00
Brandon Taylor
ddbeca7177
Improved documentation for adding Sortable to an existing model.
2013-03-10 21:05:10 -04:00
Brandon Taylor
e10d653d3a
Improved documentation for adding Sortable to an existing model.
2013-03-10 21:04:32 -04:00
Brandon Taylor
9cb756e3ea
Improved documentation for adding Sortable to an existing model.
2013-03-10 21:03:55 -04:00
Brandon Taylor
a8fcabc328
Merge branch 'master' of github.com:iambrandontaylor/django-admin-sortable
2013-03-10 20:53:32 -04:00
Brandon Taylor
a54e81434f
Minor modifications for Django 1.5.x and 1.4.x backward-compatibility.
...
Added new sample project.
Improved documentation.
Refactored CSS selector for inlines that are sortable.
2013-03-10 20:53:05 -04:00
Brandon Taylor
ac2cecf291
Updated documentation formatting and information for 1.4 release.
2013-03-08 13:45:15 -05:00
Brandon Taylor
66752d309f
Merge pull request #29 from smacker/master
...
8662eba fix
2013-03-01 02:49:48 -08:00
Brandon Taylor
cffbd8534e
Working on updating documentation and sample project
2013-02-28 22:07:16 -05:00
Brandon Taylor
8662ebae88
Merged changes from return1-django-v1.5 master
2013-02-28 21:52:07 -05:00
Brandon Taylor
1614e77b75
Updated readme and version
2012-11-19 00:10:40 -05:00
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