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