- 09 Eyl, 2017 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Adam Johnson and Tim Graham for the reviews.
-
Luoxzhg yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
- 08 Eyl, 2017 6 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Tim Graham yazdı
Thanks Brent Hand for the initial patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
Unused since 2bab9d6d.
-
Sergey Fedoseev yazdı
-
Samir Shah yazdı
-
- 07 Eyl, 2017 2 kayıt (commit)
-
-
Tim Graham yazdı
This reverts commit 550cb3a3 because try/except performs better.
-
Sergey Fedoseev yazdı
-
- 06 Eyl, 2017 10 kayıt (commit)
-
-
Tim Graham yazdı
As of ccbba981, both examples don't use a join.
-
Sergey Fedoseev yazdı
-
Olivier Tabone yazdı
-
Sami J. Lehtinen yazdı
Moved boilerplate from docs to a method.
-
Sergey Fedoseev yazdı
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod().
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
Unused since 3adc5f1e.
-
Sergey Fedoseev yazdı
deque() isn't needed since algorithm doesn't require FIFO.
-
Sergey Fedoseev yazdı
-
François Freitag yazdı
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
-
- 05 Eyl, 2017 16 kayıt (commit)
-
-
Dima Kudosh yazdı
-
Tim Graham yazdı
-
Mads Jensen yazdı
-
Tim Graham yazdı
-
Boris Burkov yazdı
-
Josh Schneier yazdı
Fixed #28555 -- Made CharField convert whitespace-only values to the empty_value when strip is enabled.
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a security fix.
-
Tim Graham yazdı
-
François Freitag yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
Sergey Fedoseev yazdı
-
Mariusz Felisiak yazdı
NULL cannot be compare with standard operators on Oracle, it works only with IS NULL and IS NOT NULL operators. Therefore 'OR ... IS NULL' condition in NullBooleanField's check constraint is redundant. Nullability is checked in a separate constraint.
-
Mariusz Felisiak yazdı
-
Mads Jensen yazdı
Thanks to Marc Tamlyn for the initial patch.
-
- 04 Eyl, 2017 2 kayıt (commit)