| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
secondary.
|
|
|
|
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
SQLite.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
and SelectMultiple widgets.
|
|
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
psycopg2 2.8.4 is the first release to support Python 3.8.
|
|
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
null values.
|
|
|
|
|
|
macOS ARM64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_questioner_no_default_bad_user_entry_code().
|
|
|
|
|
|
|
|
decimal fractions.
|
|
|
|
migrations autodetector.
The migration framework uniquely identifies models by case insensitive
labels composed of their app label and model names and so does the app
registry in most of its methods (e.g. AppConfig.get_model) but it
wasn't the case for get_swappable_settings_name() until this change.
This likely slipped under the radar for so long and only regressed in
b9df2b74b98b4d63933e8061d3cfc1f6f39eb747 because prior to the changes
related to the usage of model states instead of rendered models in the
auto-detector the exact value settings value was never going through a
case folding hoop.
Thanks Andrew Chen Wang for the report and Keryn Knight for the
investigation.
|
|
Regression in 3fd82a62415e748002435e7bad06b5017507777c.
Thanks Terence Honles for the report.
|
|
|
|
Thanks Theodore Ni and Shai Berger for reviews.
|
|
|
|
2.2.25, 3.1.14, and 3.2.10.
Follow up to d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6.
|
|
|
|
|
|
relationships.
This reduces the likelihood of admin searches issuing queries with
excessive joins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Nick Pope for spotting the bug in Code Review.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
|
week to separate tests.
|
|
is not a dict.
|
|
|
|
|