..
class-based-views
Fixed #20944 -- Removed inaccurate statement about View.dispatch().
2013-08-22 09:20:50 -04:00
contrib
Added AdminSite attributes for easily changing admin title.
2013-09-06 12:31:50 -05:00
files
Added links to file docs.
2013-08-29 12:48:59 -04:00
forms
Fixed #21009 -- Added a versionchanged note regarding changes to clean().
2013-09-05 05:47:45 -04:00
models
documented RelatedManager calling save() behind the scenes, added section on direct replacement of related object set
2013-09-06 11:37:08 -05:00
templates
Fixed #16096 -- Added origin attribute to template instances.
2013-09-06 09:14:52 -04:00
clickjacking.txt
Adapted uses of versionchanged/versionadded to the new form.
2013-04-20 17:18:35 +02:00
databases.txt
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
2013-09-05 20:14:58 -04:00
django-admin.txt
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
2013-09-05 20:14:58 -04:00
exceptions.txt
Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
2013-09-05 08:45:33 -04:00
index.txt
Fixed #19897 - Updated static files howto.
2013-03-29 19:15:19 -04:00
middleware.txt
Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
2013-07-25 07:38:14 -04:00
request-response.txt
Removed versionadded/changed annotations for 1.5
2013-08-19 09:09:41 -04:00
settings.txt
Fixed #20973 -- Document serving static files without django.contrib.staticfiles
2013-09-03 08:59:08 -04:00
signals.txt
Merge remote-tracking branch 'core/master' into schema-alteration
2013-08-19 18:30:48 +01:00
template-response.txt
Removed versionadded/changed annotations for 1.5
2013-08-19 09:09:41 -04:00
unicode.txt
Removed versionadded/changed annotations for 1.5
2013-08-19 09:09:41 -04:00
urlresolvers.txt
Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
2013-09-05 08:45:33 -04:00
urls.txt
Fixed #19897 - Updated static files howto.
2013-03-29 19:15:19 -04:00
utils.txt
Removed versionadded/changed annotations for 1.5
2013-08-19 09:09:41 -04:00
validators.txt
Fixed #4833 -- Validate email addresses with localhost as domain
2013-01-11 20:45:46 +01:00
views.txt
Fixed #20330 -- Normalized spelling of "web server".
2013-04-29 19:40:43 +02:00