Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_forms
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-061-0/+23
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-231-0/+13
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-47/+112
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-072-2/+61
* Fixed #25241 -- Corrected ModelForm.save() error message ...Tim Graham2015-08-073-1/+36
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-10/+15
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-8/+8
* Fixed #24531 -- Improved CommaSeparatedIntegerField valid...Bertrand Bordage2015-03-251-7/+11
* Updated test to be date-independentClaude Paroz2015-03-051-5/+8
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-052-2/+55
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Fixed #24295 -- Allowed ModelForm meta to specify form fi...Loic Bistuer2015-02-131-2/+10
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-14/+19
* Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham2015-01-131-0/+21
* 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-212-0/+9
* Fixed flake8 warning.Tim Graham2014-11-131-0/+1
* Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon2014-11-121-0/+19
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-9/+9
* Fixed #22745 -- Prevented reevaluation of ModelChoiceFiel...Vincent-Vega2014-08-041-0/+31
* Fixed #22808 -- Made ModelMultipleChoiceField validation ...Niclas Olofsson2014-07-311-0/+13
* Fixed #22979 -- Moved bug* testsTushar Bhatia2014-07-272-1/+47
* Fixed #13776 -- Fixed ModelForm.is_valid() exception with...Anubhav Joshi2014-06-042-1/+35
* Fixed #22510 -- Harden field removal to only None.Marc Tamlyn2014-05-241-1/+19
* Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin2014-05-081-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Forgotten slash removal in d320863878Claude Paroz2014-03-261-1/+1
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-21/+12
* Removed hard-coded help_text for ManyToManyFields that us...Tim Graham2014-03-222-44/+9
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-212-4/+4
* Fixed a small collection of flake8 violations that had sn...Alex Gaynor2014-03-201-3/+4
* Merged model_forms_regress with model_forms testsClaude Paroz2014-03-142-77/+663
* Fixed #6103 -- Splitted tests in model_forms testsClaude Paroz2014-03-142-394/+355
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed #22206 -- Passed models.TextField.max_length to for...Chris Wilson2014-03-051-1/+1
* Fixed spelling in model_forms test class namesChris Wilson2014-03-041-6/+6
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-112-2/+58
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-081-1/+44
* Fixed #21745 - Feature check UniqueTest.test_unique_nullMichael Manfre2014-01-081-1/+2
* Fixed #21512 -- Added more complete information about Pil...Vajrasky Kok2013-11-261-1/+1
* Merge pull request #1852 from jasonamyers/cleanup/PEP8Alex Gaynor2013-11-032-3/+36
|\
| * Merging in masterJason Myers2013-11-031-0/+35
| |\
| * | PEP8 cleanupJason Myers2013-11-031-0/+28
| * | PEP8Jason Myers2013-11-031-3/+8
| * | Fixed all E261 warningscoagulant2013-11-031-6/+6
* | | Fixed some testfailures on jenkins.Florian Apolloner2013-11-031-3/+3
| |/ |/|
* | Fixed #20849 -- ModelForms do not work well with prefetch...Jim Bailey2013-11-031-0/+35
* | Fixed all E261 warningscoagulant2013-11-021-6/+6
|/