mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
Refs #32339 -- Deprecated default.html form template.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
This commit is contained in:
parent
6af8673255
commit
d126eba363
12 changed files with 337 additions and 176 deletions
|
@ -243,6 +243,9 @@ def setup_collect_tests(start_at, start_after, test_labels=None):
|
|||
"fields.W342", # ForeignKey(unique=True) -> OneToOneField
|
||||
]
|
||||
|
||||
# RemovedInDjango50Warning
|
||||
settings.FORM_RENDERER = "django.forms.renderers.DjangoDivFormRenderer"
|
||||
|
||||
# Load all the ALWAYS_INSTALLED_APPS.
|
||||
django.setup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue