django-admin2/example/blog/tests
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
..
__init__.py Adding smoke tests for User and Group API resources. 2013-05-19 16:01:30 +02:00
test_apiviews.py Merge remote-tracking branch 'upstream/master' into rename-modeladmin-model_admin 2013-05-19 15:45:24 +02:00
test_builtin_api_resources.py Adding smoke tests for User and Group API resources. 2013-05-19 16:01:30 +02:00
test_views.py Use admin2_url, redirect create form to index view. 2013-05-21 14:01:30 -04:00