| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Django 1.9 drops support for PostgreSQL 9.0 where creating
a database using a template was needed.
|
|
|
|
This reduces the time spent cloning databases.
Thanks Tim for the suggestion.
|
|
|
|
Notably it will fail to report a Model.DoesNotExist exceptions because
the class itself isn't pickleable. (Django has specific code to make its
instances pickleable.)
|
|
This is required for running tests in parallel.
|
|
|
|
|
|
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
|
|
|
|
Also discouraged its use outside the intended use case.
|
|
|
|
|
|
Added the CSRF_TRUSTED_ORIGINS setting which contains a list of other
domains that are included during the CSRF Referer header verification
for secure (HTTPS) requests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, messages of ERROR level or higher were printed to
the console.
|
|
|
|
|
|
|
|
jQuery cookie is no longer maintained in favor of the JavaScript
cookie library. This also removes the jQuery dependency.
|
|
|
|
|
|
|
|
|
|
ValidationError
|
|
|
|
|
|
|
|
|
|
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
|
|
|
|
|