mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Renamed RemovedInDjangoXYWarnings for new roadmap.
Forwardport of ae1d663b79
from stable/1.8.x plus more.
This commit is contained in:
parent
e73842a95f
commit
aaacaeb096
124 changed files with 455 additions and 448 deletions
|
@ -63,7 +63,7 @@ class CsrfViewTests(SimpleTestCase):
|
|||
"by third parties.",
|
||||
status_code=403)
|
||||
|
||||
# In Django 2.0, this can be changed to TEMPLATES=[] because the code path
|
||||
# In Django 1.10, this can be changed to TEMPLATES=[] because the code path
|
||||
# that reads the TEMPLATE_* settings in that case will have been removed.
|
||||
@override_settings(TEMPLATES=[{
|
||||
'BACKEND': 'django.template.backends.dummy.TemplateStrings',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue