Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/timezones/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing E302 ErrorsJason Myers2013-11-031-0/+5
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin2013-09-211-0/+9
| | | | | | | Fields must render values in the current time zone. This commit only contains tests because this ticket was just a symptom of a regression from #18777 that was fixed separately.
* 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/+13