- 06 Eyl, 2017 8 kayıt (commit)
-
-
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 13 kayıt (commit)
-
-
Nick Pope yazdı
-
Nick Pope yazdı
All other get_*_by_name functions have errcheck=False. This makes it return None for an invalid name instead of raising a GDALException.
-
Jonatas CD yazdı
-
Jeremy Satterfield yazdı
-
Michael yazdı
And made an example use naming consistent with the rest of the doc.
-
Sebastian Sassi yazdı
Thanks leon-matthews for the report and fix.
-
-
Igor Tokarev yazdı
Fixed #26344 -- Made EmailMessage include alternatives when the body is empty and it has attachments.
-
Berker Peksag yazdı
-
Nick Pope yazdı
-
Mads Jensen yazdı
-
caleb logan yazdı
-
- 03 Eyl, 2017 3 kayıt (commit)
-
-
ZachLiuGIS yazdı
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments. Regression in 78963495. Forwardport of f8e0557b from stable/1.11.x
-
Mariusz Felisiak yazdı
-