- 09 Eki, 2018 3 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
- 08 Eki, 2018 2 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
- 05 Eki, 2018 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 04 Eki, 2018 7 kayıt (commit)
-
-
Eric Brandwein yazdı
When using include() without namespaces of some urlpatterns that have an include() with namespace, the converters of the parent include() weren't being used to convert the arguments of reverse().
-
Kate Berry yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
Support for passing bytestrings to the database API was removed in 301de774.
-
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 8 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ı
-