summaryrefslogtreecommitdiff
path: root/tests/model_fields/models.py
AgeCommit message (Expand)Author
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-12Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger
2014-03-12Flake8 correctionsShai Berger
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-02-15Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner