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
2025-12-22
Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.
JaeHyuck Sa
2025-12-22
Fixed #36786 -- Fixed XML serialization of None values in natural keys.
Youngkwang Yang
2025-12-22
Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.
Clifford Gama
2025-12-22
Replaced per-object create() calls with bulk_create in tests/model_fields/tes...
Clifford Gama
2025-12-22
Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.
Skyiesac
2025-12-22
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
Nilesh Kumar Pahari
2025-12-19
Fixed #36618 -- Corrected error message in BaseForm.add_error().
Nilesh Kumar Pahari
2025-12-19
Fixed #36791 -- Made MigrationAutodetector recreate through table when m2m ta...
Johanan Oppong Amoateng
2025-12-19
Fixed #36590 -- Made async cache methods use specialized sync versions if ava...
eevelweezel
2025-12-19
Fixed #36487 -- Fixed logger error message with partial callbacks.
Krishnaprasad MG
2025-12-19
Fixed #36808 -- Required name argument in UniqueConstraint signature.
Jonathan Biemond
2025-12-18
Fixed #36701 -- Fixed memory leak in ModelState.
Samriddha9619
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-12-17
Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().
varunkasyap
2025-12-16
Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...
Clifford Gama
2025-12-16
Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.
Mridul Dhall
2025-12-15
Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...
Marc Gibbons
2025-12-15
Refs #36652 -- Avoided missing imports in a temporary file generated in a mig...
Jacob Walls
2025-12-15
Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...
Michal Mládek
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-12-12
Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.
Lily Acorn
2025-12-12
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Lily Acorn
2025-12-11
Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.
Pravin Kamble
2025-12-11
Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.
Jacob Walls
2025-12-11
Refs #36499 -- Adjusted test_strip_tags following Python behavior change for ...
Jacob Walls
2025-12-10
Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...
Clifford Gama
2025-12-10
Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.
Clifford Gama
2025-12-10
Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...
Clifford Gama
2025-12-09
Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...
Tim Graham
2025-12-05
Fixed #36728 -- Validated template tag arguments at definition time.
Jake Howard
2025-12-05
Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...
Clifford Gama
2025-12-05
Fixed #36367 -- Added a label to the date_hierarchy in admin changelist.
Chaitanya
2025-12-04
Added DatabaseFeatures.prohibits_dollar_signs_in_column_aliases.
Tim Graham
2025-12-03
Closed pool when parallel test runner encounters unpicklable exceptions.
Jacob Walls
2025-12-03
Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.
rimi0108
2025-12-03
Fixed #36280 -- Replaced exception checks with assertRaisesMessage().
Skyiesac
2025-12-02
Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...
Shai Berger
2025-12-02
Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL injection in c...
Jacob Walls
2025-12-02
Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.
Νικόλαος-Διγενής Καραγιάννης
2025-12-01
Fixed #36712 -- Evaluated type annotations lazily in template tag registration.
Jacob Walls
2025-12-01
Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().
Jacob Walls
2025-11-26
Fixed #36743 -- Increased URL max length enforced in HttpResponseRedirectBase.
varunkasyap
2025-11-26
Closed temporary files in OverwritingStorageTests.test_save_overwrite_behavio...
Jacob Walls
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-11-25
Refs #21961 -- Added required_db_features to delete's RelatedDbOptionParent.
Tim Graham
2025-11-24
Corrected assertions for True/False results in tests/auth_tests/test_handlers...
Jake Howard
2025-11-24
Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.
Simon Charette
2025-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-11-22
Fixed #35774 -- Dropped support for GEOS 3.8.
David Smith
2025-11-21
Refs #36705 -- Added coverage for multiple types of enclosing punctuation in ...
Jacob Walls
[next]