- 04 Eki, 2018 2 kayıt (commit)
-
-
Jon Dufresne yazdı
contrib.sites is included in INSTALLED_APPS by SitemapTestsBase.
-
Sergey Fedoseev yazdı
-
- 03 Eki, 2018 5 kayıt (commit)
-
-
ovalseven8 yazdı
-
Adam Johnson yazdı
-
Jon Dufresne yazdı
SessionBase.decode() is the inverse operation to SessionBase.encode(). As SessionBase.encode() always returns a string, SessionBase.decode() should always be passed a string argument. Fixed the file backend, which was the only backend still passing a bytestring.
-
Jon Dufresne yazdı
The mysqlclient cursor attribute `_last_executed` is always stored as bytes. Decode it. TextField values are already type str. No need to decode.
-
Jon Dufresne yazdı
Support for bytestring templates was removed in 3a148f95.
-
- 02 Eki, 2018 14 kayıt (commit)
-
-
Stefano Chiodino yazdı
-
Simon Charette yazdı
The old implementation considered objects initialized with an equivalent signature different if some arguments were provided positionally instead of as keyword arguments. Refs #11964, #26167.
-
Sergey Fedoseev yazdı
-
Nick Pope yazdı
-
Nick Pope yazdı
Thanks infinite-l00p for the initial patch.
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
Also renamed the `constraint` argument to `check` to better represent which part of the constraint the provided `Q` object represents.
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
Refs #12892 is probably obsolete.
-
Przemysław Buczkowski yazdı
-
Jon Dufresne yazdı
-
Tim Graham yazdı
-
- 01 Eki, 2018 15 kayıt (commit)
-
-
Abhinav Patil yazdı
-
Cammil Taank yazdı
-
Jon Dufresne yazdı
-
Sergey Fedoseev yazdı
-
Carlton Gibson yazdı
-
Claude Paroz yazdı
Thanks Rémy Hubscher for the report and Tim Graham and Simon Charette for the reviews.
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
Tim Graham yazdı
-
Carlton Gibson yazdı
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
- 29 Eyl, 2018 2 kayıt (commit)
-
-
Claude Paroz yazdı
Forward port of d5ed0826 from master.
-
Claude Paroz yazdı
Upcoming German translations will not differ for past and future naturaltime translations. Using Czech language instead.
-
- 28 Eyl, 2018 2 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Tim Graham yazdı
-