| Age | Commit message (Collapse) | Author |
|
LiveServerTestCase tests.
|
|
tests.
|
|
docs where appropriate.
|
|
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
|
|
|
|
|
|
Refs #20739. Thanks Raphaël Hertzog for the report and the initial
patch.
|
|
|
|
|
|
Used the app cache's get_app_configs() method instead.
|
|
|
|
Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase
unittest TestCase subclass.
Fixes #20739.
|