mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
Refs #32339 -- Changed default form and formset rendering style to div-based.
Per deprecation timeline. This also removes "django/forms/default.html" and "django/forms/formsets/default.html" templates.
This commit is contained in:
parent
b5ac6e78f8
commit
98756c685e
13 changed files with 12 additions and 96 deletions
|
@ -253,9 +253,6 @@ def setup_collect_tests(start_at, start_after, test_labels=None):
|
|||
"fields.W907",
|
||||
]
|
||||
|
||||
# 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