index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2024-07-09
[4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...
Sarah Boyce
2024-07-09
[4.2.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's...
Natalia
2024-07-09
[4.2.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when ...
Michael Manfre
2024-07-09
[4.2.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizet...
Adam Johnson
2024-03-04
[4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words().
Shai Berger
2024-02-10
[4.2.x] Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unle...
Daniel Garcia Moreno
2024-02-08
[4.2.x] Fixed #35172 -- Fixed intcomma for string floats.
Mariusz Felisiak
2024-02-06
[4.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ...
Adam Johnson
2024-01-29
[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test requir...
nessita
2023-11-30
[4.2.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_co...
Mariusz Felisiak
2023-11-27
[4.2.x] Fixed #34982 -- Fixed admin's read-only password widget and help text...
Tom Carrick
2023-11-27
[4.2.x] Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks o...
Nathaniel Conroy
2023-11-23
[4.2.x] Fixed #34987 -- Fixed queryset crash when mixing aggregate and window...
Simon Charette
2023-11-18
[4.2.x] Fixed #34975 -- Fixed crash of conditional aggregate() over aggregati...
Simon Charette
2023-11-09
[4.2.x] Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
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] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...
Tom Carrick
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-12
[4.2.x] Refs #34840 -- Fixed test_validate_nullable_textfield_with_isnull_tru...
Mariusz Felisiak
2023-10-04
[4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....
Natalia
2023-09-22
[4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-09-11
[4.2.x] Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE se...
Mariusz 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-19
[4.2.x] Fixed #34779 -- Avoided unnecessary selection of non-nullable m2m fie...
Juan Alvarez
2023-08-18
[4.2.x] Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAG...
Mariusz Felisiak
2023-08-04
[4.2.x] Fixed #34754 -- Fixed JSONField check constraints validation on NULL ...
Simon Charette
2023-08-01
[4.2.x] Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-...
Mariusz Felisiak
2023-07-30
[4.2.x] Fixed warnings per flake8 6.1.0.
Mariusz Felisiak
2023-07-30
[4.2.x] Fixed #34748 -- Fixed queryset crash when grouping by a reference in ...
Simon Charette
2023-07-19
[4.2.x] Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing win...
Simon Charette
2023-07-03
[4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a...
Mariusz Felisiak
2023-06-13
[4.2.x] Refs #30220 -- Bumped required version of Selenium to 3.8.0.
Mariusz Felisiak
2023-06-09
[4.2.x] Fixed #34645 -- Restored alignment for admin date/time timezone warni...
Mariusz Felisiak
2023-06-04
[4.2.x] Fixed #34620 -- Fixed serialization crash on m2m fields without natur...
Mariusz Felisiak
2023-06-01
[4.2.x] Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
Simon Charette
2023-05-24
[4.2.x] Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalFie...
David Sanders
2023-05-23
[4.2.x] Refs #34118 -- Fixed FunctionalTests.test_cached_property_reuse_diffe...
Mariusz Felisiak
2023-05-23
[4.2.x] Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing sub...
Simon Charette
2023-05-23
[4.2.x] Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggrega...
Simon Charette
2023-05-17
[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-17
[4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.
Simon Charette
2023-05-16
[4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2023-05-08
[4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi...
Mariusz Felisiak
2023-05-04
[4.2.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if P...
Mariusz Felisiak
2023-05-03
[4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...
Mariusz Felisiak
2023-05-03
[4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index...
Mariusz Felisiak
2023-05-02
[4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...
Mariusz Felisiak
2023-04-26
[4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.
Mariusz Felisiak
[next]