Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid_models_tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed #25417 -- Added a field check for invalid d...Simon Charette2015-10-271-68/+0
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-0/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-17/+17
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-131-3/+80
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-26/+30
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+68
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+20
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-0/+19
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-16/+10
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-70/+169
* Fixed #25055 -- Made m2m long name testing friendlier for...Michael Manfre2015-07-031-11/+15
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey...薛丞宏2015-06-261-2/+9
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-202-6/+7
* Fixed #24818 -- Prevented models.CharField from accepting...Alasdair Nicol2015-05-191-0/+16
* Switched to use assertEqual instead of assertEquals.Berker Peksag2015-03-221-2/+2
* Fixed #24479 -- Added system check to prevent both orderi...Jon Dufresne2015-03-211-0/+44
* Removed unnecessary parentheses in model check messages.Tim Graham2015-02-091-29/+30
* Fixed #24249 -- Improved field shadowing validation in mo...Aron Podrigal2015-02-091-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+2
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-0/+22
* Removed BaseDatabaseValidation.validate_field() per depre...Tim Graham2015-01-171-31/+0
* Fixed #23801 -- Added warning when max_length is used wit...MattBlack852014-11-271-0/+19
* Fixed #23761 -- Added test for MySQL validator and db_typ...Adam DePue2014-11-131-0/+20
* Fixed #23684 -- Used correct package name for Pillow in E...Nicholas Serra2014-10-191-1/+1
* Fixed #22064 -- Add check for related_nameAndré Ericson2014-10-051-0/+67
* Fixed name of database connection featureShai Berger2014-07-141-1/+1
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-1/+30
* Added a unit test to ensure models cannot be ordered by a...Daniel Pyrathon2014-07-081-0/+21
* Fixed problem introduced with #refs 13711.Anubhav Joshi2014-06-231-1/+1
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-1/+142
* Fixed #22711 -- Adjusted ordering checks to allow implici...Vincent-Vega2014-06-011-0/+34
* Fixed several flake8 errors, including one where a test w...Alex Gaynor2014-05-171-2/+2
* Fixed #21905 -- Add info message if DateField or TimeFiel...Markus Holtermann2014-05-161-24/+152
* Refs #21798 - Modified error number to provide room for f...Russell Keith-Magee2014-05-161-1/+1
* Fixed #21798 -- Added check for DateTime mutually exclusi...Daniel Pyrathon2014-05-161-0/+28
* Fixed #22356 -- Added a check to make sure unique_togethe...Marc Egli2014-04-141-0/+24
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-3/+2
* Flake8 correctionsShai Berger2014-03-121-1/+0
* Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou2014-03-111-17/+69
* Fixed #14549 - Removed restriction of single FKs on inter...Akis Kesoglou2014-03-051-3/+89
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-033-253/+238
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-031-62/+58
* Edited MySQL-specific check messages for grammar and cons...Russell Keith-Magee2014-03-031-3/+2
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-4/+17
* Fixed #22047 -- detecting related_name clash with inherit...Christopher Medrela2014-02-151-0/+29
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-20/+130
* 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
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-208-581/+1874