- 15 Eki, 2018 4 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Jon Dufresne yazdı
-
oliver yazdı
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation.
-
Mariusz Felisiak yazdı
-
- 14 Eki, 2018 2 kayıt (commit)
-
-
Taoufik yazdı
-
Peter Inglesby yazdı
-
- 13 Eki, 2018 1 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
- 12 Eki, 2018 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
The HTML characters are unused because urlize is meant to be applied to plain text and these characters aren't properly detected (refs #29826). Angle brackets and quotes are present in word_split_re and therefore won't be used in WRAPPING_PUNCTUATION.
-
Tim Graham yazdı
-
Mac Chapman yazdı
-
- 11 Eki, 2018 3 kayıt (commit)
-
-
Adam Johnson yazdı
-
Patrik Sletmo yazdı
-
Mariusz Felisiak yazdı
-
- 10 Eki, 2018 4 kayıt (commit)
-
-
Andrea Rabbaglietti yazdı
-
Jon Dufresne yazdı
django.utils.http.urlsafe_base64_encode() now returns a string, not a bytestring. Since URLs are represented as strings, urlsafe_base64_encode() should return a string. All uses immediately decoded the bytestring to a string anyway. As the inverse operation, urlsafe_base64_decode() accepts a string.
-
Hasan Ramezani yazdı
-
Hasan Ramezani yazdı
-
- 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 4 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ı
-