summaryrefslogtreecommitdiff
path: root/tests/model_forms
Commit message (Expand)AuthorAgeFilesLines
* 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 field classes.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 imports to rangeMichael Hall2014-12-131-1/+2
* Fixed #23865 -- documented how to assign errors to a field in Model.clean()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-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-9/+9
* Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...Vincent-Vega2014-08-041-0/+31
* Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson2014-07-311-0/+13
* Fixed #22979 -- Moved bug* testsTushar Bhatia2014-07-262-1/+47
* Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...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 fields is not speci...Tim Graham2014-03-221-21/+12
* Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham2014-03-212-44/+9
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-212-4/+4
* Fixed a small collection of flake8 violations that had snuck inAlex 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-in-django-XX warningsClaude Paroz2014-03-081-3/+4
* Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris 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 callable.Christopher Adams2014-02-112-2/+58
* Fixed #16192 -- Made unique error messages in ModelForm customizable.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 Pillow and PIL in model...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-021-0/+28
| * | PEP8Jason Myers2013-11-021-3/+8
| * | Fixed all E261 warningscoagulant2013-11-021-6/+6
* | | Fixed some testfailures on jenkins.Florian Apolloner2013-11-031-3/+3
| |/ |/|
* | Fixed #20849 -- ModelForms do not work well with prefetch_related.Jim Bailey2013-11-031-0/+35
* | Fixed all E261 warningscoagulant2013-11-021-6/+6
|/
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-261-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