.. |
class-based-views
|
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional.
|
2015-09-23 19:31:10 -04:00 |
contrib
|
Refs #24099 -- Removed compatibility shim for ContentType.name field.
|
2015-09-23 19:31:10 -04:00 |
files
|
Refs #9893 -- Removed shims for lack of max_length support in file storage per deprecation timeline.
|
2015-09-23 19:31:10 -04:00 |
forms
|
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
|
2015-09-23 19:31:10 -04:00 |
models
|
Refs #12663 -- Removed deprecated Model._meta methods.
|
2015-09-23 19:31:09 -04:00 |
templates
|
Removed current_app argument to render() and TemplateResponse().
|
2015-09-23 19:31:10 -04:00 |
applications.txt
|
Recommended against default_app_config.
|
2015-09-22 08:31:50 +02:00 |
checks.txt
|
Refs #24022 -- Removed the ssi tag per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
clickjacking.txt
|
Updated various links in docs
|
2015-08-08 13:57:15 +02:00 |
csrf.txt
|
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
|
2015-09-16 12:21:50 -04:00 |
databases.txt
|
Made assorted improvements to the Oracle documentation.
|
2015-09-18 09:47:32 -04:00 |
django-admin.txt
|
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
|
2015-09-23 19:31:10 -04:00 |
exceptions.txt
|
Fixed #24763 -- Moved DoesNotExist exception to model docs.
|
2015-05-08 13:05:50 -04:00 |
index.txt
|
Moved CSRF docs out of contrib.
|
2014-11-03 07:47:39 -05:00 |
middleware.txt
|
Refs #23957 -- Required session verification per deprecation timeline.
|
2015-09-23 19:31:10 -04:00 |
migration-operations.txt
|
Fixed #25430 -- Fixed incorrect RunSQL examples.
|
2015-09-19 18:11:43 -04:00 |
request-response.txt
|
Added default value for default kwargs for QueryDict.
|
2015-09-05 08:20:41 -04:00 |
schema-editor.txt
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |
settings.txt
|
Refs #23957 -- Required session verification per deprecation timeline.
|
2015-09-23 19:31:10 -04:00 |
signals.txt
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
template-response.txt
|
Removed current_app argument to render() and TemplateResponse().
|
2015-09-23 19:31:10 -04:00 |
unicode.txt
|
Made assorted improvements to the Oracle documentation.
|
2015-09-18 09:47:32 -04:00 |
urlresolvers.txt
|
Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
urls.txt
|
Refs #23276 -- Removed passing views as strings to url() per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
utils.txt
|
Refs #23269 -- Removed the removetags template tag and related functions per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
validators.txt
|
Fixed #24636 -- Added model field validation for decimal places and max digits.
|
2015-09-18 14:30:20 -04:00 |
views.txt
|
Fixed #24733 -- Passed the triggering exception to 40x error handlers
|
2015-05-11 22:02:14 +02:00 |