summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2023-04-03[4.2.x] Bumped version for 4.2 release.4.2Mariusz Felisiak
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-04-03[4.2.x] Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() fro...Tim Graham
2023-03-29[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fie...Mariusz Felisiak
2023-03-29[4.2.x] Fixed overindentation of AdminURLFieldWidget.Tim Graham
2023-03-28[4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
2023-03-28[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldEr...Mariusz Felisiak
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ...Tom Carrick
2023-03-24[4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help t...Mariusz Felisiak
2023-03-23[4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change ...Mariusz Felisiak
2023-03-23[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warn...Mariusz Felisiak
2023-03-21[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async i...Carlton Gibson
2023-03-20[4.2.x] Bumped version for 4.2 release candidate 1.4.2rc1Mariusz Felisiak
2023-03-20[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-06[4.2.x] Fixed #34386 -- Made SMTP backend load default system root CA certifi...Dmitriy Sintsov
2023-02-27[4.2.x] Fixed #34368 -- Made subquery raise NotSupportedError when referencin...Simon Charette
2023-02-27[4.2.x] Fixed #34372 -- Fixed queryset crash on order by aggregation using Or...Simon Charette
2023-02-22[4.2.x] Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
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-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-15[4.2.x] Fixed #34320 -- Make sure constraints names are obtained from truncat...nabil-rady
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 CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-13[4.2.x] Fixed #34316 -- Fixed layout of admin password change forms and help ...sarahboyce
2023-02-10[4.2.x] Fixed #32813 -- Made runserver display port after binding.Dhanush
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 #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] 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] 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-30[4.2.x] Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
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