summaryrefslogtreecommitdiff
path: root/django/forms/templates
AgeCommit message (Expand)Author
2017-03-14[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-01-23[1.11.x] Replaced "not var is ..." with "is not" in attrs.html.Jon Dufresne
2017-01-23[1.11.x] Fixed #27759 -- Prevented forms attrs.html template from rendering F...Jon Dufresne
2017-01-23[1.11.x] Fixed #27761 -- Fixed quote location in multiple_input.html forms te...Jon Dufresne
2017-01-06Refs #15667 -- Prevented newlines in attrs.html widget rendering.Dmitry
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons