Groups
Groups
Sign in
Groups
Groups
Django updates
Conversations
About
Send feedback
Help
Django updates
1–30 of 64542
Mark all as read
Report group
0 selected
Django
6
8:46 AM
Re: [Django] #35865: Queryset aggregation keeps unnecessary SQL joins
#35865: Queryset aggregation keeps unnecessary SQL joins -------------------------------------+------
unread,
Re: [Django] #35865: Queryset aggregation keeps unnecessary SQL joins
#35865: Queryset aggregation keeps unnecessary SQL joins -------------------------------------+------
8:46 AM
Django
5
8:42 AM
[Django] #36795: Always quote user-provided aliases
#36795: Always quote user-provided aliases -------------------------------------+--------------------
unread,
[Django] #36795: Always quote user-provided aliases
#36795: Always quote user-provided aliases -------------------------------------+--------------------
8:42 AM
Django
2
8:41 AM
[Django] #36814: During migration for rename m2m field, alter table rename query not generated
#36814: During migration for rename m2m field, alter table rename query not generated ---------------
unread,
[Django] #36814: During migration for rename m2m field, alter table rename query not generated
#36814: During migration for rename m2m field, alter table rename query not generated ---------------
8:41 AM
Django
5
6:37 AM
[Django] #36644: Enable using an empty order_by() to disable implicit primary key ordering in first()
#36644: Enable using an empty order_by() to disable implicit primary key ordering in first() --------
unread,
[Django] #36644: Enable using an empty order_by() to disable implicit primary key ordering in first()
#36644: Enable using an empty order_by() to disable implicit primary key ordering in first() --------
6:37 AM
Django
5
2:05 AM
Re: [Django] #34753: Document how to safely construct email addresses
#34753: Document how to safely construct email addresses -------------------------------------+------
unread,
Re: [Django] #34753: Document how to safely construct email addresses
#34753: Document how to safely construct email addresses -------------------------------------+------
2:05 AM
Django
2
Dec 19
Re: [Django] #36376: Respect --no-color for command help on python 3.14
#36376: Respect --no-color for command help on python 3.14 -------------------------------------+----
unread,
Re: [Django] #36376: Respect --no-color for command help on python 3.14
#36376: Respect --no-color for command help on python 3.14 -------------------------------------+----
Dec 19
Django
10
Dec 19
[Django] #24800: Provide logging capabilities for migrations
#24800: Add logging of applied/unapplied migrations -------------------------------------+-----------
unread,
[Django] #24800: Provide logging capabilities for migrations
#24800: Add logging of applied/unapplied migrations -------------------------------------+-----------
Dec 19
Django
13
Dec 19
[Django] #36810: SimpleLazyObject.__repr__ causes infinite recursion when setup function is a bound method
#36810: SimpleLazyObject.__repr__ causes infinite recursion when setup function is a bound method ---
unread,
[Django] #36810: SimpleLazyObject.__repr__ causes infinite recursion when setup function is a bound method
#36810: SimpleLazyObject.__repr__ causes infinite recursion when setup function is a bound method ---
Dec 19
Django
6
Dec 19
[Django] #36809: Allow EmailValidator to return 'domain_part' in ValidationError params
#36809: Allow EmailValidator to return 'domain_part' in ValidationError params --------------
unread,
[Django] #36809: Allow EmailValidator to return 'domain_part' in ValidationError params
#36809: Allow EmailValidator to return 'domain_part' in ValidationError params --------------
Dec 19
Django
6
Dec 19
[Django] #36786: XML serializer mishandles nullable elements of a related object's natural key
#36786: XML serializer mishandles nullable elements of a related object's natural key -----------
unread,
[Django] #36786: XML serializer mishandles nullable elements of a related object's natural key
#36786: XML serializer mishandles nullable elements of a related object's natural key -----------
Dec 19
Django
Dec 19
Re: [Django] #36809: Allow EmailValidator to return 'domain_part' in ValidationError params (was: Allow EmailValidator to customize error messages depending on the part that failed validation)
#36809: Allow EmailValidator to return 'domain_part' in ValidationError params --------------
unread,
Re: [Django] #36809: Allow EmailValidator to return 'domain_part' in ValidationError params (was: Allow EmailValidator to customize error messages depending on the part that failed validation)
#36809: Allow EmailValidator to return 'domain_part' in ValidationError params --------------
Dec 19
Django
9
Dec 19
Re: [Django] #36618: BaseForm.add_error() misleading exception message when both field and dict provided
#36618: BaseForm.add_error() misleading exception message when both field and dict provided ---------
unread,
Re: [Django] #36618: BaseForm.add_error() misleading exception message when both field and dict provided
#36618: BaseForm.add_error() misleading exception message when both field and dict provided ---------
Dec 19
Django
Dec 19
Re: [Django] #36376: Respect --no-color for command help on python 3.14 (was: Use argparse colorized help on Python 3.14+)
#36376: Respect --no-color for command help on python 3.14 -------------------------------------+----
unread,
Re: [Django] #36376: Respect --no-color for command help on python 3.14 (was: Use argparse colorized help on Python 3.14+)
#36376: Respect --no-color for command help on python 3.14 -------------------------------------+----
Dec 19
Django
2
Dec 19
[Django] #36813: Convert system checks for max_length and max_digits to __init__() checks.
#36813: Convert system checks for max_length and max_digits to __init__() checks. -------------------
unread,
[Django] #36813: Convert system checks for max_length and max_digits to __init__() checks.
#36813: Convert system checks for max_length and max_digits to __init__() checks. -------------------
Dec 19
Django
7
Dec 19
Re: [Django] #36806: Add system check for null kwarg in GeneratedField definition
#36806: Add system check for null kwarg in GeneratedField definition --------------------------------
unread,
Re: [Django] #36806: Add system check for null kwarg in GeneratedField definition
#36806: Add system check for null kwarg in GeneratedField definition --------------------------------
Dec 19
Django
10
Dec 19
[Django] #36784: Add CSP support to Django's script object and media objects
#36784: Add CSP support to Django's script object and media objects -----------------------------
unread,
[Django] #36784: Add CSP support to Django's script object and media objects
#36784: Add CSP support to Django's script object and media objects -----------------------------
Dec 19
Django
12
Dec 19
[Django] #36235: RelatedManager.all().get_or_create() does not work
#36235: RelatedManager.all().get_or_create() does not work -------------------------------------+----
unread,
[Django] #36235: RelatedManager.all().get_or_create() does not work
#36235: RelatedManager.all().get_or_create() does not work -------------------------------------+----
Dec 19
Django
13
Dec 19
[Django] #27380: Add the 'raw' argument with the 'm2m_changed' signal
#27380: Add the 'raw' argument with the 'm2m_changed' signal ------------------------
unread,
[Django] #27380: Add the 'raw' argument with the 'm2m_changed' signal
#27380: Add the 'raw' argument with the 'm2m_changed' signal ------------------------
Dec 19
Django
16
Dec 19
[Django] #36791: Migration does not drop old M2M through-table when ManyToManyField target model changes
#36791: Migration does not drop old M2M through-table when ManyToManyField target model changes -----
unread,
[Django] #36791: Migration does not drop old M2M through-table when ManyToManyField target model changes
#36791: Migration does not drop old M2M through-table when ManyToManyField target model changes -----
Dec 19
Django
8
Dec 19
Re: [Django] #36796: URL resolution breaks if route defined with lazy string and uses an include
#36796: URL resolution breaks if route defined with lazy string and uses an include -----------------
unread,
Re: [Django] #36796: URL resolution breaks if route defined with lazy string and uses an include
#36796: URL resolution breaks if route defined with lazy string and uses an include -----------------
Dec 19
Django
19
Dec 19
Re: [Django] #36590: Redis, Memcached, and Database cache backends lack specialized many operation implementations
#36590: Redis, Memcached, and Database cache backends lack specialized many operation implementations
unread,
Re: [Django] #36590: Redis, Memcached, and Database cache backends lack specialized many operation implementations
#36590: Redis, Memcached, and Database cache backends lack specialized many operation implementations
Dec 19
Django
9
Dec 19
[Django] #36487: Database on commit error logging fails for partials
#36487: Database on commit error logging fails for partials -------------------------------------+---
unread,
[Django] #36487: Database on commit error logging fails for partials
#36487: Database on commit error logging fails for partials -------------------------------------+---
Dec 19
Django
Dec 19
Re: [Django] #36812: Drop support for MariaDB 10.6-10.10.
#36812: Drop support for MariaDB 10.6-10.10. -------------------------------------+------------------
unread,
Re: [Django] #36812: Drop support for MariaDB 10.6-10.10.
#36812: Drop support for MariaDB 10.6-10.10. -------------------------------------+------------------
Dec 19
Django
Dec 19
Re: [Django] #36812: Drop support for MariaDB 10.6-10.10. (was: Drop support for MariaDB 10.6.)
#36812: Drop support for MariaDB 10.6-10.10. -------------------------------------+------------------
unread,
Re: [Django] #36812: Drop support for MariaDB 10.6-10.10. (was: Drop support for MariaDB 10.6.)
#36812: Drop support for MariaDB 10.6-10.10. -------------------------------------+------------------
Dec 19
Django
Dec 19
[Django] #36812: Drop support for MariaDB 10.6.
#36812: Drop support for MariaDB 10.6. -------------------------------------+------------------------
unread,
[Django] #36812: Drop support for MariaDB 10.6.
#36812: Drop support for MariaDB 10.6. -------------------------------------+------------------------
Dec 19
Django
Dec 19
Re: [Django] #36770: SQLite threading tests are flaky when parallel test suite runs in forkserver mode (was: SQLite threading tests are flaky when parallel test suite runs in forkserver/spawn)
#36770: SQLite threading tests are flaky when parallel test suite runs in forkserver mode -----------
unread,
Re: [Django] #36770: SQLite threading tests are flaky when parallel test suite runs in forkserver mode (was: SQLite threading tests are flaky when parallel test suite runs in forkserver/spawn)
#36770: SQLite threading tests are flaky when parallel test suite runs in forkserver mode -----------
Dec 19
Django
18
Dec 19
Re: [Django] #2750: ManyToManyField ignores 'default' option
#2750: ManyToManyField ignores 'default' option -------------------------------------+-------
unread,
Re: [Django] #2750: ManyToManyField ignores 'default' option
#2750: ManyToManyField ignores 'default' option -------------------------------------+-------
Dec 19
Django
11
Dec 19
[Django] #36781: Add Granian to Django deployment documentation (ASGI & WSGI support)
#36781: Add Granian to Django deployment documentation (ASGI & WSGI support) --------------------
unread,
[Django] #36781: Add Granian to Django deployment documentation (ASGI & WSGI support)
#36781: Add Granian to Django deployment documentation (ASGI & WSGI support) --------------------
Dec 19
Django
5
Dec 19
[Django] #36808: Make UniqueConstraint name required in signature
#36808: Make UniqueConstraint name required in signature -------------------------------------+------
unread,
[Django] #36808: Make UniqueConstraint name required in signature
#36808: Make UniqueConstraint name required in signature -------------------------------------+------
Dec 19
Django
12
Dec 19
[Django] #36750: dumpdata's output of m2m values is not deterministic
#36750: dumpdata's output of m2m values is not deterministic ------------------------------------
unread,
[Django] #36750: dumpdata's output of m2m values is not deterministic
#36750: dumpdata's output of m2m values is not deterministic ------------------------------------
Dec 19