| Age | Commit message (Expand) | Author |
|---|---|---|
| 2017-07-12 | [1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrappe... | Sergey Fedoseev |
| 2016-11-14 | Fixed #27463 -- Fixed E741 flake8 warnings. | Ramin Farajpour Cami |
| 2016-07-21 | Made miscellaneous code cleanups | Dmitry Dygalo |
| 2016-01-26 | Fixed #26122 -- Fixed copying a LazyObject | Ben Kraft |
| 2015-10-03 | Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. | Ben Kraft |
| 2015-03-08 | Fixed #23838 -- added missing `__iter__` to LazyObject | Rik |
| 2014-11-03 | Fixed #23620 -- Used more specific assertions in the Django test suite. | Berker Peksag |
| 2014-09-29 | Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. | Thomas Chaumeny |
| 2014-03-27 | Fixed a deprecation warning on Python 3. | Tim Graham |
| 2014-03-13 | Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. | Baptiste Mispelon |
