Commit graph

5 commits

Author SHA1 Message Date
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
Brandon Taylor
8365043e0e Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count.
Fixed jQueryUI highlight method call in success handler of ajax function when dragging stops.
Fixed missing script resource for jquery.effects.core.js
2011-11-16 00:48:14 -06:00
Jaap Roes
def6b940f2 Added i18n files and Dutch translations, also included locale directory in MANIFEST file 2011-09-22 15:53:10 +02:00
Brandon Taylor
1286fc6f46 Ugh. Fixed typo in recursive include command. 2011-09-14 09:11:29 -05:00
Brandon Taylor
7159b7709a Added manifest to include static and templates directories in distro and also exclude the sample project from the installed source.
Fixes Github issue #1
2011-09-14 09:06:50 -05:00