0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref/contrib
2011-10-13 09:20:10 +00:00
..
admin Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's embedded jQuery to overwrite any pre-existing values of window.jQuery in the global namespace. Many thanks to Rob Hudson, Jannis Leidel and "anonymous" for the help resolving this issue. 2011-10-13 09:20:10 +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
databrowse.txt
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
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
redirects.txt
sitemaps.txt
sites.txt
staticfiles.txt Fixed ReST errors that stopped some staticfiles docs being rendered 2011-09-22 21:52:00 +00:00
syndication.txt
webdesign.txt