django1/django/contrib/auth/management
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
..
commands Fixed #19807 -- Sanitized getpass input in createsuperuser 2013-02-15 15:44:27 +01:00
__init__.py Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00