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-31
Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
Simon Charette
2025-12-31
Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.
Johannes Maron
2025-12-30
Refs #21961 -- Added supports_on_delete_db_cascade skips in schema tests.
Tim Graham
2025-12-29
Bumped checkout version in Github actions configuration.
Pravin Kamble
2025-12-29
Fixed #36714 -- Fixed context sharing among async signal handlers.
Arfey
2025-12-28
Refs #24920 -- Made DecimalField system checks database dependent.
Mariusz Felisiak
2025-12-28
Added some skips to GIS tests.
Tim Graham
2025-12-26
Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...
VIZZARD-X
2025-12-26
Refs #30515 -- Added tests for resolve_url() with view callables and arguments.
Natalia
2025-12-26
Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcuts.txt.
Duane Hilton
2025-12-26
Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().
kundan223
2025-12-24
Fixed #36810 -- Avoided infinite recursion in SimpleLazyObject.__repr__().
Sean
2025-12-24
Refs #36810 -- Avoided infinite recursion in LazyNonce.__repr__().
Sean Reed
2025-12-24
Refs #36787 -- Fixed lookup test crash on Oracle.
Mariusz Felisiak
2025-12-23
Added missing sentence period in docs/intro/tutorial02.txt.
Yilei
2025-12-22
Fixed #36807 -- Fixed form field alignment under <fieldset> in the admin.
Jacob Walls
2025-12-22
Refs #36806 -- Removed unnecessary null=True from GeneratedField in test models.
Nilesh Kumar Pahari
2025-12-22
Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.
guro-Ishiguro
2025-12-22
Refs #27100 -- Removed obsolete message from tutorial and migrations topic.
Jacob Walls
2025-12-22
Fixed #36305 -- Added documentation indentation guidelines to contributing docs.
ankan0503
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
[prev]
[next]