summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-01[4.2.x] Bumped version for 4.2.7 release.4.2.7Mariusz Felisiak
2023-11-01[4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.Mariusz Felisiak
2023-10-30[4.2.x] Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.Natalia
2023-10-30[4.2.x] Refs #15578 -- Made cosmetic edits to fixtures docs.Natalia
2023-10-30[4.2.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...Tom Carrick
2023-10-28[4.2.x] Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce
2023-10-27[4.2.x] Fixed #30601 -- Doc'd the need to manually revert all app state on tr...lufafajoshua
2023-10-27[4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Izzy Hyman
2023-10-26[4.2.x] Fixed #15578 -- Stated the processing order of fixtures in the fixtur...Leo Suarez
2023-10-25[4.2.x] Added stub release notes and release date for 4.2.7, 4.1.13, and 3.2.23.Mariusz Felisiak
2023-10-22[4.2.x] Fixed typo in docs/releases/4.2.txt.Claire Pritchard
2023-10-21[4.2.x] Corrected note about using accents in writing documentation contribut...David Smith
2023-10-16[4.2.x] Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unle...Mariusz Felisiak
2023-10-16[4.2.x] Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing exp...Simon Charette
2023-10-15[4.2.x] Refs #34840 -- Improved release note describing index regression.Adam Johnson
2023-10-12[4.2.x] Refs #34840 -- Fixed test_validate_nullable_textfield_with_isnull_tru...Mariusz Felisiak
2023-10-11[4.2.x] Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-10-10[4.2.x] Reorganized tutorial's part 4 to better understand changes needed in ...Natalia
2023-10-10[4.2.x] Refs #26029 -- Improved get_storage_class() deprecation warning with ...Carlton Gibson
2023-10-09[4.2.x] Refs #34043 -- Clarified how to test UI changes.sarahboyce
2023-10-09[4.2.x] Added backticks to setuptools in docs.Mariusz Felisiak
2023-10-06[4.2.x] Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setti...ume
2023-10-05[4.2.x] Refs #31435 -- Doc'd potential infinite recursion when accessing mode...David Sanders
2023-10-04[4.2.x] Corrected wrap_socket() reference in docs/ref/settings.txt.Mariusz Felisiak
2023-10-04[4.2.x] Added CVE-2023-43665 to security archive.Natalia
2023-10-04[4.2.x] Added stub release notes for 4.2.7.Natalia
2023-10-04[4.2.x] Post release version bump.Natalia
2023-10-04[4.2.x] Bumped version for 4.2.6 release.4.2.6Natalia
2023-10-04[4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....Natalia
2023-09-27[4.2.x] Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.Natalia
2023-09-27[4.2.x] Added warning about flatpages and untrusted users.Mariusz Felisiak
2023-09-27[4.2.x] Refs #34320 -- Skipped SchemaTests.test_rename_field_with_check_to_tr...Mariusz Felisiak
2023-09-22[4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.Mariusz Felisiak
2023-09-21[4.2.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...David Sanders
2023-09-19[4.2.x] Added updating the Django release process on Trac to release steps.Mariusz Felisiak
2023-09-16[4.2.x] Fixed typo in docs/howto/custom-file-storage.txt.therealrinku
2023-09-16[4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation().Mariusz Felisiak
2023-09-14[4.2.x] Doc'd HttpResponse.cookies.Michele Mazzucchi
2023-09-11[4.2.x] Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE se...Mariusz Felisiak
2023-09-05[4.2.x] Bumped checkout version in Github actions configuration.Mariusz Felisiak
2023-09-04[4.2.x] Added stub release notes for 4.2.6.Mariusz Felisiak
2023-09-04[4.2.x] Added CVE-2023-41164 to security archive.Mariusz Felisiak
2023-09-04[4.2.x] Post-release version bump.Mariusz Felisiak
2023-09-04[4.2.x] Bumped version for 4.2.5 release.4.2.5Mariusz Felisiak
2023-09-04[4.2.x] Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding....Mariusz Felisiak
2023-09-01[4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply ne...willzhao
2023-08-28[4.2.x] Added stub release notes and release date for 4.2.5, 4.1.11, and 3.2.21.Mariusz Felisiak
2023-08-24[4.2.x] Avoided counting exceptions in AsyncClient docs.Mariusz Felisiak
2023-08-23[4.2.x] Improved formset docs by using a set instead of a list in the custom ...Luca Allulli
2023-08-22[4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request ...Keryn Knight