django/docs/ref/contrib
Jannis Leidel 94f7481396 Fixed #16377 -- Fixed docs about how to disable the admin actions conditionally to match the current code. Thanks, Aymeric Augustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-29 09:40:43 +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 Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
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 Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
flatpages.txt Fixed #16014 -- numerous documentation typos -- thanks psmith. 2011-05-13 04:33:42 +00:00
humanize.txt Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter. 2011-05-17 10:16:12 +00:00
index.txt Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 2011-05-29 17:41:04 +00:00
localflavor.txt Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawgon and Julien Phalip. 2011-07-03 17:56:15 +00:00
markup.txt Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users that the marked up output will not be escaped. 2011-02-28 05:39:44 +00:00
messages.txt Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 2011-05-29 17:41:04 +00:00
redirects.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
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 Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 2011-04-01 16:10:22 +00:00
staticfiles.txt Fixed #16161 -- Added `--clear` option to `collectstatic` management command to be able to explicitly clear the files stored in the destination storage before collecting. 2011-07-04 21:34:29 +00:00
syndication.txt Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 2011-04-01 16:10:22 +00:00
webdesign.txt Fixed #16120 -- Updated a few reference links in the docs after the contributing reorganization. Thanks to Julien and Ramiro. 2011-05-29 12:47:30 +00:00