1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
MANIFEST.in
README.rst
setup.cfg
setup.py
adminsortable/__init__.py
adminsortable/admin.py
adminsortable/fields.py
adminsortable/models.py
adminsortable/utils.py
adminsortable/locale/de/LC_MESSAGES/django.mo
adminsortable/locale/de/LC_MESSAGES/django.po
adminsortable/locale/en/LC_MESSAGES/django.po
adminsortable/locale/es/LC_MESSAGES/django.mo
adminsortable/locale/es/LC_MESSAGES/django.po
adminsortable/locale/nl/LC_MESSAGES/django.mo
adminsortable/locale/nl/LC_MESSAGES/django.po
adminsortable/locale/pl/LC_MESSAGES/django.mo
adminsortable/locale/pl/LC_MESSAGES/django.po
adminsortable/locale/pt_BR/LC_MESSAGES/django.mo
adminsortable/locale/pt_BR/LC_MESSAGES/django.po
adminsortable/locale/ru/LC_MESSAGES/django.mo
adminsortable/locale/ru/LC_MESSAGES/django.po
adminsortable/static/adminsortable/css/admin.sortable.css
adminsortable/static/adminsortable/css/admin.sortable.inline.css
adminsortable/static/adminsortable/js/admin.sortable.js
adminsortable/static/adminsortable/js/admin.sortable.stacked.inlines.js
adminsortable/static/adminsortable/js/admin.sortable.tabular.inlines.js
adminsortable/static/adminsortable/js/jquery-ui-django-admin.min.js
adminsortable/static/adminsortable/js/jquery.django-csrf.js
adminsortable/templates/adminsortable/change_form.html
adminsortable/templates/adminsortable/change_list.html
adminsortable/templates/adminsortable/change_list_with_sort_link.html
adminsortable/templates/adminsortable/edit_inline/stacked-1.5.x.html
adminsortable/templates/adminsortable/edit_inline/stacked.html
adminsortable/templates/adminsortable/edit_inline/tabular-1.5.x.html
adminsortable/templates/adminsortable/edit_inline/tabular.html
adminsortable/templates/adminsortable/shared/fieldset.html
adminsortable/templates/adminsortable/shared/list_items.html
adminsortable/templates/adminsortable/shared/nested_objects.html
adminsortable/templates/adminsortable/shared/object_rep.html
adminsortable/templates/adminsortable/shared/objects.html
adminsortable/templatetags/__init__.py
adminsortable/templatetags/adminsortable_tags.py
adminsortable/templatetags/django_template_additions.py
django_admin_sortable.egg-info/PKG-INFO
django_admin_sortable.egg-info/SOURCES.txt
django_admin_sortable.egg-info/dependency_links.txt
django_admin_sortable.egg-info/not-zip-safe
django_admin_sortable.egg-info/pbr.json
django_admin_sortable.egg-info/requires.txt
django_admin_sortable.egg-info/top_level.txt
|