django/docs/ref/contrib
Gabriel Hurley 3349b95db6 Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-10 17:21:16 +00:00
..
admin Fixed #11058 - list_display_links doesn't allow callables not defined in the model 2011-02-21 19:15:02 +00:00
comments Fixed #14176 -- Added forwards compatibility to the legacy syndication feed view. This allows class-based feeds to be deployed using the old-style feed view, as long as the feed requires no arguments (i.e., get_object returns None). Thanks to psychcf for the report, cwhaines for the investigation, and Andrew Godwin for the assist. 2011-01-13 14:51:34 +00:00
formtools Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation. Thanks to codysomerville for the report. 2011-02-23 09:41:38 +00:00
gis Fixed "the the" typos. 2011-02-14 23:18:30 +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 #14820 -- Added more information to the generic relation docs regarding different choices for storing PK references for a GenericForeignKey. Thanks to mrmachine for the all the work on the patch. 2011-02-16 00:18:09 +00:00
csrf.txt Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docs 2011-02-22 11:27:58 +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 #15335 -- Improved Sphinx crossref targets and metadata for the sites and flatpages reference docs. 2011-02-18 00:58:34 +00:00
humanize.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
index.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
localflavor.txt Refactor the choices for localflavor's USStateField, and add new US postal code support. Fixes #14937 and #9022, refs #10308 and #8425. 2010-12-23 02:56:31 +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 #14956 - typo in messages docs. thanks alexarsh for the report. 2010-12-25 20:26:32 +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 #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
sites.txt Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites and flatpages reference docs. 2011-02-18 00:58:34 +00:00
staticfiles.txt Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch. 2011-02-14 01:42:26 +00:00
syndication.txt Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch. 2011-03-10 17:21:16 +00:00
webdesign.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00