django/docs/ref/contrib
Greg Chapple 6acaa52386 Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Allows custom behavior for setting initial form data in ModelAdmin.
By default, initial data is set via GET params. The new method allows
this behavior to be overridden.

Thanks egasimus for the suggestion.
2014-03-03 07:28:24 -05:00
..
admin Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data(). 2014-03-03 07:28:24 -05:00
comments Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
formtools Fixed some typos in the documentation. 2014-03-02 17:05:57 +01:00
gis Fixed some typos in the documentation. 2014-03-02 17:05:57 +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 #21951 -- Updated docs to use __str__ for Python 3 2014-02-13 07:12:40 -05:00
csrf.txt Fix typo CRSF -> CSRF 2014-01-29 16:54:02 +00:00
flatpages.txt More migration docs, and conversion of all easy syncdb references 2013-07-25 16:19:36 +01:00
humanize.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
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 Fixed spelling mistakes in docs. 2014-02-28 21:03:46 -05:00
staticfiles.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
syndication.txt Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
webdesign.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00