summaryrefslogtreecommitdiff
path: root/django/forms/renderers.py
AgeCommit message (Expand)Author
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