| Age | Commit message (Collapse) | Author |
|
|
|
DatabaseOperations.fulltext_search_sql().
Should have been removed in 5139832398624be75ee5361a6fac9348fdb61093.
|
|
Accuracy was incorrect when dates differ by a month or more.
|
|
|
|
|
|
Should have been removed in b6ea1961eb6816dee4370fb0ebd49dba29478db1.
|
|
widget.
|
|
|
|
|
|
|
|
|
|
DateField on Oracle/PostgreSQL.
|
|
|
|
|
|
When a user is already logged in when submitting the password and
password confirmation to reset a password, a KeyError occurred while
removing the reset session token from the session.
Refs #17209
Thanks Quentin Marlats for the report and Florian Apolloner and Tim
Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
multi-table inheritance models."
This reverts commit 74a575eb7296fb04e1fc2bd4e3f68dee3c66ee0a as it causes
unexpected migrations and doesn't seem to be the best solution.
|
|
|
|
|
|
The method customization was removed in 2ca00faa9137.
|
|
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
|
|
|
|
|
|
|
|
unexpected errors.
Thanks Shai Berger and Tim Graham for review.
|
|
Prevented queries from reusing trimmed joins.
|
|
|
|
|
|
The test from refs #20368 only runs this block on Python 2.
|
|
DatabaseIntrospection.data_types_reverse.
|
|
|
|
Thanks Mariusz Felisiak and Tim Graham for polishing the patch.
|
|
SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
with a default.
|
|
Using __str__() and then repr'ing the result looks strange and can lead
to recursive rendering of forms.
|
|
|
|
|
|
|
|
|
|
|
|
Reverted the obsolete fix and tests for refs #12302.
|
|
The new test crashed in the removed branch. It's unclear if the branch has
value since c6a2bd9b962af1cdf46f964589e6023046cfa8ec didn't include tests.
|