Mariusz Felisiak
|
f9e9526800
|
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+.
|
2023-09-26 12:05:26 +02:00 |
|
lstaana
|
357365a64e
|
Fixed #34835 -- Made admin's changelist filters render in <nav> tag.
|
2023-09-26 08:45:07 +02:00 |
|
Mariusz Felisiak
|
2c6ebb65c9
|
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
|
2023-09-20 13:45:51 +02:00 |
|
Mariusz Felisiak
|
3623a0c079
|
Fixed #34850 -- Dropped support for MariaDB 10.4.
|
2023-09-19 15:06:05 +02:00 |
|
Mariusz Felisiak
|
0e560edf32
|
Increased the default PBKDF2 iterations for Django 5.1.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
f72f420f17
|
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
This also removes django.core.files.storage.get_storage_class().
Per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
3a3e737694
|
Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner.
Per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
5e4c1793b7
|
Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co.
Per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
69af3bea99
|
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
c35fd9e275
|
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
7433237664
|
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
04eb1b4567
|
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
Per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
6e4e5523a8
|
Refs #33691 -- Removed insecure password hashers per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
14ef92fa9e
|
Refs #33864 -- Removed length_is template filter per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
2abf417c81
|
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
00e1879610
|
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
|
Mariusz Felisiak
|
590a31eb10
|
Added stub release notes for 5.1.
|
2023-09-18 22:12:40 +02:00 |
|