summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
2023-02-10[4.2.x] Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-10[4.2.x] Fixed #34324 -- Mentioned Discord server in contributing index.p0lygun
2023-02-09[4.2.x] Fixed #34311 -- Updated serialization docs from unique_together to Un...Willem Van Onsem
2023-02-08[4.2.x] Added missing vars to AdminSite.each_context() docs.Carlton Gibson
2023-02-08[4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on Validatio...Mariusz Felisiak
2023-02-08[4.2.x] Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot
2023-02-08[4.2.x] Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang
2023-02-07[4.2.x] Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
2023-02-07[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with...Nils VAN ZUIJLEN
2023-02-07[4.2.x] Fixed #33638 -- Fixed GIS lookups crash with geography fields on Post...Jacob Walls
2023-02-07[4.2.x] Added stub release notes for 4.0.10 and 3.2.18.Carlton Gibson
2023-02-07[4.2.x] Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana
2023-02-07[4.2.x] Fixed #34301 -- Made admin's submit_row check add permission for "Sav...Frederic Mheir
2023-02-06[4.2.x] Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" ...Dan Glass
2023-02-04[4.2.x] Increased the default PBKDF2 iterations for Django 4.2.Mariusz Felisiak
2023-02-03[4.2.x] Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson
2023-02-02[4.2.x] Fixed #34286 -- Fixed admindocs markups for case-sensitive template/v...skidipap
2023-02-02[4.2.x] Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01[4.2.x] Added stub release notes for 4.1.7.Mariusz Felisiak
2023-02-01[4.2.x] Added CVE-2023-23969 to security archive.Mariusz Felisiak
2023-02-01[4.2.x] Ignored 80aae8343939e849100db87b1c9615f32b38ea0b formatting changes i...Mariusz Felisiak
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-02-01[4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...Nick Pope
2023-01-31[4.2.x] Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't c...sag᠎e
2023-01-31[4.2.x] Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho
2023-01-30[4.2.x] Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
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