mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-04 15:10:29 +00:00
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.
2 lines
44 B
Python
2 lines
44 B
Python
VERSION = (1, 0, 1)
|
|
__version__ = '1.0.1'
|