Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_forms
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-271-3/+3
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-232-0/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-65/+65
* Removed unused local variables in tests.Tim Graham2013-10-191-7/+7
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-9/+9
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-4/+0
* Merge pull request #1382 from loic/ticket19617Marc Tamlyn2013-10-151-0/+36
|\
| * Fixed #8620 -- Updated the Form metaclass to support excl...Loic Bistuer2013-10-141-0/+23
| * Fixed #19617 -- Refactored Form metaclasses to support mo...Loic Bistuer2013-10-141-0/+13
* | Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+1
|/
* Fixed #21041 -- Removed a duplicate form in tests.Tim Graham2013-09-051-6/+0
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-8/+8
* Fixed #16986 -- Model.clean() can report errors on indivi...Loic Bistuer2013-08-052-1/+13
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed a couple form/formset deprecation warnings in tests.Tim Graham2013-07-011-0/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-2/+2
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-182-1/+29
* Fixed #20548 -- Removed all PendingDeprecationWarnings fr...Marc Tamlyn2013-06-141-1/+4
* Fixed #20000 -- Allowed ModelForm meta overrides for labe...Loic Bistuer2013-06-131-10/+59
* Revert "Began implementing a shared set of test models to...Florian Apolloner2013-06-102-52/+64
* Fixed #20228 - Documented unique_for_date and exclude beh...Tim Graham2013-05-282-2/+35
* Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-232-1/+38
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-6/+6
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-9/+3
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-12/+99
* Fix #15126: Better error message when passing invalid opt...Baptiste Mispelon2013-04-071-0/+34
* Began implementing a shared set of test models to speed u...Florian Apolloner2013-03-132-64/+51
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+1834