| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
|
|
|
|
|
|
|
|
Also discouraged its use outside the intended use case.
|
|
|
|
|
|
when constructing the model instance.
Thanks Loïc Bistuer for review and advice.
|
|
SVG icons commit.
|
|
|
|
|
|
|
|
|
|
Use the same code path for:
- a database that has the same settings as another database
(as defined by test_db_signature)
- a database this is defined as a mirror of another database
There's no conceptual difference between these two cases.
Thanks Shai for the suggestion.
|
|
The return value of setup_databases is only used as an argument for
teardown_databases which doesn't need mirrors.
|
|
In order to reuse another database, Django must use set_as_test_mirror.
|
|
It contained two sections separated by comments. It makes more sense to
put each section in its own function.
|
|
|
|
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.
|
|
template filters.
|
|
|
|
|
|
|
|
|
|
|
|
The corresponding HTML was removed in
738d9af1e8e38b0289b7dfa7c8a5413f5d0e20d1.
|
|
|
|
|
|
|
|
|
|
Thanks Marcin Biernat for the initial patch and tests.
|
|
|
|
|
|
admin's delete confirmation page.
|
|
|
|
|
|
iterator.
|
|
|
|
|
|
|
|
|