summaryrefslogtreecommitdiff
path: root/tests/model_formsets/models.py
AgeCommit message (Collapse)Author
2015-02-23[1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that ↵Tim Graham
have defaults. Backport of 1306cd1e8acfb13602ee8dc40993b2505cd7523b from master
2013-11-02PEP8Jason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does ↵Alasdair Nicol
not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner