| Age | Commit message (Collapse) | Author |
|
PostgreSQL versions.
|
|
formfield() returns None.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
|
|
on MySQL, PostgreSQL, and Oracle.
Co-authored-by: Mário Falcão <mario@falcao.dev>
|
|
|
|
|
|
Co-authored-by: Emad Mokhtar <emad.mokhtar@veneficus.nl>
|
|
TransactionTestCase.setUpClass().
|
|
|
|
with __class_get_item__.
|
|
Double-quoting string literals is deprecated in recent SQLite versions.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
Signed-off-by: saJaeHyukc <wogur981208@gmail.com>
|
|
per DEP 44.
|
|
|
|
|
|
|
|
|
|
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
|
|
|
|
docs/topics/email.txt.
Co-authored-by: Mike Edmunds <medmunds@gmail.com>
|
|
|
|
operator precedence.
When ConcatPair was updated to use || this lost the implicit wrapping from CONCAT(...).
This broke the WHERE clauses when used in combination with PostgreSQL trigram similarity.
Regression in 6364b6ee1071381eb3a23ba6b821fc0d6f0fce75.
Co-authored-by: Emiliano Cuenca <106986074+emicuencac@users.noreply.github.com>
|
|
docs.
Regression in 3915d4c70d0d7673abe675525b58117a5099afd3.
|
|
|
|
|
|
This also removed unreachable checks.
|
|
the admin changelist.
|
|
hooks to GIS backends.
|
|
This is consistent with Oracle and MySQL GIS database backends.
|
|
is set.
|
|
oracledb_any should reraise ImportError instead of raising
ImproperlyConfigured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sending fails.
On successful submission of a password reset request, an email is sent
to the accounts known to the system. If sending this email fails (due to
email backend misconfiguration, service provider outage, network issues,
etc.), an attacker might exploit this by detecting which password reset
requests succeed and which ones generate a 500 error response.
Thanks to Thibaut Spriet for the report, and to Mariusz Felisiak, Adam
Johnson, and Sarah Boyce for the reviews.
|
|
template filters.
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report.
|
|
|
|
|
|
|
|
Follow up to 7ca42974ee087a82b6f7f6874ca2b25e42a9a584 which did the same for
similar tests.
|
|
packages.
Also increased coverage of module_loading.py.
|
|
unusable state.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
This improves the screen reader experience.
|