| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-14 | Added tests for double-pickling a QuerySet | Anssi Kääriäinen | |
| Refs #21102. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-07-26 | Fixed #20625 -- Chainable Manager/QuerySet methods. | Loic Bistuer | |
| Additionally this patch solves the orthogonal problem that specialized `QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet` type. This wasn't an issue until now because we didn't officially support custom `QuerySet` but it became necessary with the introduction of this new feature. Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham for the reviews. | |||
| 2013-06-14 | Fixed #20289 -- pickling of dynamic models | Anssi Kääriäinen | |
| 2013-03-29 | Fix #20158: invalid code in queryset_pickle test models. | Baptiste Mispelon | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
