summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-20[4.2.x] Bumped version for 4.2 beta 1.4.2b1Mariusz Felisiak
2023-02-20[4.2.x] Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra fo...Laurens Verhoeven
2023-02-20[4.2.x] Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-18[4.2.x] Refs #33308 -- Added tests for queryset ordered by annotation with nu...Simon Charette
2023-02-17[4.2.x] Fixed #34302 -- Fixed SpatialReference.srid for objects without top-l...Stefan Brand
2023-02-17[4.2.x] Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when ta...Stefan Brand
2023-02-17[4.2.x] Fixed #34342, Refs #33735 -- Fixed test client handling of async stre...Alexandre Spaeth
2023-02-17[4.2.x] Refs #34342 -- Added tests for handling sync streaming responses by t...Alexandre Spaeth
2023-02-16[4.2.x] Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStora...Mariusz Felisiak
2023-02-15[4.2.x] Fixed #34320 -- Make sure constraints names are obtained from truncat...nabil-rady
2023-02-15[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14[4.2.x] Bumped grunt-contrib-qunit versions in npm configurations.Sarah Boyce
2023-02-14[4.2.x] Bumped versions in pre-commit and npm configurations.Sarah Boyce
2023-02-14[4.2.x] Fixed #34250 -- Fixed renaming model with m2m relation to a model wit...DevilsAutumn
2023-02-14[4.2.x] Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-14[4.2.x] Added CVE-2023-24580 to security archive.Carlton Gibson
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-13[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...Sarah Boyce
2023-02-13[4.2.x] Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b2...Sota Tabu
2023-02-13[4.2.x] Fixed #34316 -- Fixed layout of admin password change forms and help ...sarahboyce
2023-02-10[4.2.x] Ignored b784768eef75afb32f6d2ce7166551a528bce0ec formatting changes i...Mariusz Felisiak
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
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