summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-30[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.fschwebel
2023-01-27[4.2.x] Fixed #28054 -- Made runserver not return response body for HEAD requ...Sarah Boyce
2023-01-27[4.2.x] Refs #34255 -- Skipped test_group_by_nested_expression_with_params te...Mariusz Felisiak
2023-01-26[4.2.x] Fixed #34254 -- Fixed return value of Exists() with empty queryset.Raj Desai
2023-01-26[4.2.x] Fixed #34294 -- Protected django.core.files.locks against argtypes re...Simon Sawicki
2023-01-26[4.2.x] Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueCons...Mariusz Felisiak
2023-01-25[4.2.x] Adjusted release notes for 4.1.6, 4.0.9, and 3.2.17.Carlton Gibson
2023-01-25[4.2.x] Set date and added stub release notes for 4.1.6, 4.0.9, and 3.2.17.Carlton Gibson
2023-01-25[4.2.x] Corrected passenv value for tox 4.0.6+.Stephen
2023-01-24[4.2.x] Fixed #34227 -- Fixed QuerySet.select_related() with multi-level Filt...朱穆穆
2023-01-23[4.2.x] Fixed #34192 -- Preserved callable storage when it returns default_st...Matt Westcott
2023-01-23[4.2.x] Fixed #34278 -- Made translatable string plural-aware in SelectFilter...Claude Paroz
2023-01-20[4.2.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting o...noFFENSE
2023-01-20[4.2.x] Fixed #34267 -- Fixed sliced QuerySet.union() crash.Francesco Panico
2023-01-19[4.2.x] Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros t...David Wobrock
2023-01-17[4.2.x] Fixed typo in docs/releases/4.2.txt.John Whitlock
2023-01-17[4.2.x] Doc'd that 4.2 is LTS.Mariusz Felisiak
2023-01-17[4.2.x] Removed remaining empty sections from 4.2 release notes.Mariusz Felisiak
2023-01-17[4.2.x] Fixed #34264 -- Moved release note about session cookies into error r...Sébastien Corbin
2023-01-17[4.2.x] Bumped version for 4.2 alpha 1 release.4.2a1Mariusz Felisiak
2023-01-17[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-01-17[4.2.x] Bumped django_next_version in docs config.Mariusz Felisiak
2023-01-17Updated man page for Django 4.2 alpha.Mariusz Felisiak
2023-01-17Made cosmetic edits to docs/releases/4.2.txt.Mariusz Felisiak
2023-01-17Removed empty sections from 4.2 release notes.Mariusz Felisiak
2023-01-17Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak
2023-01-17Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak
2023-01-16Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
2023-01-16Refs #30129 -- Added test for create() with F() expression in Subquery.sarahboyce
2023-01-16Fixed "nulls characters" typo in docs.Steven
2023-01-13Fixed #34234 -- Dropped support for PROJ 4.Leo
2023-01-13Fixed #34240 -- Preserved headers of requests made with django.test.Client in...Mariusz Felisiak
2023-01-12Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-12Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+, 3...Mariusz Felisiak
2023-01-11Refs #33879 -- Fixed plural value deprecation warnings.Mariusz Felisiak
2023-01-11Refs #26029 -- Added LazySettings._show_deprecation_warning() hook.Jarosław Wygoda
2023-01-11Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_check...Mariusz Felisiak
2023-01-10Corrected used JS libraries in GIS widget docs.Mariusz Felisiak
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-10Fixed #34110 -- Added in-memory file storage.Francesco Panico
2023-01-09Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreS...Marti Raudsepp
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2023-01-07Renamed 'requests' test package.Tim Graham
2023-01-06Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel.rajdesai24
2023-01-05Fixed #33865 -- Optimized LimitedStream wrapper.Nick Pope
2023-01-05Refs #33865 -- Improved implementation of FakePayload.Nick Pope
2023-01-05Refs #33865 -- Corrected signature of ExplodingBytesIO.read().Nick Pope
2023-01-05Refs #33865 -- Made RequestsTests.test_set_encoding_clears_GET use FakePayload.Nick Pope