django/docs/ref/contrib
2011-01-16 13:56:12 +00:00
..
admin Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez for the suggestion, Silva for the draft patch. 2011-01-16 13:56:12 +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
gis Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis and zerok for the patch. 2010-12-28 00:12:49 +00:00
auth.txt
contenttypes.txt Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the concrete Generic{Tabular,Stacked}Inline classes that should be used. Thanks loki77 for the report. 2010-12-31 23:02:07 +00:00
csrf.txt
databrowse.txt
flatpages.txt
humanize.txt
index.txt
localflavor.txt
markup.txt
messages.txt
redirects.txt
sitemaps.txt
sites.txt
staticfiles.txt Stopped staticfiles app from requiring a models module when looking for static files. Also removed a bit of code smell in the prefix handling by saving it in the source file storage. 2011-01-15 23:38:00 +00:00
syndication.txt
webdesign.txt