django/docs/topics
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
..
auth
class-based-views Add missing imports and models to the examples in the view layer documentation 2013-05-18 18:39:11 +02:00
db Fixed #20543 - Typo in db model fields docs. 2013-06-01 05:48:38 -04:00
forms
http
i18n
testing
cache.txt Tweak caching decorators/utility functions xrefs. 2013-05-30 20:38:44 -03:00
conditional-view-processing.txt Fixed #6195 -- Documented caching options for javascript_catalog. 2013-02-25 22:29:38 +01:00
email.txt
files.txt Add missing imports and models to the examples in the view layer documentation 2013-05-18 18:39:11 +02:00
index.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
install.txt Update link to django-mssql project 2013-03-06 12:12:42 -05:00
localflavor.txt Fixed #20096 -- Added link to the Greek localflavor app 2013-03-20 17:08:08 +01:00
logging.txt Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
pagination.txt
python3.txt
security.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt