summaryrefslogtreecommitdiff
path: root/tests/model_forms/models.py
AgeCommit message (Expand)Author
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...Alasdair Nicol
2014-07-26[1.7.x] Fixed #22979 -- Moved bug* testsTushar Bhatia
2014-03-14Merged model_forms_regress with model_forms testsClaude Paroz
2014-03-14Fixed #6103 -- Splitted tests in model_forms testsClaude Paroz
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-08-06Fixed #16986 -- Model.clean() can report errors on individual fields.Loic Bistuer
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-10Revert "Began implementing a shared set of test models to speed up tests."Florian Apolloner
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-03-13Began implementing a shared set of test models to speed up tests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner