1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/forms_tests
Claude Paroz 5a976b4bec Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Thanks Jeroen Pulles for the report and Simon Charette for the review.
2014-03-13 16:58:14 +01:00
..
templates/forms_tests
tests Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses 2014-03-13 16:58:14 +01:00
__init__.py
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
urls.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
views.py