- 03 Haz, 2016 12 kayıt (commit)
-
-
Berker Peksag yazdı
-
Corey Farwell yazdı
-
B. J. Potter yazdı
-
B. J. Potter yazdı
-
mieciu yazdı
-
Ed Henderson yazdı
-
Paulo yazdı
Thanks marekw2143 for the initial patch and carljm for support.
-
Will Koster yazdı
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/update_or_create() defaults.
-
shaunagm yazdı
-
Tobias McNulty yazdı
-
Holly Becker yazdı
-
jrabbit yazdı
-
- 02 Haz, 2016 10 kayıt (commit)
-
-
Chad Shryock yazdı
-
Tobias McNulty yazdı
-
Brad Melin yazdı
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Cristiano Coelho for the report and Tim Graham for the review.
-
Alex Hill yazdı
-
Philip James yazdı
-
Rustam Kashapov yazdı
-
Tim Graham yazdı
-
inondle yazdı
-
- 01 Haz, 2016 7 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Sergey Fedoseev yazdı
Complements 47f22e82.
-
Ramiro Morales yazdı
The actual non-ASCII character differs on Windows.
-
Tim Graham yazdı
Thanks mmoreaux and DheerendraRathor.
-
Tim Graham yazdı
-
- 31 May, 2016 8 kayıt (commit)
-
-
Simon Charette yazdı
-
Simon Charette yazdı
Thanks Ursidours for the report.
-
Jon Dufresne yazdı
File operations always raise a ENOENT error when a file doesn't exist. Checking the file exists before the operation adds a race condition condition where the file could be removed between operations. As the operation already raises an error on a missing file, avoid this race and avoid checking the file exists twice. Instead only check a file exists by catching the ENOENT error.
-
Ramiro Morales yazdı
Fixed a failure on Windows.
-
Tim Graham yazdı
-
Florian Apolloner yazdı
-
Berker Peksag yazdı
-
Ketan Bhatt yazdı
Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
-
- 30 May, 2016 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Ketan Bhatt yazdı
-
Christophe Pettus yazdı
-