- 09 Mar, 2018 2 kayıt (commit)
-
-
Carlton Gibson yazdı
Regression in a38ae914.
-
Carlton Gibson yazdı
-
- 08 Mar, 2018 4 kayıt (commit)
-
-
Alex Stovbur yazdı
-
Simon Charette yazdı
The Subquery class which Exists inherits from defaulted to using single-valued querie's field if no output_field was explicitly specified on initialization which was bypassing the Exists.output_field defined at the class level. Moving Subquery's dynamic output_field resolution to _resolve_output_field should make sure the fallback logic is only performed if required. Regression in 08654a99. Thanks Oli Warner for the detailed report.
-
Tim Graham yazdı
-
Fabrizio Ettore Messina yazdı
-
- 07 Mar, 2018 3 kayıt (commit)
-
-
Richard Oyudo yazdı
-
Roy Zwambag yazdı
-
Mariusz Felisiak yazdı
-
- 06 Mar, 2018 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks James Davis for suggesting the fix.
-
Tim Graham yazdı
Thanks Florian Apolloner for assisting with the patch.
-
Tim Graham yazdı
-
- 05 Mar, 2018 2 kayıt (commit)
-
-
Alex Stovbur yazdı
-
jblang94 yazdı
-
- 04 Mar, 2018 1 kayıt (commit)
-
-
ovalseven8 yazdı
Follow up to 841a8778.
-
- 03 Mar, 2018 4 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Daniel Hahler yazdı
-
Almad yazdı
-
Patryk Zawadzki yazdı
Fixed #29144 -- Made untranslated strings for territorial language variants use translations from the generic language variant.
-
- 02 Mar, 2018 3 kayıt (commit)
-
-
Daniel Hahler yazdı
-
Alex Tomic yazdı
-
Christophe Mehay yazdı
-
- 01 Mar, 2018 7 kayıt (commit)
-
-
François Freitag yazdı
When __len__() is called (e.g. when casting to list or tuple), the QuerySet is evaluated and the result cache populated. iterator() shouldn't be called on the QuerySet after that, as it would reset the result cache and trigger a second query.
-
François Freitag yazdı
Removing all() in __iter__() prevents a duplicate query when choices are cast to a list and there's a prefetch_related().
-
François Freitag yazdı
-
Carlton Gibson yazdı
Regression in 5cc28dc7.
-
Tim Graham yazdı
-
Tomáš Ehrlich yazdı
-
Sergey Fedoseev yazdı
-
- 28 Şub, 2018 4 kayıt (commit)
-
-
Claude Paroz yazdı
Forward port of 2126e931 from stable/2.0.x.
-
Mariusz Felisiak yazdı
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for reviews. Regression in 19b2dfd1.
-
Tim Graham yazdı
-
Raffaele Salmaso yazdı
-
- 27 Şub, 2018 1 kayıt (commit)
-
-
René Fleschenberg yazdı
-
- 26 Şub, 2018 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Mariusz Felisiak yazdı
-
Tim Graham yazdı
-