django/docs/ref/contrib
Jannis Leidel 8efd20f96d Added ManifestStaticFilesStorage to staticfiles contrib app.
It uses a static manifest file that is created when running
collectstatic in the JSON format.
2014-01-20 19:32:07 +01:00
..
admin Fixed some admin sphinx definitions so links work properly. 2014-01-19 20:29:09 -05:00
comments Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
formtools
gis Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). 2014-01-18 23:06:00 +01:00
auth.txt Fixed #21710 -- Documented User.get_short_name() 2013-12-30 17:42:11 -05:00
contenttypes.txt Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms. 2013-09-04 13:18:08 -04:00
csrf.txt
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 Updated a bunch of hyperlinks in documentation 2013-12-08 18:40:09 +01:00
sites.txt Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
staticfiles.txt Added ManifestStaticFilesStorage to staticfiles contrib app. 2014-01-20 19:32:07 +01:00
syndication.txt Fixed #20860 -- Removed references to defunct chicagocrime.org 2013-08-04 14:46:06 -04:00
webdesign.txt