django-admin2/djadmin2
2013-06-06 12:48:36 -05:00
..
static/themes/bootstrap German to English 😉 2013-06-03 23:30:48 +02:00
templates/admin2/bootstrap fixes #165 we now can control what gets displayed 2013-06-04 21:22:28 +02:00
templatetags fixes #165 we now can control what gets displayed 2013-06-04 21:22:28 +02:00
tests Removed admins.py and placed calls to ModelAdmin2 from top namespace 2013-05-31 08:57:25 +02:00
__init__.py prep for v0.3.0 2013-05-31 10:21:02 +02:00
actions.py more docs for #161 2013-06-04 20:30:41 +02:00
apiviews.py Move towards internal consistency of URL name definitions 2013-06-01 13:48:53 +02:00
core.py Added Roman Gladkov as a contributor, PEP8 and djadmin2 standards fixes 2013-05-31 08:36:09 +02:00
forms.py Fixes #181 -- Choices were not copied for Select widgets for floppified forms. 2013-06-04 22:31:59 +02:00
models.py fixes #155, which is moving models.py to types.py. Using admins.py as an alias for the old models.py module 2013-05-30 12:33:00 +02:00
permissions.py PEP-8 work 2013-05-30 11:35:58 +02:00
settings.py Add search_fields to MODEL_ADMIN_ATTRS 2013-06-06 12:48:36 -05:00
types.py for #161 we now support both functions and classes for list actions 2013-06-04 20:18:45 +02:00
utils.py PEP-8 work 2013-05-30 11:35:58 +02:00
viewmixins.py Rename constants module to settings 2013-06-03 22:44:16 +02:00
views.py for #161 we now support both functions and classes for list actions 2013-06-04 20:18:45 +02:00