Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/basic/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+6
| | | | on_delete for ForeignKey/OneToOneField
* Added a comment for test of refs #20278.Anssi Kääriäinen2014-11-201-0/+2
|
* Removed numbering from the models.py header of some test ↵Loic Bistuer2014-09-241-1/+1
| | | | | | packages. This is a reliqua from the early days of the modeltests/regressiontests era.
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* PEP8 cleanupJason Myers2013-11-031-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
|
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-301-0/+5
| | | | | | | | | | | The option can be used to force pre 1.6 style SELECT on save behaviour. This is needed in case the database returns zero updated rows even if there is a matching row in the DB. One such case is PostgreSQL update trigger that returns NULL. Reviewed by Tim Graham. Refs #16649
* Fixed #20278 -- ensured .get() exceptions do not recurse ↵Anssi Kääriäinen2013-05-201-0/+8
| | | | | | | | infinitely A regression caused by d5b93d3281fe93cbef5de84a52 made .get() error reporting recurse infinitely on certain rare conditions. Fixed this by not trying to print the given lookup kwargs.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+20