django/docs/ref/contrib
Alex Gaynor f04af7080b Introduce `ContentType.objects.get_for_models(*models)` and use it in the the auth permissions code. This is a solid performance gain on the test suite. Thanks to ptone for the profiling to find this hotspot, and carl for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-12 20:51:59 +00:00
..
admin Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 2011-10-10 17:32:33 +00:00
comments Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 2011-10-10 17:32:33 +00:00
formtools Tweaked the formwizard docs a bit more. 2011-09-26 11:24:38 +00:00
gis Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
auth.txt
contenttypes.txt Introduce `ContentType.objects.get_for_models(*models)` and use it in the the auth permissions code. This is a solid performance gain on the test suite. Thanks to ptone for the profiling to find this hotspot, and carl for the review. 2011-10-12 20:51:59 +00:00
csrf.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
databrowse.txt Fixed #16907 -- Deprecate databrowse. 2011-09-22 04:10:02 +00:00
flatpages.txt Corrected backwards middleware-ordering note in flatpage documentation. 2011-10-07 15:48:30 +00:00
humanize.txt Fixed #16878 -- Improved intword filter to support numbers up to decillion and googol. Thanks to crodjer for the initial patch. 2011-09-23 16:45:40 +00:00
index.txt Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. 2011-08-13 13:51:34 +00:00
localflavor.txt Removed use of non-standard indentation rules in docs, and the custom transform that supported them. 2011-10-10 17:32:33 +00:00
markup.txt
messages.txt Fixed #16904 -- Additional clarification regarding contrib.messages iteration. Thanks murphyke for the report and patch. 2011-09-21 22:43:41 +00:00
redirects.txt
sitemaps.txt Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
sites.txt
staticfiles.txt Fixed ReST errors that stopped some staticfiles docs being rendered 2011-09-22 21:52:00 +00:00
syndication.txt Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
webdesign.txt