| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-26 | [1.7.x] Fixed #22979 -- Moved bug* tests | Tushar Bhatia | |
| Backport of 11181a64f from master. | |||
| 2014-03-14 | Merged model_forms_regress with model_forms tests | Claude Paroz | |
| 2014-03-14 | Fixed #6103 -- Splitted tests in model_forms tests | Claude Paroz | |
| 2014-02-11 | Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. | Christopher Adams | |
| ForeignKey or ManyToManyField attribute ``limit_choices_to`` can now be a callable that returns either a ``Q`` object or a dict. Thanks michael at actrix.gen.nz for the original suggestion. | |||
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-08-06 | Fixed #16986 -- Model.clean() can report errors on individual fields. | Loic Bistuer | |
| This commit provides the tests for this issue but the actual problem was solved by the ValidationError refactor in f34cfec and ee77d4b. Refs #20199. | |||
| 2013-06-18 | Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵ | Loic Bistuer | |
| fields | |||
| 2013-06-10 | Revert "Began implementing a shared set of test models to speed up tests." | Florian Apolloner | |
| This reverts commit 22b7870e40a3ecf022b423de6cd867dcb35a6940. | |||
| 2013-05-28 | Fixed #20228 - Documented unique_for_date and exclude behavior. | Tim Graham | |
| Thanks Deepak Thukral for the patch. | |||
| 2013-05-23 | Made fix for #9321 less buggy and more effective. | Ramiro Morales | |
| Don't try to be smart about building a good-looking help string because it evaluates translations too early, simply use the same old strategy as before. Thanks Donald Stufft for the report. Also, actually fix the case reported by the OP by special-casing CheckboxSelectMultiple. Added tests. Refs #9321. | |||
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
| 2013-03-13 | Began implementing a shared set of test models to speed up tests. | Florian Apolloner | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
