- 11 Haz, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch, and akaariai, loic, and charettes for helping in shaping the patch.
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
The combination of BaseManager.from_queryset() and RenameMethodsBase results in Manager.__module__ having the wrong value. This can be an issue when trying to pickle the Manager class.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Tim Graham yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 14 Eyl, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Refs #21102.
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 26 Tem, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
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.
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 29 Mar, 2013 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-