summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-22Refs #36305 -- Fixed indentation in checks and middleware documentation.ankan0503
2025-12-22Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.JaeHyuck Sa
2025-12-22Fixed #36786 -- Fixed XML serialization of None values in natural keys.Youngkwang Yang
2025-12-22Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.Clifford Gama
2025-12-22Replaced per-object create() calls with bulk_create in tests/model_fields/tes...Clifford Gama
2025-12-22Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.Skyiesac
2025-12-22Fixed #36806 -- Added system check for null kwarg in GeneratedField.Nilesh Kumar Pahari
2025-12-22Fixed typo in django/db/backends/base/schema.py comment.사재혁
2025-12-19Fixed #36618 -- Corrected error message in BaseForm.add_error().Nilesh Kumar Pahari
2025-12-19Refs #27380 -- Added release note for raw argument to m2m_changed signal.Jacob Walls
2025-12-19Fixed #36791 -- Made MigrationAutodetector recreate through table when m2m ta...Johanan Oppong Amoateng
2025-12-19Fixed #36590 -- Made async cache methods use specialized sync versions if ava...eevelweezel
2025-12-19Fixed #36487 -- Fixed logger error message with partial callbacks.Krishnaprasad MG
2025-12-19Fixed #36781 -- Added Granian to deployment documentation.JaeHyuck Sa
2025-12-19Fixed #36808 -- Required name argument in UniqueConstraint signature.Jonathan Biemond
2025-12-18Fixed #36701 -- Fixed memory leak in ModelState.Samriddha9619
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-17Refs #27380 -- Added ManyRelatedManager.set_base() hook.Mariusz Felisiak
2025-12-17Refs #27380 -- Made ManyRelatedManager.set() use *_base() hooks.Mariusz Felisiak
2025-12-17Refs #27380 -- Made ManyRelatedManager.add()/clear()/remove() implementation ...Mariusz Felisiak
2025-12-17Fixed #32568 -- Replaced mark_safe() with SafeString for literal values.Pravin Kamble
2025-12-17Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().varunkasyap
2025-12-16Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...Clifford Gama
2025-12-16Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.Mridul Dhall
2025-12-15Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...Marc Gibbons
2025-12-15Refs #36652 -- Avoided missing imports in a temporary file generated in a mig...Jacob Walls
2025-12-15Fixed #26434 -- Removed faulty clearing of ordering field when missing from e...Michal Mládek
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-12-12Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.Lily Acorn
2025-12-12Fixed #36735 -- Added UUID4 and UUID7 database functions.Lily Acorn
2025-12-11Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/pos...David Sanders
2025-12-11Included ASGI servers when noting what the server does.Jake Howard
2025-12-11Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.Pravin Kamble
2025-12-11Noted testing uses for ContentTypeManager.clear_cache() method.Carlton Gibson
2025-12-11Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkserver mode.Jacob Walls
2025-12-11Fixed #36789 -- Added missing PDF file for docs/internals/_images/contributio...Pravin Kamble
2025-12-11Refs #36499 -- Adjusted test_strip_tags following Python behavior change for ...Jacob Walls
2025-12-10Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...Clifford Gama
2025-12-10Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.Clifford Gama
2025-12-10Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...Clifford Gama
2025-12-09Added tests for MultiPointField, MultiLineStringField, and GeometryCollection...Tim Graham
2025-12-09Fixed #36768 -- Optimized string concatenation in File.__iter__().varunkasyap
2025-12-08Fixed #36778 -- Extended advice to sanitize input before using in query expre...Jacob Walls
2025-12-08Refs #35581 -- Fixed email image inline attachment example.Adam Johnson
2025-12-07Refs #36620 -- Added contributor documentation for code coverage reports.saurabh
2025-12-06Refs #36620 -- Fixed PR number extraction in coverage_comment workflow.saurabh
2025-12-05Refs #27834 -- Restored "expression" in StrIndex's docs signature.Clifford Gama
2025-12-05Refs #36620 -- Removed PR number null check from coverage_comment workflow.saurabh
2025-12-05Fixed #36728 -- Validated template tag arguments at definition time.Jake Howard
2025-12-05Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...Clifford Gama