django/tests/contenttypes_tests
Simon Charette 826ec5ee57 [1.10.x] Refs #24067 -- Fixed contenttypes rename tests failures on Oracle.
Broke the initial migration in two to work around #25530 and added
'django.contrib.auth' to the available_apps to make sure its tables are also
flushed as Oracle doesn't implement cascade deletion in sql_flush().

Thanks Tim for the report.

Backport of 722344ee59 from master
2016-05-22 21:29:59 -04:00
..
operations_migrations [1.10.x] Refs #24067 -- Fixed contenttypes rename tests failures on Oracle. 2016-05-22 21:29:59 -04:00
__init__.py Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
models.py Fixed #26085 -- Fixed contenttypes shortcut() view crash with a null fk to Site. 2016-04-16 17:27:44 -04:00
test_models.py Fixed #24075 -- Used post-migration models in contrib apps receivers. 2016-05-15 19:51:16 -04:00
test_order_with_respect_to.py Fixed #26009 -- Fixed contenttypes_tests isolation. 2016-01-04 11:45:26 -05:00
tests.py [1.10.x] Refs #24067 -- Fixed contenttypes rename tests failures on Oracle. 2016-05-22 21:29:59 -04:00
urls.py Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 2014-04-16 20:36:29 -04:00