django/docs/ref
Jannis Leidel 52d72a5a3e Fixed #17182 -- Changed best practice documentation for Form.clean to use super() instead of relying on self.cleaned_data. Thanks, DrMeers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-04 16:05:30 +00:00
..
contrib Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
files
forms Fixed #17182 -- Changed best practice documentation for Form.clean to use super() instead of relying on self.cleaned_data. Thanks, DrMeers. 2012-02-04 16:05:30 +00:00
models Edited models/options.txt changes from [17314] 2012-02-03 17:45:28 +00:00
templates Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
authbackends.txt
class-based-views.txt
clickjacking.txt
databases.txt Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary. 2011-12-11 08:19:04 +00:00
django-admin.txt Fixed #17517 -- Added `--name` option to startproject and startapp management commands to be able to render files without a file extension. Thanks, Florian Apolloner. 2012-02-04 13:01:30 +00:00
exceptions.txt
generic-views.txt
index.txt
middleware.txt Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
request-response.txt Fixed Sphinx warning. 2011-12-21 11:05:43 +00:00
settings.txt Fixed incorrect 'setting::' prefix in settings.txt 2011-12-30 21:13:08 +00:00
signals.txt
template-response.txt
unicode.txt Made email attachment handling code accept non-ASCII filenames. 2012-01-15 02:33:31 +00:00
utils.txt
validators.txt