Groups
Groups
Sign in
Groups
Groups
Django updates
Conversations
About
Send feedback
Help
Django updates
1–30 of 64484
Mark all as read
Report group
0 selected
Django
7
4:18 PM
[Django] #36777: Exception raised when accessing files with UTF-8 characters in filename on debian/Apache
#36777: Exception raised when accessing files with UTF-8 characters in filename on debian/Apache ----
unread,
[Django] #36777: Exception raised when accessing files with UTF-8 characters in filename on debian/Apache
#36777: Exception raised when accessing files with UTF-8 characters in filename on debian/Apache ----
4:18 PM
Django
4
3:45 PM
[Django] #36778: Extend admonition to avoid constructing query expressions from unsanitized user input
#36778: Extend admonition to avoid constructing query expressions from unsanitized user input -------
unread,
[Django] #36778: Extend admonition to avoid constructing query expressions from unsanitized user input
#36778: Extend admonition to avoid constructing query expressions from unsanitized user input -------
3:45 PM
Django
30
12:11 PM
[Django] #36127: The link is not displayed when str is blank in admin.
#36127: The link is not displayed when str is blank in admin. -------------------------------+-------
unread,
[Django] #36127: The link is not displayed when str is blank in admin.
#36127: The link is not displayed when str is blank in admin. -------------------------------+-------
12:11 PM
Django
18
10:30 AM
[Django] #27834: Add the STRPOS database function
#27834: Add the STRPOS database function -------------------------------------+----------------------
unread,
[Django] #27834: Add the STRPOS database function
#27834: Add the STRPOS database function -------------------------------------+----------------------
10:30 AM
Django
15
10:11 AM
[Django] #36620: Automate test coverage check on pull requests
#36620: Automate test coverage check on pull requests -------------------------------------+---------
unread,
[Django] #36620: Automate test coverage check on pull requests
#36620: Automate test coverage check on pull requests -------------------------------------+---------
10:11 AM
Django
7
10:07 AM
[Django] #36728: Validate template tag context argument at definition time, rather than compile time
#36728: Validate template tag context argument at definition time, rather than compile time ---------
unread,
[Django] #36728: Validate template tag context argument at definition time, rather than compile time
#36728: Validate template tag context argument at definition time, rather than compile time ---------
10:07 AM
Django
7
9:35 AM
[Django] #36722: MySQL backend raises error when selecting 0 using an expression targeting an autofield.
#36722: MySQL backend raises error when selecting 0 using an expression targeting an autofield. -----
unread,
[Django] #36722: MySQL backend raises error when selecting 0 using an expression targeting an autofield.
#36722: MySQL backend raises error when selecting 0 using an expression targeting an autofield. -----
9:35 AM
Django
17
9:33 AM
[Django] #36367: Improving the accessibility of the date_hierarchy layout in the admin.
#36367: Improving the accessibility of the date_hierarchy layout in the admin. ----------------------
unread,
[Django] #36367: Improving the accessibility of the date_hierarchy layout in the admin.
#36367: Improving the accessibility of the date_hierarchy layout in the admin. ----------------------
9:33 AM
Django
27
3:00 AM
[Django] #36036: Support the 4th dimension (M) in the GEOS API
#36036: Support the 4th dimension (M) in the GEOS API -----------------------------+-----------------
unread,
[Django] #36036: Support the 4th dimension (M) in the GEOS API
#36036: Support the 4th dimension (M) in the GEOS API -----------------------------+-----------------
3:00 AM
Django
Dec 4
[Django] #36776: Note that the dev server is running in WSGI mode
#36776: Note that the dev server is running in WSGI mode -------------------------------------+------
unread,
[Django] #36776: Note that the dev server is running in WSGI mode
#36776: Note that the dev server is running in WSGI mode -------------------------------------+------
Dec 4
Django
Dec 4
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 --------------------------------------+-----
Dec 4
Django
42
Dec 4
[Django] #24342: Add an EnumField as standard
#24342: Add EnumField model/form fields -------------------------------------+-----------------------
unread,
[Django] #24342: Add an EnumField as standard
#24342: Add EnumField model/form fields -------------------------------------+-----------------------
Dec 4
Django
Dec 4
Re: [Django] #34753: Document how to safely construct email addresses (was: Document how to properly escape `to` in email messages)
#34753: Document how to safely construct email addresses --------------------------------------+-----
unread,
Re: [Django] #34753: Document how to safely construct email addresses (was: Document how to properly escape `to` in email messages)
#34753: Document how to safely construct email addresses --------------------------------------+-----
Dec 4
Django
5
Dec 4
[Django] #36774: catch DatabaseError instead of OperationalError in makemigrations check_consistent_history()
#36774: catch DatabaseError instead of OperationalError in makemigrations check_consistent_history()
unread,
[Django] #36774: catch DatabaseError instead of OperationalError in makemigrations check_consistent_history()
#36774: catch DatabaseError instead of OperationalError in makemigrations check_consistent_history()
Dec 4
Django
2
Dec 4
[Django] #36775: Raise ImproperlyConfigured when Feed.link is missing instead of failing with AttributeError
#36775: Raise ImproperlyConfigured when Feed.link is missing instead of failing with AttributeError -
unread,
[Django] #36775: Raise ImproperlyConfigured when Feed.link is missing instead of failing with AttributeError
#36775: Raise ImproperlyConfigured when Feed.link is missing instead of failing with AttributeError -
Dec 4
Django
4
Dec 4
Re: [Django] #36768: Repetitive string concatentation (in a loop) in File.__iter__
#36768: Repetitive string concatentation (in a loop) in File.__iter__ -------------------------------
unread,
Re: [Django] #36768: Repetitive string concatentation (in a loop) in File.__iter__
#36768: Repetitive string concatentation (in a loop) in File.__iter__ -------------------------------
Dec 4
Django
27
Dec 4
[Django] #36714: Async signals lose ContextVar state due to use of asyncio.gather
#36714: Async signals lose ContextVar state due to use of asyncio.gather ----------------------------
unread,
[Django] #36714: Async signals lose ContextVar state due to use of asyncio.gather
#36714: Async signals lose ContextVar state due to use of asyncio.gather ----------------------------
Dec 4
Django
3
Dec 4
[Django] #36772: `aria-describedby`-Attribute missing from file field HTML in Django 6.0
#36772: `aria-describedby`-Attribute missing from file field HTML in Django 6.0 ---------------------
unread,
[Django] #36772: `aria-describedby`-Attribute missing from file field HTML in Django 6.0
#36772: `aria-describedby`-Attribute missing from file field HTML in Django 6.0 ---------------------
Dec 4
Django
3
Dec 4
[Django] #36773: ManyToMany related manager .count() returns 0 while .all().count() returns correct value (Django 5.2.9 and 6.0.0)
#36773: ManyToMany related manager .count() returns 0 while .all().count() returns correct value (
unread,
[Django] #36773: ManyToMany related manager .count() returns 0 while .all().count() returns correct value (Django 5.2.9 and 6.0.0)
#36773: ManyToMany related manager .count() returns 0 while .all().count() returns correct value (
Dec 4
Django
29
Dec 4
[Django] #29177: Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
#29177: Unmanaged models with ForeignKeys do not get those fields serialized into their migration
unread,
[Django] #29177: Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
#29177: Unmanaged models with ForeignKeys do not get those fields serialized into their migration
Dec 4
Django
5
Dec 4
[Django] #36769: Limit recursive extraction of field values in XML deserializer
#36769: Limit recursive extraction of field values in XML deserializer ------------------------------
unread,
[Django] #36769: Limit recursive extraction of field values in XML deserializer
#36769: Limit recursive extraction of field values in XML deserializer ------------------------------
Dec 4
Django
2
Dec 4
[Django] #36770: 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/spawn ----------
unread,
[Django] #36770: 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/spawn ----------
Dec 4
Django
5
Dec 4
[Django] #36771: Django needs a _massive_ refactor
#36771: Django needs a _massive_ refactor -------------------------------------+---------------------
unread,
[Django] #36771: Django needs a _massive_ refactor
#36771: Django needs a _massive_ refactor -------------------------------------+---------------------
Dec 4
Django
7
Dec 4
[Django] #36744: Improve/correct scrypt password hasher documentation
#36744: Improve/correct scrypt password hasher documentation -------------------------------------+--
unread,
[Django] #36744: Improve/correct scrypt password hasher documentation
#36744: Improve/correct scrypt password hasher documentation -------------------------------------+--
Dec 4
Django
9
Dec 3
[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 3
Django
6
Dec 3
Re: [Django] #35729: Subclasses cannot opt out of natural key serialization
#35729: Subclasses cannot opt out of natural key serialization -------------------------------------+
unread,
Re: [Django] #35729: Subclasses cannot opt out of natural key serialization
#35729: Subclasses cannot opt out of natural key serialization -------------------------------------+
Dec 3
Django
34
Dec 3
[Django] #36520: Performance Regression in parse_header_params
#36520: Performance Regression in parse_header_params -------------------------------------+---------
unread,
[Django] #36520: Performance Regression in parse_header_params
#36520: Performance Regression in parse_header_params -------------------------------------+---------
Dec 3
Django
Dec 3
Re: [Django] #36768: Repetitive string concatentation (in a loop) in File.__iter__ (was: File.__iter__() Quadratic-time DoS)
#36768: Repetitive string concatentation (in a loop) in File.__iter__ -------------------------------
unread,
Re: [Django] #36768: Repetitive string concatentation (in a loop) in File.__iter__ (was: File.__iter__() Quadratic-time DoS)
#36768: Repetitive string concatentation (in a loop) in File.__iter__ -------------------------------
Dec 3
Django
3
Dec 3
[Django] #36767: Allow overriding redirect URL max length in `HttpResponseRedirectBase`
#36767: Allow overriding redirect URL max length in `HttpResponseRedirectBase` ----------------------
unread,
[Django] #36767: Allow overriding redirect URL max length in `HttpResponseRedirectBase`
#36767: Allow overriding redirect URL max length in `HttpResponseRedirectBase` ----------------------
Dec 3
Django
19
Dec 3
[Django] #35459: Case.extra is undocumented, untested, and can hide potential issues
#35459: Case.extra is undocumented, untested, and can hide potential issues -------------------------
unread,
[Django] #35459: Case.extra is undocumented, untested, and can hide potential issues
#35459: Case.extra is undocumented, untested, and can hide potential issues -------------------------
Dec 3