django-admin2/djadmin2
Chris Lawlor f66ffe8c86 Use admin2_url, redirect create form to index view.
Uses the template tag admin2_url to create namespaced view names
from inside of views.

Create model form now redirects to the model index page, as
django.contrib.admin. does.

Removed get_success_url from ModelListView, as generic.ListView
does not call this method.
2013-05-21 14:01:30 -04:00
..
static/themes/bootstrap More style changes on model list 2013-05-19 14:29:29 +02:00
templates/admin2/bootstrap Implements model save options, issue #110 2013-05-20 08:45:34 -04: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 Use admin2_url, redirect create form to index view. 2013-05-21 14:01:30 -04:00