django-admin2/djadmin2
Chris Lawlor 3d2b347063 Adds model name to AdminModel2Mixin template context.
All views subclassing AdminModel2Mixin will need the model
name in their template context, so moving it to the base
class so child views don't all have to override
get_context_data.
2013-05-20 10:34:35 -04:00
..
static/themes/bootstrap More style changes on model list 2013-05-19 14:29:29 +02:00
templates/admin2/bootstrap Merge pull request #108 from ludw/headerui 2013-05-19 15:46:32 -07:00
templatetags remove unnecessary exceptions file 2013-05-19 14:26:03 +02:00
tests Using django's TestCase and instead of the one from unittest. 2013-05-19 14:23:18 +02:00
__init__.py Prep for version 0.2.0 2013-05-19 17:23:58 +02:00
apiviews.py Merge remote-tracking branch 'upstream/master' into rename-modeladmin-model_admin 2013-05-19 15:45:24 +02:00
core.py Adding warnings about refactoring 2013-05-20 00:50:41 +02:00
forms.py Rename package to djadmin2 2013-05-18 11:52:03 +02:00
models.py Adding warnings about refactoring 2013-05-20 00:50:41 +02:00
views.py Adds model name to AdminModel2Mixin template context. 2013-05-20 10:34:35 -04:00