| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
Support for passing bytestrings to the database API was removed in
301de774c21d055e9e5a7073e5bffdb52bc71079.
|
|
|
|
|
|
Support for bytestring templates was removed in
3a148f958dddd97c1379081118c30fbede6b6bc4.
|
|
|
|
|
|
Thanks infinite-l00p for the initial patch.
|
|
|
|
arguments.
Also renamed the `constraint` argument to `check` to better represent which
part of the constraint the provided `Q` object represents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user change form.
|
|
users.
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
|
|
|
|
|
|
Forward port of d5ed08263b58ec972a1e009f23d7b90c30b6b9c1 from master.
|
|
|
|
slash.
|
|
|
|
|
|
same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
|
|
|
|
|
|
Regression in 3b429c96736b8328c40e5d77282b0d30de563c3c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
|
|
|
|
|