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.
This commit is contained in:
Brandon Taylor
2012-11-02 09:04:32 -04:00
parent c9a20b0838
commit 810f8a0dd4
25 changed files with 73 additions and 3058 deletions
+3 -4
View File
@@ -129,11 +129,10 @@ Status
admin-sortable is currently used in production.
What's new in 1.3.4?
What's new in 1.3.5.1?
=============
- Added support to override templates on a per-model basis. This is useful if you would
like to provide an alternate display of the sortable items, such as thumbnails.
Thanks to BlindHunter (https://github.com/BlindHunter) for contributing this functionality!
- Hotfix to correctly pass in the object for the get sorting url templatetag.
- PEP8 code enhancements
Features
=============