1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref/contrib
2010-12-12 22:56:52 +00:00
..
admin Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up documentation for it a bit. Thanks, Simon Meers, rasca and cogat. 2010-12-12 22:56:01 +00:00
comments Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thanks to Beetle_B, bjourne and philgyford for the reports, and Russ for the wording. 2010-12-04 11:35:22 +00:00
formtools
gis Fixed #14318 -- Added GEOSGeometry.valid_reason property. Thanks, Rob Coup. 2010-11-04 01:29:37 +00:00
auth.txt
contenttypes.txt Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
csrf.txt
databrowse.txt
flatpages.txt
humanize.txt Fixed #14804 -- Metadata improvement, broken link fix, and alphabetization of template filters in contrib.humanize reference docs. Thanks to adamv for the patch. 2010-11-29 05:30:11 +00:00
index.txt
localflavor.txt Fixed syntax error in ref/contrib/localflavor. 2010-12-06 00:01:52 +00:00
markup.txt
messages.txt
redirects.txt
sitemaps.txt Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam. 2010-12-12 22:56:52 +00:00
sites.txt
staticfiles.txt Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Thanks gg! 2010-11-27 18:36:41 +00:00
syndication.txt Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. 2010-11-07 01:42:55 +00:00
webdesign.txt