.. |
class-based-views
|
Fixed #25382 -- Removed obsolete references to DateQuerySet.
|
2015-09-11 12:16:06 -04:00 |
contrib
|
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
|
2015-09-18 18:31:58 -04:00 |
files
|
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
2015-07-27 10:32:47 -04:00 |
forms
|
Fixed #25294 -- Allowed custom BoundFields on forms.
|
2015-09-16 10:18:07 -04:00 |
models
|
Made assorted improvements to the Oracle documentation.
|
2015-09-18 09:47:32 -04:00 |
templates
|
Removed some discussion of deprecated {% url %} behavior.
|
2015-09-05 11:55:58 -04:00 |
applications.txt
|
Refs #25381 -- Clarified that AppConfig model methods search only the current app.
|
2015-09-11 14:07:12 -04:00 |
checks.txt
|
Fixed #25417 -- Added a field check for invalid default values.
|
2015-09-18 14:31:36 -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
|
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
|
2015-09-19 14:55:34 +10: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
|
Updated Wikipedia links to use https
|
2015-08-08 12:02:32 +02:00 |
migration-operations.txt
|
Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.
|
2015-09-09 14:20:47 -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
|
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
|
2015-09-16 12:21:50 -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
|
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
|
2015-02-03 08:29:45 +01:00 |
unicode.txt
|
Made assorted improvements to the Oracle documentation.
|
2015-09-18 09:47:32 -04:00 |
urlresolvers.txt
|
Refs #17914 -- Discouraged using reverese() with callables.
|
2015-08-03 08:34:19 -04:00 |
urls.txt
|
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
2015-07-27 10:32:47 -04:00 |
utils.txt
|
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
|
2015-09-18 19:04:29 -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 |