Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24219 -- Moved SelectDateWidget together with the ↵Loic Bistuer2015-01-271-2/+1
| | | | | | | | other widgets and deprecated django.forms.extras. Thanks Berker Peksag and Tim Graham for the reviews.
* PEP8 cleanupJason Myers2013-11-031-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #19733 - deprecated ModelForms without 'fields' or ↵Luke Plant2013-05-091-0/+1
| | | | | | | | 'exclude', and added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+26