This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-sortable-fixwin
Watch
8
Star
0
Fork
0
You've already forked django-admin-sortable-fixwin
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
810f8a0dd4d5040cf36be05dd961e54d92fd4dd9
django-admin-sortable-fixwin
/
sample_project
/
app
T
History
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
..
fixtures
Removed initial_data which was breaking unit tests.
2012-04-23 23:11:11 -05:00
__init__.py
Added SortableForeignKey field to replace
sortable_by
model property.
2012-02-24 22:35:30 -06:00
admin.py
Updated CSS classing of sortable inline and stacked items.
2012-07-09 11:05:59 -04:00
models.py
Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object.
2012-11-02 09:04:32 -04:00
tests.py
Fixed the inline stacked sortable template by passing in the original object rather than passing in the model type id of the original object.
2012-11-02 09:04:32 -04:00