django/docs/ref
Marc Tamlyn b7bd7087e6 Fixed #15273 -- Extend RedirectView to allow reversal by name.
Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch.
2013-06-14 11:59:26 +01:00
..
class-based-views Fixed #15273 -- Extend RedirectView to allow reversal by name. 2013-06-14 11:59:26 +01:00
contrib Added release notes for auth views being reversed by name, not by path. 2013-06-13 16:08:56 -04:00
files Fixed typo in file storage docs. 2013-01-13 19:36:49 +01:00
forms Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 2013-06-13 15:06:25 -04:00
models Fixed #16856 - Added a way to clear select_related. 2013-05-30 11:06:05 -04:00
templates Fixed regroup example. 2013-05-29 21:46:58 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Proofed the 1.6 release notes 2013-06-05 12:55:58 -04:00
django-admin.txt Fixed #20525 -- Added versionadded for clearsessions. 2013-05-28 20:14:01 -04:00
exceptions.txt Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
request-response.txt Tweak caching decorators/utility functions xrefs. 2013-05-30 20:38:44 -03:00
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt Warned that `request_finished` isn't sent by some buggy setups. 2013-06-12 20:52:08 +02:00
template-response.txt Add missing imports and models to the examples in the view layer documentation 2013-05-18 18:39:11 +02:00
unicode.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
urlresolvers.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Fixed #20591: added version in docs for utils.module_loading.import_by_path. 2013-06-12 10:50:37 +02: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