index
:
django.git
fix-31295
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
2 days
Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().
TildaDares
2 days
Fixed #37067 -- Added trailing slash in django_file_prefixes().
Fashad Ahmed
3 days
Refs #15759 -- Fixed ModelAdmin.list_editable form submission for non-editabl...
Artyom Kotovskiy
3 days
Fixed #35738 -- Deprecated double-dot variable lookups.
David Smith
3 days
Fixed #36912 -- Added connector validation to Q.create().
Anna Makarudze
4 days
Refs #35514 -- Added warn_about_external_use() deprecation utility.
Mike Edmunds
4 days
Moved QuerySet.extra() assertions to a separate test.
Tim Graham
7 days
Fixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.
KANIN KEARPIMY
7 days
Reverted inadvertent changes to PK formatting in tests.
Tim Graham
9 days
Refs #35943 -- Fixed admin_views.test_related_object_lookups crash when selen...
Mariusz Felisiak
9 days
Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.
Rodrigo Vieira
9 days
Refs #10919 -- Refactored walk_items as module-level _walk_items and added tr...
Rodrigo Vieira
9 days
Fixed #37057 -- Adjusted UniqueConstraint handling of UNKNOWN condition.
Simon Charette
9 days
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
9 days
Fixed #36991 -- Raised BadRequest for invalid encodings in Content-Type headers.
Dinesh
9 days
Fixed #35943 -- Replaced unload event listener with pagehide.
Amar
9 days
Fixed #15759 -- Excluded fields by per-object permissions for ModelAdmin.list...
Artyom Kotovskiy
12 days
Fixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...
Anže Pečar
13 days
Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.
Tim Graham
13 days
Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().
garybadwal
14 days
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2026-04-11
Fixed #36953 -- Split EmailBackend tests to separate file.
Mike Edmunds
2026-04-11
Refs #36953 -- Moved non-backend-dependent BaseEmailBackendTests.
Mike Edmunds
2026-04-11
Refs #36953 -- Split apart catchall MailTests.
Mike Edmunds
2026-04-11
Refs #36953 -- Split compound mail tests.
Mike Edmunds
2026-04-11
Refs #36953 -- Removed unnecessary overrides from mail tests.
Mike Edmunds
2026-04-08
Refs CVE-2026-4292 -- Isolated new test in AdminViewListEditable.
Jacob Walls
2026-04-07
Fixed #37021 -- Added Permission.user_perm_str property.
mariatta
2026-04-07
Fixed #36816 -- Allowed **kwargs in @task decorator.
Nilesh Kumar Pahari
2026-04-07
Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body size in ...
Natalia
2026-04-07
Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.
Natalia
2026-04-07
Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...
Jacob Walls
2026-04-07
Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin.
Jacob Walls
2026-04-07
Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.
Jacob Walls
2026-04-06
Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...
Tim Graham
2026-04-03
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
varunkasyap
2026-04-03
Refs #36949 -- Removed hardcoded pks in modeladmin tests.
Tim Graham
2026-04-02
Fixed #36973 -- Made fields.E348 check detect further clashes between manager...
Clifford Gama
2026-04-02
Fixed #20024 -- Fixed handling of __in lookups with None in exclude().
Eddy Adegnandjou
2026-04-02
Refs #20024 -- Tested __in lookups with None against composite pk fields.
Eddy Adegnandjou
2026-04-02
Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.
David Smith
2026-04-02
Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou...
Jacob Walls
2026-04-01
Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryse...
Rodrigo Vieira
2026-04-01
Refs #37004 -- Added coverage for BaseModelFormSet.get_queryset() fallback or...
Rodrigo Vieira
2026-03-30
Refs #36770 -- Skipped test_in_memory_database_lock().
Jacob Walls
2026-03-30
Refs #36770 -- Preferred addCleanup() in live server tests.
Jacob Walls
2026-03-26
Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...
afenoum
2026-03-25
Fixed #36913 -- Optimized MultipleChoiceField.validate().
afenoum
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
[next]