Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25389 -- Fixed pickling a SimpleLazyObject ↵Ben Kraft2015-10-031-0/+4
| | | | | | | | wrapping a model. Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in particular it did not add the `_django_version` attribute added in 42736ac8. Now it will handle this and other custom `__reduce__` methods correctly.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn2013-03-221-1/+13
| | | | | Python 2.6 has some different behaviour when checking isinstance(foo, collections.Iterator).
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-0/+1
modeltests/regressiontests.