django/docs/ref/contrib
Christopher Medrela b22d6c47a7 Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request.
Thanks jordan at aace.org for the suggestion.
2014-02-06 04:45:49 -05:00
..
admin Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
comments Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
formtools Always use parentheses when documenting a method with no arguments. 2014-01-22 22:26:10 +01:00
gis Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
auth.txt Don't show `self` in the list of arguments of a method. 2014-01-22 22:17:32 +01:00
contenttypes.txt Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
csrf.txt Fix typo CRSF -> CSRF 2014-01-29 16:54:02 +00:00
flatpages.txt
humanize.txt
index.txt Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). 2014-01-18 23:06:00 +01:00
messages.txt Fixed #21591 -- Added documentation about contrib.messages.get_messages. 2013-12-12 14:56:34 +01:00
redirects.txt Added versionadded annotations for redirect middleware attributes. 2013-12-25 09:56:41 -05:00
sitemaps.txt
sites.txt Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
staticfiles.txt Fixed some markup that caused broken links in the static files docs. 2014-01-22 10:15:27 -05:00
syndication.txt Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
webdesign.txt