| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
current app.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|