summaryrefslogtreecommitdiff
path: root/tests/model_forms
AgeCommit message (Expand)Author
2015-10-05[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-09-23Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-07Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...Keryn Knight
2015-08-07Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-25Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage
2015-03-05Updated test to be date-independentClaude Paroz
2015-03-05Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-13Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-13Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-11-21Fixed #23865 -- documented how to assign errors to a field in Model.clean()Alasdair Nicol
2014-11-13Fixed flake8 warning.Tim Graham
2014-11-12Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-04Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...Vincent-Vega
2014-07-31Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson
2014-07-26Fixed #22979 -- Moved bug* testsTushar Bhatia
2014-06-04Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...Anubhav Joshi
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-26Forgotten slash removal in d320863878Claude Paroz
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-21Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-20Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-03-14Merged model_forms_regress with model_forms testsClaude Paroz
2014-03-14Fixed #6103 -- Splitted tests in model_forms testsClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed spelling in model_forms test class namesChris Wilson
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-01-08Fixed #21745 - Feature check UniqueTest.test_unique_nullMichael Manfre
2013-11-26Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok
2013-11-03Merge pull request #1852 from jasonamyers/cleanup/PEP8Alex Gaynor
2013-11-03Merging in masterJason Myers
2013-11-03Fixed some testfailures on jenkins.Florian Apolloner
2013-11-03Fixed #20849 -- ModelForms do not work well with prefetch_related.Jim Bailey
2013-11-02PEP8 cleanupJason Myers
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed all E261 warningscoagulant