django-admin2/djadmin2/tests
Kamil Gałuszka d69729e52f Merge pull request #417 from montiniz/py3-fix
Raise syntax no longer accepts comma-separated arguments in python3
2015-03-30 22:53:44 +02:00
..
__init__.py many fixes to django-admin2 with py3 2014-10-10 22:19:02 -05: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 many fixes to django-admin2 with py3 2014-10-10 22:19:02 -05:00
test_renderers.py Fixed datetime_renderer to be compatible with django 1.8. Django ticket #23466 2015-03-30 12:50:08 -05:00
test_types.py Added tests for ModelAdmin.get_urls 2015-03-21 12:55:06 -05:00
test_utils.py fixing next py3 problems... only 57 failing tests left. 2014-10-10 22:19:04 -05: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