summaryrefslogtreecommitdiff
path: root/tests/backends/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+29
* Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...Chinmoy Chakraborty2020-12-281-0/+8
* Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani2020-11-111-0/+7
* Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman2020-04-021-0/+16
* Refs #26552 -- Added test for reloading the database with self-referential ob...Matthijs Kooijman2020-04-021-0/+5
* Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman2020-02-141-0/+1
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-091-4/+0
* Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe2019-07-081-0/+4
* Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette2017-12-011-0/+8
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #8548 -- Removed a workaround for lengthy verbose name.Simon Charette2016-01-061-4/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-5/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #13711 -- Model check added to ensure that auto-generated column name i...Anubhav Joshi2014-06-171-12/+10
* Avoided using BinaryField unecessarily in tests.Aymeric Augustin2014-06-051-1/+4
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham2013-08-021-0/+7
* Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz2013-03-281-0/+1
* Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor2013-03-071-1/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+101