1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref/contrib
2011-02-23 09:41:38 +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
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
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
index.txt
localflavor.txt
markup.txt
messages.txt
redirects.txt
sitemaps.txt
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
webdesign.txt