summaryrefslogtreecommitdiff
path: root/django/forms/renderers.py
AgeCommit message (Expand)Author
2025-01-15Refs #32339 -- Removed transitional form renderers per deprecation timeline.Sarah Boyce
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2024-08-28Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form r...Simon Charette
2023-05-17Refs #32339 -- Fixed super() call in deprecated renderers.Carlton Gibson
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-01-18Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak
2023-01-17Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-04-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2020-09-22Made jinja2 import lazy in django.forms.Adam Johnson
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons