django-admin2/djadmin2/tests
Germano Gabbianelli 606db2fe7a Added tests for pull-request #386
1. Custom views should be prepended to the 'views' list, otherwise they
   could be shadowed by views of the superclass.
2. Custom views should not be added to the superclass 'views' list.
   Instead a new list should be created and assigned to the class.
2013-12-05 12:48:55 +01:00
..
__init__.py Added renderer tests 2013-07-07 15:08:41 +02:00
test_actions.py Moving action tests to another file 2013-07-06 14:17:54 +02:00
test_admin2tags.py Tests for the "app verbose name". 2013-08-05 03:39:17 -04:00
test_auth_admin.py Merge branch 'develop' into admin_view 2013-07-26 17:55:55 -03:00
test_core.py Tests for the "app verbose name". 2013-08-05 03:39:17 -04:00
test_renderers.py Added renderer tests 2013-07-07 15:08:41 +02:00
test_types.py Added tests for pull-request #386 2013-12-05 12:48:55 +01:00
test_utils.py Moved get_attr filter to utils 2013-07-07 15:08:07 +02:00
test_views.py Fixing failing tests, that only occured on Travis. You cannot use a plane, generic View in the Admin since it always needs to be a model based one. At least unless you overwrite the get_*_kwargs method. 2013-11-28 18:11:12 +01:00