django-admin2/djadmin2
2013-05-23 22:34:15 +02:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap small correction on model naming 2013-05-23 22:34:15 +02:00
templatetags 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
tests test cleanup 2013-05-23 20:22:44 +02: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 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
viewmixins.py Wrapped all calls to model._meta with model_options function. fix #134 2013-05-23 20:00:14 +02:00
views.py Used filters to present results of views better for #128 2013-05-23 20:11:04 +02:00