| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-26 | Refs #20094 -- Removed obsolete tests/utils_tests/test_itercompat.py | Tim Graham | |
| The is_iterator() function was removed in 2456ffa42c33d63b54579eae0f5b9cf2a8cd3714. | |||
| 2015-10-03 | Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. | Ben Kraft | |
| 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. | |||
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2013-03-22 | Fixed #20094 - Be more careful when checking for Iterator | Marc Tamlyn | |
| Python 2.6 has some different behaviour when checking isinstance(foo, collections.Iterator). | |||
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
