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
Age
Commit message (
Expand
)
Author
2025-12-22
Refs #36305 -- Fixed indentation in checks and middleware documentation.
ankan0503
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-22
Fixed typo in django/db/backends/base/schema.py comment.
사재혁
2025-12-19
Fixed #36618 -- Corrected error message in BaseForm.add_error().
Nilesh Kumar Pahari
2025-12-19
Refs #27380 -- Added release note for raw argument to m2m_changed signal.
Jacob Walls
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 #36781 -- Added Granian to deployment documentation.
JaeHyuck Sa
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
Refs #27380 -- Added ManyRelatedManager.set_base() hook.
Mariusz Felisiak
2025-12-17
Refs #27380 -- Made ManyRelatedManager.set() use *_base() hooks.
Mariusz Felisiak
2025-12-17
Refs #27380 -- Made ManyRelatedManager.add()/clear()/remove() implementation ...
Mariusz Felisiak
2025-12-17
Fixed #32568 -- Replaced mark_safe() with SafeString for literal values.
Pravin Kamble
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
Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/pos...
David Sanders
2025-12-11
Included ASGI servers when noting what the server does.
Jake Howard
2025-12-11
Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.
Pravin Kamble
2025-12-11
Noted testing uses for ContentTypeManager.clear_cache() method.
Carlton Gibson
2025-12-11
Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.
Jacob Walls
2025-12-11
Fixed #36789 -- Added missing PDF file for docs/internals/_images/contributio...
Pravin Kamble
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-09
Fixed #36768 -- Optimized string concatenation in File.__iter__().
varunkasyap
2025-12-08
Fixed #36778 -- Extended advice to sanitize input before using in query expre...
Jacob Walls
2025-12-08
Refs #35581 -- Fixed email image inline attachment example.
Adam Johnson
2025-12-07
Refs #36620 -- Added contributor documentation for code coverage reports.
saurabh
2025-12-06
Refs #36620 -- Fixed PR number extraction in coverage_comment workflow.
saurabh
2025-12-05
Refs #27834 -- Restored "expression" in StrIndex's docs signature.
Clifford Gama
2025-12-05
Refs #36620 -- Removed PR number null check from coverage_comment workflow.
saurabh
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
[prev]
[next]