django-admin2/djadmin2
2013-05-25 16:45:26 +01:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap Use PK instead of ID in the model list view and template. 2013-05-24 12:06:35 +01:00
templatetags Add tests for admin2 templatetags and fix bug. 2013-05-25 16:45:26 +01:00
tests Add tests for admin2 templatetags and fix bug. 2013-05-25 16:45:26 +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 merge conflict resolutions 2013-05-23 13:01:27 +02:00
core.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
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
utils.py Added tests for djadmin.utils 2013-05-24 16:22:54 +02:00
viewmixins.py Wrapped all calls to model._meta with model_options function. fix #134 2013-05-23 20:00:14 +02:00
views.py Use PK instead of ID in the model list view and template. 2013-05-24 12:06:35 +01:00