| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
The mysqlclient cursor attribute `_last_executed` is always stored as
bytes. Decode it.
TextField values are already type str. No need to decode.
|
|
Support for bytestring templates was removed in
3a148f958dddd97c1379081118c30fbede6b6bc4.
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
Refs #12892 is probably obsolete.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Rémy Hubscher for the report and Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
user change form.
|
|
users.
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
|
|
|
|
|
|
Forward port of d5ed08263b58ec972a1e009f23d7b90c30b6b9c1 from master.
|
|
Upcoming German translations will not differ for past and future naturaltime
translations. Using Czech language instead.
|
|
|
|
|
|
slash.
|
|
INSTALLED_APPS.
|
|
AnonymousUser.
|
|
Co-authored-by: Ross Thorne <rmwthorne@googlemail.com>
|
|
|
|
|
|
|
|
same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
|
|
|
|
|
|
|
|
|
|
Regression in 3b429c96736b8328c40e5d77282b0d30de563c3c.
|