| Age | Commit message (Collapse) | Author |
|
variables to Django."
As discussed on the ticket, this isn't a pattern we should recommend.
This reverts commit 47016d4322574860f90431e1c87d19f7a1f778c6.
|
|
|
|
unhashable default.
|
|
|
|
|
|
Partial forwardport of 3cc5cc79584b66dafac54264d072ac1206426471 from
stable/1.8.x as the issue was already fixed in master in
a7bc00e17bebe34cdf23f744937b3c386ee73d81
|
|
|
|
|
|
current app.
|
|
|
|
|
|
|
|
|
|
This allows dynamically-generated attributes to be specified in
checked ModelAdmin attributes without triggering errors.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
The return value of setup_databases is only used as an argument for
teardown_databases which doesn't need mirrors.
|
|
They were removed in Django 1.9.
I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.
|
|
|
|
|
|
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.
|
|
|
|
Thanks Anssi Kääriäinen for providing the solution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|