| Age | Commit message (Collapse) | Author |
|
Python 3's SimpleCookie treats all values as strings. Passing a bytes
object coerces to the repr value.
|
|
Unused since its introduction in 79e68c225b926302ebb29c808dda8afa49856f5c.
|
|
|
|
|
|
Thanks Tim Graham for noticing the issue.
|
|
documented.
|
|
|
|
|
|
|
|
|
|
These attributes are defined on BaseModelAdmin and thus should always
be there.
|
|
Regression in 38a5a23c327ab1c816dc56864002ecc66cac4a48.
|
|
Modifying self.s1 created in setUpTestData() leaked state.
Regression in 45585d3cbbd320a316171b17474b60e3f5fb1fb8.
|
|
autoextend size on Oracle.
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Jani Tiainen for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Shai Berger and Tim Graham for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forward port of 02158a785eff923110cb4c7c7e635d3ce4a928e3 from stable/1.11.x
|
|
|
|
writable.
|
|
Forwardport of 877d7b71ae952b3bc946e5187d6c23039a71614d from stable/1.11.x
|
|
|
|
Regression in 890537253cf235091816d27a5c2fb64943c8e34a.
|
|
when given an out of range date.
|
|
|
|
|
|
Follow up to a404f75f92971634c76330f3742261d33ccecca1.
|
|
|
|
The latitude coordinates exceed -90, 90 bounds and caused a test failure
on Oracle 12.2.
Thanks Michał Wierzbowski for help preparing the patch.
|
|
Thanks Simon Charette for the fix.
|
|
|
|
User model doesn't have last_login field.
|
|
|
|
than PASSWORD_RESET_TIMEOUT_DAYS.
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|