Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-14/+14
| | | | on_delete for ForeignKey/OneToOneField
* Removed unneeded null param to ManyToManyFieldClaude Paroz2014-12-231-1/+1
|
* Fixed #17946 -- Fixed deserialization of ↵Claude Paroz2014-12-231-0/+4
| | | | | | | self-referencing M2M fields Thanks Philip Mountifield for the report and excellent analysis, and Simon Charette for the review.
* Fixed #22421 -- Regression in fixtures loading.Ramiro Morales2014-05-171-1/+12
| | | | | | | | | | Loading fixtures were failing since the refactoring in 244e2b71f5 for inheritance setups where the chain contains abstract models and the root ancestor contains a M2M relation. Thanks Stanislas Guerra for the report. Refs #20946.
* Fixed some test models' natural_key() methods.Ramiro Morales2014-05-121-8/+8
|
* Fixed #14226 -- Dependency calculation for complex M2M ↵Rainer Koirikivi2014-05-121-0/+94
| | | | | | | | | | relations. `sort_dependencies` incorrectly interpreted 'complex' M2M relations (with explicit through models) as dependencies for a model. This caused circular complex M2M relations to be unserializable by dumpdata. Thanks to aneil for the report and outofculture for initial tests.
* PEP8 cleanupJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20933 -- Allowed loaddata to load fixtures from ↵Florian Apolloner2013-08-201-6/+0
| | | | relative paths.
* Fixed #20820 -- Model inheritance + m2m fixture loading ↵Anssi Kääriäinen2013-08-201-0/+5
| | | | | | regression Tests by Tim Graham, report from jeroen.pulles@redslider.net.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+237