Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid_models_tests/test_ordinary_fields.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed #25417 -- Added a field check for invalid ↵Simon Charette2015-10-271-68/+0
| | | | | | default values." This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
* Fixed #25417 -- Added a field check for invalid default ↵Simon Charette2015-09-181-0/+68
| | | | values.
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+5
|
* Fixed #24818 -- Prevented models.CharField from ↵Alasdair Nicol2015-05-191-0/+16
| | | | accepting a string as max_length
* Fixed #23801 -- Added warning when max_length is used ↵MattBlack852014-11-271-0/+19
| | | | with IntegerField
* Fixed #23684 -- Used correct package name for Pillow in ↵Nicholas Serra2014-10-191-1/+1
| | | | Error hint.
* Fixed several flake8 errors, including one where a test ↵Alex Gaynor2014-05-171-2/+2
| | | | wouldn't be run
* Fixed #21905 -- Add info message if DateField or ↵Markus Holtermann2014-05-161-24/+152
| | | | TimeField use a fixed value
* Refs #21798 - Modified error number to provide room for ↵Russell Keith-Magee2014-05-161-1/+1
| | | | future expansion.
* Fixed #21798 -- Added check for DateTime mutually ↵Daniel Pyrathon2014-05-161-0/+28
| | | | | | | | exclusive options Added DateTimeCheckMixin to avoid the use of default, auto_now, and auto_now_add options together. Added the fields.E151 Error that is raised if one or more of these options are used together.
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-3/+2
| | | | refs #19934.
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-43/+41
|
* Edited MySQL-specific check messages for grammar and ↵Russell Keith-Magee2014-03-031-3/+2
| | | | consistency.
* Removed a stray new line which upset flake8Alex Gaynor2014-01-201-1/+0
|
* Fixed two test failures under OracleShai Berger2014-01-201-1/+6
|
* Removed an inactive system check for upload_to.Russell Keith-Magee2014-01-201-16/+0
| | | | Thanks to Simon Charette for the eagle eyes.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-0/+417
framework This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.