Mariusz Felisiak
|
f5c5c571d3
|
Refs #34316 -- Fixed layout of admin password change forms and help texts for RTL languages.
Regression in 96a598356a .
Follow up to e678046681 and
39d1e45227 .
|
2023-03-24 20:47:34 +01:00 |
|
Mariusz Felisiak
|
cffcf0ef17
|
Refs #32539 -- Fixed hide counts icon for RTL languages.
Bug in 868e2fcdda .
|
2023-03-24 13:42:00 +01:00 |
|
Mariusz Felisiak
|
659f6b5bc5
|
Fixed typos in docs/ref/forms/renderers.txt.
|
2023-03-24 12:54:47 +01:00 |
|
David Smith
|
cad376f844
|
Fixed #34077 -- Added form field rendering.
|
2023-03-24 10:16:30 +01:00 |
|
Carlton Gibson
|
d33368b4ab
|
Added Django Forum to mailing lists page.
|
2023-03-24 08:32:17 +01:00 |
|
David Wobrock
|
d6b6e5d0fd
|
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries.
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
|
2023-03-24 06:09:27 +01:00 |
|
Mariusz Felisiak
|
39d1e45227
|
Refs #34316 -- Fixed displaying error lists in admin password change forms on small screens.
Follow up to e678046681 .
|
2023-03-23 10:44:01 +01:00 |
|
Mariusz Felisiak
|
73ae8545ae
|
Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.
Regression in f3e2bb0833 .
|
2023-03-23 10:32:56 +01:00 |
|
Jesper Olsson
|
216eb63883
|
Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() examples.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2023-03-22 19:20:58 +01:00 |
|
Carlton Gibson
|
b00046d2c2
|
Doc'd use of asgiref.sync adapters with sensitive variables.
|
2023-03-22 14:36:42 +01:00 |
|
Carlton Gibson
|
203a15cadb
|
Refs #31949 -- Adjusted error reporting docs.
|
2023-03-22 11:01:40 +01:00 |
|
Jon Janzen
|
23cbed2187
|
Refs #31949 -- Enabled @sensitive_variables to work with async functions.
|
2023-03-22 10:21:04 +01:00 |
|
amirsoroush
|
6087bc4e15
|
Fixed typo in docs/topics/class-based-views/mixins.txt.
|
2023-03-22 08:35:24 +01:00 |
|
Jure Slak
|
d22209cb42
|
Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.
|
2023-03-22 07:59:39 +01:00 |
|
Jure Slak
|
b4870e7196
|
Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.
|
2023-03-22 07:50:03 +01:00 |
|
Carlton Gibson
|
02c356f2f3
|
Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.
Bug in 0bd2c0c901 .
|
2023-03-21 20:51:53 +01:00 |
|
T. Franzel
|
a2eaea8f22
|
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2023-03-21 19:44:41 +01:00 |
|
David Smith
|
051d5944f8
|
Refs #33134, Refs #34077 -- Adjusted form rendering recursion test.
Adjusted recursion depth test to use str() rather than the form or
field’s render() method.
|
2023-03-21 15:12:56 +01:00 |
|
Liyang Zhang
|
f9f9215d3e
|
Fixed some typos in comments, docstrings, and tests.
|
2023-03-20 08:07:23 +01:00 |
|
Andy Chosak
|
b295b31171
|
Fixed #34420 -- Corrected the order of imports in generated migration files.
|
2023-03-20 06:23:08 +01:00 |
|
Mariusz Felisiak
|
0eb3e9bd75
|
Updated source translation catalogs.
Forwardport of 7e79fb35d4 from stable/4.2.x.
|
2023-03-20 06:02:10 +01:00 |
|
Mariusz Felisiak
|
e10c1688f9
|
Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.
Co-authored-by: Author: Claude Paroz <claude@2xlibre.net>
|
2023-03-18 14:05:41 +01:00 |
|
hb6h057
|
2ffa815c73
|
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by annotations.
|
2023-03-18 13:19:40 +01:00 |
|
sarahboyce
|
d2b688b966
|
Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters.
|
2023-03-16 08:38:44 +01:00 |
|
sarahboyce
|
d03dc63177
|
Refs #1873 -- Used GET.lists() in admin filters.
|
2023-03-16 08:34:26 +01:00 |
|
sarahboyce
|
8d6f959be2
|
Refs #1873 -- Added test for IncorrectLookupParameters when list of values is passed to RelatedFieldListFilter.
|
2023-03-16 08:34:26 +01:00 |
|
Ayush Bisht
|
fc266b694b
|
Fixed #34404 -- Clarified how FileResponse set Content-Type header.
|
2023-03-16 05:30:21 +01:00 |
|
Mariusz Felisiak
|
78da5ca0c1
|
Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."
This reverts commit 69352d85fa .
Test coverage for async methods was no longer calculated with this
change.
|
2023-03-15 13:05:48 +01:00 |
|
Carlton Gibson
|
8a844e761d
|
Improved connection clean-up for SMTP backend.
|
2023-03-14 11:10:06 +01:00 |
|
David Wobrock
|
de0c7744be
|
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
|
2023-03-14 08:32:17 +01:00 |
|
Mariusz Felisiak
|
254ad2e345
|
Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli.
Thanks Chamal De Silva for the report.
|
2023-03-14 05:45:30 +01:00 |
|
Mariusz Felisiak
|
fbe850106b
|
Refs #32355 -- Bumped required version of sqlparse in setup.cfg.
Follow up to 63d1cb0092 .
|
2023-03-13 12:06:30 +01:00 |
|
Claude Paroz
|
03bc92af97
|
Fixed #34407 -- Reported filename when decoding fails in collectstatic's post_process.
|
2023-03-12 16:54:20 +01:00 |
|
Adam Johnson
|
4db33e96d1
|
Corrected example in CreateCollation() docs.
|
2023-03-12 15:02:34 +01:00 |
|
Durval Carvalho
|
4b1bfea284
|
Fixed #34333 -- Fixed migration operations ordering when adding index/constraint on new foreign key.
Thanks Simon Charette and David Wobrock for reviews.
|
2023-03-10 07:05:11 +01:00 |
|
Simon Charette
|
dde2537fbb
|
Fixed #27397 -- Prevented integer overflows on integer field lookups.
This prevents a sqlite3 crash and address a potential DDoS vector on
PostgreSQL caused by full-table-scans on overflows.
|
2023-03-09 15:55:10 +01:00 |
|
Mariusz Felisiak
|
cc67344db9
|
Doc'd that action descriptions are %-formatted.
Co-authored-by: JD Bothma <jbothma@gmail.com>
|
2023-03-09 13:44:34 +01:00 |
|
Hrushikesh Vaidya
|
a52bdea5a2
|
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
|
2023-03-09 10:27:08 +01:00 |
|
Mariusz Felisiak
|
18473004af
|
Fixed #34395 -- Updated admin's jQuery to 3.6.4.
|
2023-03-09 08:55:08 +01:00 |
|
nabil-rady
|
32d4b61c31
|
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
|
2023-03-08 11:52:57 +01:00 |
|
David Wobrock
|
2396933ca9
|
Fixed #34384 -- Fixed session validation when rotation secret keys.
Bug in 0dcd549bbe .
Thanks Eric Zarowny for the report.
|
2023-03-08 10:48:04 +01:00 |
|
Carlton Gibson
|
9b22457987
|
Refs #32172 -- Used asgiref coroutine shim in async signals tests.
Bug in e83a88566a .
|
2023-03-08 09:53:25 +01:00 |
|
Carlton Gibson
|
279e611c01
|
Refs #31626 -- Noted that Daphne provides a runserver command.
|
2023-03-07 19:47:55 +01:00 |
|
Jon Janzen
|
e846c5e724
|
Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
|
2023-03-07 13:11:22 +01:00 |
|
Jon Janzen
|
e83a88566a
|
Fixed #32172 -- Adapted signals to allow async handlers.
co-authored-by: kozzztik <kozzztik@mail.ru>
co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
2023-03-07 08:39:25 +01:00 |
|
Mariusz Felisiak
|
9a07999aef
|
Added stub release notes for 4.1.8.
|
2023-03-06 17:31:26 +01:00 |
|
David Smith
|
507bc13648
|
Refs #34381 -- Fixed InspectDBTransactionalTests.test_foreign_data_wrapper() on Windows.
|
2023-03-06 13:40:35 +01:00 |
|
Dmitriy Sintsov
|
c914d6cff1
|
Fixed #34386 -- Made SMTP backend load default system root CA certificates by default.
Regression in 2848e5d0ce .
|
2023-03-06 08:08:16 +01:00 |
|
David Smith
|
b05dfc2894
|
Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralAggretate.test_empty_result_set() on PostgreSQL 14+.
Follow up to 0be8095b25 .
|
2023-03-05 19:06:21 +01:00 |
|
Ivan Sagalaev
|
a4205076a5
|
Fixed typo in docs/releases/5.0.txt.
|
2023-03-05 14:01:19 +01:00 |
|