django-admin2/djadmin2
2013-05-29 10:44:22 +02:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
templatetags Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
tests add missing test for utils.model_app_label 2013-05-28 13:24:02 +01:00
__init__.py Prep for version 0.2.0 2013-05-19 17:23:58 +02:00
actions.py Fixes message display after action handling. 2013-05-23 15:37:50 -04:00
apiviews.py For #134, this moves many independant functions to the utils module and begins conversion of naked ._meta use to using the utils.model_options wrapper 2013-05-23 19:46:03 +02:00
constants.py Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
core.py Rename app-index view to app_index 2013-05-28 13:24:18 +01: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 Wrapped all calls to model._meta with model_options function. fix #134 2013-05-23 20:00:14 +02:00
permissions.py Adding reference documentation for permission handling. 2013-05-29 10:44:22 +02:00
utils.py Initial stab at breadcrumbs 2013-05-26 01:55:43 +01:00
viewmixins.py Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
views.py Implementing a class-based permission handling. 2013-05-29 10:43:09 +02:00