django/docs/ref/contrib
Jannis Leidel 1d32bdd3c9 Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app.
Many thanks to Florian Apolloner and Jacob Kaplan-Moss for reviewing and eagle eyeing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-11 14:07:39 +00:00
..
admin Fixed #16377 -- Fixed docs about how to disable the admin actions conditionally to match the current code. Thanks, Aymeric Augustin. 2011-07-29 09:40:43 +00:00
comments Fixed #16031 -- Corrected comments template examples. Thanks, teraom. 2011-06-16 16:34:02 +00:00
formtools Fixed #16382 -- Corrected form wizard docs to use one based step number in example template. Thanks, BernhardEssl. 2011-07-04 16:20:29 +00:00
gis Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac Kelly. 2011-06-29 13:52:27 +00:00
auth.txt
contenttypes.txt Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks jsdalton. 2011-07-10 21:52:03 +00:00
csrf.txt Added a note about the AJAX CSRF example not working on jQuery 1.5 2011-07-14 18:36:05 +00:00
databrowse.txt
flatpages.txt
humanize.txt
index.txt
localflavor.txt Fixed #16497 -- Added new form and model fields to the Mexican local flavor. Many thanks to Andrés Torres Marroquín and Gerardo Orozco. 2011-07-29 10:20:16 +00:00
markup.txt
messages.txt
redirects.txt
sitemaps.txt Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instances for easier customization. Thanks, mat. 2011-06-28 10:17:01 +00:00
sites.txt
staticfiles.txt Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00
syndication.txt
webdesign.txt