django-admin2/djadmin2
2013-05-23 20:11:04 +02:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap Used filters to present results of views better for #128 2013-05-23 20:11:04 +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 bike shedding 2013-05-21 00:25:38 +02:00
__init__.py Prep for version 0.2.0 2013-05-19 17:23:58 +02:00
actions.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
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 Also take form field into account when floppifying widgets. That way all specific floppyform widgets will be used for modelforms (like EmailInput, NumberInput, etc.). 2013-05-22 22:16:03 +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