Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_forms/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-071-0/+21
* Fixed #25241 -- Corrected ModelForm.save() error message ...Tim Graham2015-08-071-0/+6
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-10/+15
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-051-0/+17
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-1/+2
* Fixed #23865 -- documented how to assign errors to a fiel...Alasdair Nicol2014-11-211-0/+2
* Fixed #22979 -- Moved bug* testsTushar Bhatia2014-07-271-0/+16
* Fixed #13776 -- Fixed ModelForm.is_valid() exception with...Anubhav Joshi2014-06-041-0/+6
* Removed hard-coded help_text for ManyToManyFields that us...Tim Graham2014-03-221-5/+0
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-3/+3
* Merged model_forms_regress with model_forms testsClaude Paroz2014-03-141-0/+59
* Fixed #6103 -- Splitted tests in model_forms testsClaude Paroz2014-03-141-2/+2
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-1/+19
* PEP8 cleanupJason Myers2013-11-031-0/+28
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #16986 -- Model.clean() can report errors on indivi...Loic Bistuer2013-08-051-1/+5
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-0/+10
* Revert "Began implementing a shared set of test models to...Florian Apolloner2013-06-101-5/+22
* Fixed #20228 - Documented unique_for_date and exclude beh...Tim Graham2013-05-281-1/+11
* Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-231-0/+4
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-9/+3
* Began implementing a shared set of test models to speed u...Florian Apolloner2013-03-131-22/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+280