django1/django/contrib
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
..
admin Fixed #19080 -- Fine-grained control over select_related in admin 2013-06-05 23:08:00 +02:00
admindocs Fixed admindoc template errors introduced by 02fd87c821. 2013-06-02 00:32:29 -04:00
auth Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
comments Updated translation catalogs 2013-05-25 14:32:44 +02:00
contenttypes Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
flatpages Fixed #13285: populate_xheaders breaks caching 2013-05-18 17:03:43 +02:00
formtools Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
gis Reimplemented PostGIS spatial_version with cached_property 2013-05-27 12:06:56 +02:00
humanize Fixed #20502 (again) -- More i18n cache flush in tests 2013-06-06 14:28:58 +02:00
messages Remove unnecessary and problematic parent class from SuccessMessageMixin 2013-05-17 08:59:06 -07:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
sitemaps Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
sites Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
staticfiles Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
syndication Stopped using non-standard __globals__ and __code__ attributes. 2013-03-17 10:44:28 +01:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py