summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [4.2.x] Bumped version for 4.2 alpha 1 release.4.2a1Mariusz Felisiak2023-01-172-2/+2
* [4.2.x] Updated source translation catalogs.Mariusz Felisiak2023-01-175-399/+423
* [4.2.x] Bumped django_next_version in docs config.Mariusz Felisiak2023-01-171-1/+1
* Updated man page for Django 4.2 alpha.Mariusz Felisiak2023-01-171-292/+142
* Made cosmetic edits to docs/releases/4.2.txt.Mariusz Felisiak2023-01-171-5/+5
* Removed empty sections from 4.2 release notes.Mariusz Felisiak2023-01-171-85/+0
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-176-6/+92
* Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak2023-01-175-9/+9
* Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce2023-01-162-2/+6
* Refs #30129 -- Added test for create() with F() expression in Subquery.sarahboyce2023-01-161-0/+18
* Fixed "nulls characters" typo in docs.Steven2023-01-162-2/+2
* Fixed #34234 -- Dropped support for PROJ 4.Leo2023-01-135-10/+7
* Fixed #34240 -- Preserved headers of requests made with django.test.Client in...Mariusz Felisiak2023-01-133-0/+26
* Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.Mariusz Felisiak2023-01-121-1/+1
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-1224-90/+542
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-1212-11/+209
* Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+, 3...Mariusz Felisiak2023-01-121-12/+18
* Refs #33879 -- Fixed plural value deprecation warnings.Mariusz Felisiak2023-01-111-1/+1
* Refs #26029 -- Added LazySettings._show_deprecation_warning() hook.Jarosław Wygoda2023-01-111-10/+11
* Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_check...Mariusz Felisiak2023-01-111-2/+2
* Corrected used JS libraries in GIS widget docs.Mariusz Felisiak2023-01-101-5/+5
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-1010-17/+94
* Fixed #34110 -- Added in-memory file storage.Francesco Panico2023-01-107-2/+638
* Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreS...Marti Raudsepp2023-01-091-4/+4
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-098-62/+186
* Renamed 'requests' test package.Tim Graham2023-01-074-0/+0
* Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel.rajdesai242023-01-061-2/+1
* Fixed #33865 -- Optimized LimitedStream wrapper.Nick Pope2023-01-054-50/+44
* Refs #33865 -- Improved implementation of FakePayload.Nick Pope2023-01-053-21/+46
* Refs #33865 -- Corrected signature of ExplodingBytesIO.read().Nick Pope2023-01-051-2/+2
* Refs #33865 -- Made RequestsTests.test_set_encoding_clears_GET use FakePayload.Nick Pope2023-01-051-1/+2
* Refs #32355 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak2023-01-053-11/+24
* Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...sag᠎e2023-01-052-2/+11
* Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak2023-01-054-4/+7
* Simplified handling ambiguous/imaginary datetimes in django.utils.dateformat.Nick Pope2023-01-051-15/+11
* Added support for datetime.date to DateFormat.r().Nick Pope2023-01-052-11/+17
* Simplified django.utils.dateformat.DateFormat.O()/t()/e() a bit.Nick Pope2023-01-051-3/+4
* Optimized imports in django.utils.dateformat.Nick Pope2023-01-051-8/+8
* Fixed #34232 -- Fixed typo in docs/intro/tutorial07.txt.Raj Desai2023-01-041-7/+7
* Simplified django.utils.formats.date_format()/time_format() calls.Nick Pope2023-01-042-20/+7
* Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak2023-01-044-100/+218
* Fixed #33879 -- Improved timesince handling of long intervals.GianpaoloBranca2023-01-044-36/+120
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-0414-74/+113
* Simplified SQLCompiler.get_group_by() a bit.Simon Charette2023-01-041-4/+2
* Fixed #34200 -- Made the session role configurable on PostgreSQL.Mike Crute2023-01-034-6/+63
* Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz2023-01-0310-6/+60
* Fixed #23842 -- Fixed flaky GeoQuerySetTest.test_make_line() test.Mariusz Felisiak2023-01-031-11/+9
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-025-10/+58
* Added stub release notes for 4.1.6.Mariusz Felisiak2023-01-022-0/+13
* Added release date for 4.1.5.Mariusz Felisiak2023-01-021-3/+3