django1/django/contrib/contenttypes
Aymeric Augustin 4daf570b98 Added TransactionTestCase.available_apps.
This can be used to make Django's test suite significantly faster by
reducing the number of models for which content types and permissions
must be created and tables must be flushed in each non-transactional
test.

It's documented for Django contributors and committers but it's branded
as a private API to preserve our freedom to change it in the future.

Most of the credit goes to Anssi. He got the idea and did the research.

Fixed #20483.
2013-06-10 11:24:10 +02:00
..
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
generic.py Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet 2013-06-05 07:59:59 -04:00
management.py Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
models.py (Re-)moved some imports 2013-05-21 17:34:19 +02:00
tests.py Fix NoneType error when fetching a stale ContentType with get_for_id 2013-05-18 17:31:28 +02:00
views.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00