django-admin2/djadmin2
2013-05-30 12:33:00 +02:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap UI improvements when deleting objects. 2013-05-29 12:38:32 +01:00
templatetags Adding |for_view filter to bind permissions for a view name. 2013-05-29 10:44:22 +02:00
tests 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
__init__.py Prep for version 0.2.0 2013-05-19 17:23:58 +02:00
actions.py PEP-8 work 2013-05-30 11:35:58 +02:00
admins.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
apiviews.py Fix permission denied errors for API views. 2013-05-29 10:47:45 +02:00
constants.py Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
core.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
forms.py Don't copy input_type attribute from original widget when the floppyform widget has a much more appropriate HTML5 type. 2013-05-23 20:59:35 +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
types.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
utils.py PEP-8 work 2013-05-30 11:35:58 +02:00
viewmixins.py Re-wording the variable 'backend' based on @RaphaelKimmig's code review. 2013-05-29 11:00:59 +02:00
views.py Use utils.model_options() in views and change utils import. 2013-05-29 14:09:26 +01:00