- 17 May, 2016 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Florian Apolloner yazdı
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
-
Florian Apolloner yazdı
-
Tim Graham yazdı
-
Loïc Bistuer yazdı
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. This deprecates use_for_related_fields. Old API: class CustomManager(models.Model): use_for_related_fields = True class Model(models.Model): custom_manager = CustomManager() New API: class Model(models.Model): custom_manager = CustomManager() class Meta: base_manager_name = 'custom_manager' Refs #20932, #25897. Thanks Carl Meyer for the guidance throughout this work. Thanks Tim Graham for writing the docs.
-
- 16 May, 2016 9 kayıt (commit)
-
-
Loïc Bistuer yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Daniel Wiesmann for the report and the appropriate fixes.
-
Daniel Wiesmann yazdı
-
Tim Graham yazdı
-
Aron Podrigal yazdı
Fields inherited from abstract base classes may be overridden like any other Python attribute. Inheriting from multiple models/classes with the same attribute name will follow the MRO.
-
- 15 May, 2016 2 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Markus and Tim for the review.
-
Simon Charette yazdı
Thanks Markus for your contribution and Tim for your review.
-
- 14 May, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This code added in 107c9f54 isn't used after 4ce7a6bc.
-
Tim Graham yazdı
-
Bouke Haarsma yazdı
The issue was fixed by 8a47ba67 (refs #16508).
-
- 13 May, 2016 14 kayıt (commit)
-
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
Thanks Tim for the review.
-
Simon Charette yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Matthew Somerville yazdı
-
Tim Graham yazdı
-
Nicolas Noé yazdı
-
David Sanders yazdı
-
David Sanders yazdı
-
eltronix yazdı
-
eltronix yazdı
-
Alex Simonides yazdı
-
- 12 May, 2016 3 kayıt (commit)
-
-
Vincenzo Pandolfo yazdı
-
Andre Cruz yazdı
Thanks Tom Christie for review.
-
Victor Oliveira da Silva yazdı
-
- 11 May, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-