Timeline



Feb 6, 2024:

11:19 PM Ticket #35172 (contrib.humanize - intcomma adds leading comma for string-based 3-digit number with at ...) updated by Mariusz Felisiak
Needs documentation, Has patch changed
PR
11:00 PM Ticket #35172 (contrib.humanize - intcomma adds leading comma for string-based 3-digit number with at ...) updated by Mariusz Felisiak
Status, Owner changed
10:38 PM Ticket #35172 (contrib.humanize - intcomma adds leading comma for string-based 3-digit number with at ...) updated by Mariusz Felisiak
Summary, Cc, Version, Severity, Triage Stage changed
Great catch! Thanks for the report. Regression in …
10:18 PM Ticket #35172 (contrib.humanize - intcomma adds leading comma for string-based 3-digit number with at ...) updated by Warwick Brown
Type changed
10:18 PM Changeset [70f39e4]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #30686 -- Fixed text truncation for negative or zero lengths.
10:18 PM Ticket #35172 (contrib.humanize - intcomma adds leading comma for string-based 3-digit number with at ...) created by Warwick Brown
I'm running (4, 2, 10, 'final', 0) Just discovered that the patch to …
7:30 PM Ticket #34901 (contrib.sessions - Add async interface to contrib.sessions) updated by Jon Janzen
Patch needs improvement, Needs tests changed
4:00 PM Ticket #35171 (Core (Other) - Update the django 'congrats' page that is shown after a fresh install ...) updated by Alexander Lazarević
Description changed
4:00 PM Ticket #35171 (Core (Other) - Update the django 'congrats' page that is shown after a fresh install ...) updated by Alexander Lazarević
Description changed
4:00 PM Ticket #35171 (Core (Other) - Update the django 'congrats' page that is shown after a fresh install ...) updated by Alexander Lazarević
Description changed
3:58 PM Ticket #35171 (Core (Other) - Update the django 'congrats' page that is shown after a fresh install ...) created by Alexander Lazarević
Most of this has been discussed in …
1:55 PM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Giannis Terzopoulos
Has patch changed
1:50 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by GitHub <noreply@…>
In 3e820d10: […]
1:50 PM Changeset [3e820d1]mainstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #10743 -- Removed leftover comment in tests/admin_changelist/tests.py.
1:49 PM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Giannis Terzopoulos
Thank you both! I opened a PR for this …
1:13 PM Ticket #30686 (Utilities - Improve utils.text.Truncator &co to use a full HTML parser.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 48a46939: […]
1:12 PM Ticket #35167 (Database layer (models, ORM) - JSONField get_db_prep_value being called with `Cast` types) updated by Samantha Hughes
Thanks, the quick response is really appreciated. Any idea if this …
9:49 AM Ticket #35170 (Internationalization - LocaleMiddleware unexpectedly causes messages to be consumed under ...) created by Sylvain Fankhauser
Adding a message (with the messages contrib module) to the request and …
9:35 AM Changeset [48a4693]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #30686 -- Improved test coverage of Truncator.
9:16 AM Changeset [227ef29]stable/4.2.x by Natalia <124304+nessita@…>
[4.2.x] Added CVE-2024-24680 to security archive. Backport of …
9:14 AM Changeset [c650c14]mainstable/5.1.xstable/5.2.xstable/6.0.x by Natalia <124304+nessita@…>
Added CVE-2024-24680 to security archive.
9:05 AM Changeset [f61bc03]mainstable/5.1.xstable/5.2.xstable/6.0.x by Natalia <124304+nessita@…>
Added stub release notes for 5.0.3.
8:49 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by Roman Donchenko
Cc changed
8:22 AM Ticket #29725 (Database layer (models, ORM) - Inefficient SQL generated when counting a ManyToMany) updated by ontowhee
I have removed the changes involving chaining all(). …
7:07 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Carlton Gibson
@Michael. set_script_prefix targets a Local, so if we change …
7:04 AM Changeset [e2f19076]stable/4.2.x by Natalia <124304+nessita@…>
[4.2.x] Post release version bump.
6:57 AM Changeset [a684d73]stable/4.2.x by Natalia <124304+nessita@…>
[4.2.x] Bumped version for 4.2.10 release.
6:56 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Michael Smith
It may be that process_request does not need scope but just …
6:56 AM Changeset [572ea07]stable/4.2.x by Natalia <124304+nessita@…>
[4.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma …
6:52 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Michael Smith
I will add a regression test
6:39 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Mariusz Felisiak
> all i can say is that when we upgraded to django 5 from 4.2.9 Are …
6:32 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Michael Smith
all i can say is that when we upgraded to django 5 from 4.2.9, all the …
6:31 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Carlton Gibson
Root path handling was adjusted in Uvicorn just recently. …
6:19 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) closed by Mariusz Felisiak
needsinfo: Thanks for the report, however, I'm puzzled, process_request() has …
6:07 AM Changeset [55519d6]mainstable/5.1.xstable/5.2.xstable/6.0.x by Natalia <124304+nessita@…>
Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template …
5:33 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Michael Smith
Summary changed
5:33 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) updated by Michael Smith
Replying to Michael Smith: > as a result of this PR, …
5:15 AM Ticket #35169 (Core (Other) - updated asgi handler for disconnects does not process ROOT_PATH) created by Michael Smith
as a result of this PR, https://github.com/django/django/pull/16603, a …
4:47 AM Ticket #28646 (Migrations - Migration calls "CREATE INDEX" when one already exists when 'unique' ...) updated by Mariusz Felisiak
Patch needs improvement changed
2:56 AM Ticket #34917 (contrib.admin - Links in the Django admin should be underlined.) updated by Mariusz Felisiak
Status, Resolution, Triage Stage, Type, Summary changed
Reopen for adding underline to links in the admin. Marking as …

Feb 5, 2024:

11:06 PM Ticket #34038 (contrib.admin - Low text contrast and no visual cues for links within body text in admin UI) closed by Mariusz Felisiak
fixed: Thibaud, I don't see any contrast issues with the new color: …
10:47 PM Ticket #35168 (Template system - Problem with templates and the <video></video> tag) closed by Mariusz Felisiak
worksforme: Thanks for the report, however it works for me. Django doesn't do …
10:13 PM Ticket #35167 (Database layer (models, ORM) - JSONField get_db_prep_value being called with `Cast` types) updated by Simon Charette
Cc changed
10:12 PM Ticket #35168 (Template system - Problem with templates and the <video></video> tag) created by Estuardo Ramírez
The templates have a problem because when you create a <video></video> …
10:11 PM Ticket #35167 (Database layer (models, ORM) - JSONField get_db_prep_value being called with `Cast` types) updated by Simon Charette
You mentioned that you are using Django 4.2 so the following patch …
9:23 PM Ticket #35167 (Database layer (models, ORM) - JSONField get_db_prep_value being called with `Cast` types) updated by Simon Charette
Type, Triage Stage changed
This highly likely relates to #34539 which was about making sure …
9:01 PM Ticket #34038 (contrib.admin - Low text contrast and no visual cues for links within body text in admin UI) updated by Dylan Patrick Go
Has patch changed
PR
7:46 PM Ticket #35167 (Database layer (models, ORM) - JSONField get_db_prep_value being called with `Cast` types) created by Samantha Hughes
Running django 4.2.9. We have a customized version of the standard …
6:45 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Natalia <124304+nessita@…>
In 9cefdfc: […]
6:45 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) closed by Natalia <124304+nessita@…>
fixed: In 4ade8386: […]
6:42 PM Changeset [9cefdfc]mainstable/5.1.xstable/5.2.xstable/6.0.x by Natalia <124304+nessita@…>
Refs #10743 -- Enabled ordering for lookups in …
6:42 PM Changeset [4ade8386]mainstable/5.1.xstable/5.2.xstable/6.0.x by Natalia <124304+nessita@…>
Fixed #10743 -- Allowed lookups for related fields in …
5:25 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Natalia Bidart
Triage Stage changed
4:03 PM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Adam Johnson
Giannis, feel free to take this ticket. It’s now looking like my …
1:57 PM Ticket #34277 (Database layer (models, ORM) - Add where clause in QuerySet.bulk_create() when update_conflicts=True) updated by bcail
Patch needs improvement changed
12:24 PM Ticket #32577 (Database layer (models, ORM) - Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`) updated by Simon Charette
Small note that we might see a renewed interest for this feature with …
12:01 PM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Matej Spiller Muys
We already have our own backend since Django 4.1 because of …
11:41 AM Ticket #32263 (Migrations - squashmigrations produces incorrect result with a RenameModel on a ...) updated by Mariusz Felisiak
Replying to bcail: > Is there anything I can do to help …
11:11 AM Ticket #32263 (Migrations - squashmigrations produces incorrect result with a RenameModel on a ...) updated by bcail
Is there anything I can do to help move this forward? The PR seems to …
9:39 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Nick Pope
> Why is python-memcached interesting today is because of HUUUGE …
9:31 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Nick Pope
FYI: I originally added support for pymemcache and suggested the …
8:59 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Matej Spiller Muys
The architecture of pymemcache is not allowing such flow without major …
8:44 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however I don't think we would like to re-add …
8:27 AM Ticket #35073 (Database layer (models, ORM) - models.SET's callable is called when there are no objects to update.) updated by bcail
Has patch changed
I updated the PR.
8:24 AM Ticket #35154 (Database layer (models, ORM) - QuerySet implements `contains` but not `__contains__`) updated by Richard Ebeling
(Collaborator of @fidoriel here) === Background: Type Annotation One …
8:00 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Matej Spiller Muys
We are using it as follows with latest (it should be the minimum to …
7:43 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) updated by Matej Spiller Muys
Description changed
7:43 AM Ticket #35166 (Core (Cache system) - Return python-memcached support) created by Matej Spiller Muys
In the past python-memcached was removed from Django (4.1). …
7:28 AM Ticket #35164 (Database layer (models, ORM) - PermissionError: Permission denied: site-packages) updated by Natalia Bidart
Dear milahu, As mentioned by two Django maintainers, your use case is …
7:02 AM Ticket #27225 (HTTP handling - "age" header is not set for responses taken from cache.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 3580b47e: […]
6:29 AM Ticket #27225 (HTTP handling - "age" header is not set for responses taken from cache.) updated by Mariusz Felisiak
Triage Stage changed
6:27 AM Changeset [3580b47e]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #27225 -- Added "Age" header when fetching cached responses. …
6:27 AM Changeset [4b1cd8ed]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Corrected cache_page()'s timeout value in tests.generic_views.urls.
6:18 AM Changeset [d70b79c6]mainstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Replaced "Django test runner" with DiscoverRunner in release notes. …
5:57 AM Ticket #27225 (HTTP handling - "age" header is not set for responses taken from cache.) updated by Mariusz Felisiak
Summary changed
5:32 AM Ticket #34976 (Core (Management commands) - startproject and startapp should provide feedback) updated by Mariusz Felisiak
Needs tests changed
2:14 AM Ticket #16281 (contrib.contenttypes - ContentType.get_object_for_this_type using wrong database for creating ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 02a600f: […]
1:29 AM Ticket #16281 (contrib.contenttypes - ContentType.get_object_for_this_type using wrong database for creating ...) updated by Mariusz Felisiak
Triage Stage changed
1:25 AM Changeset [02a600f]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a …

Feb 4, 2024:

10:36 PM Changeset [a47de0d]mainstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Changed severity levels to list in security policy docs.
5:33 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Tom Carrick
Cc changed
4:21 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Nina Menezes
Cc, Patch needs improvement, Needs tests changed
3:37 PM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Simon Charette
> Not sure how I would deal with the private fields though to be …
3:06 PM Ticket #34038 (contrib.admin - Low text contrast and no visual cues for links within body text in admin UI) updated by Dylan Patrick Go
Status, Owner changed
1:47 PM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Giannis Terzopoulos
Owner changed
Hey, I'm interested in taking this over unless @Adam, you might want …
1:02 PM Ticket #35165 (Uncategorized - Django Tutorial - Writing Your First App) closed by Tim Graham
invalid: This is a bug tracker. See TicketClosingReasons/UseSupportChannels for …
12:29 PM Ticket #35165 (Uncategorized - Django Tutorial - Writing Your First App) created by maddiew1se
Hello, I just recently completed the Django Tutorial - Writing Your …
11:03 AM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) updated by Simon Charette
As mentioned previously by a few contributors already, this issue …
8:12 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Keerthi Vasan S A
Ah sorry, I wanted to set this ticket as ready to be reviewed as …
7:50 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 761946f8: […]
7:50 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 914eee1: […]
7:48 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In e67d7d70: […]
7:48 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) updated by Mariusz Felisiak <felisiak.mariusz@…>
In fe1cb62: […]
4:09 AM Ticket #29748 (contrib.auth - Add AUTH_GROUP_MODEL setting to swap the group model) updated by Hossein
defining AUTH_GROUP_MODEL in settings was a good solution, but …
3:17 AM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) updated by milahu
the "id" columns are missing in the "CREATE TABLE" queries, but later …
2:43 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) updated by Mariusz Felisiak
Triage Stage changed
2:39 AM Changeset [e67d7d70]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #35149 -- Fixed crashes of db_default with unresolvable output …
2:31 AM Changeset [fe1cb62]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #35149 -- Made equivalent db_default alterations noops. This …
2:24 AM Ticket #35162 (Database layer (models, ORM) - Adding a BinaryField, TextField, JSONField, or GeometryField with a ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 3e7a30fb: […]
2:24 AM Ticket #35162 (Database layer (models, ORM) - Adding a BinaryField, TextField, JSONField, or GeometryField with a ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In dfc77637: […]

Feb 3, 2024:

6:29 PM Ticket #18597 (Forms - `BaseInlineFormSet` should attempt to get it's queryset from it's ...) updated by Steven Johnson
Status, Owner, Version, Needs tests changed
Added new pull request with docs/tests: …
4:41 PM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) updated by milahu
> to reproduce, build …
4:36 PM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) updated by Tim Graham
I think we need a more minimal example. Perhaps if you try to put one …
3:47 PM Changeset [dfc77637]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #35162 -- Fixed crash when adding fields with db_default on …
3:31 PM Ticket #35164 (Database layer (models, ORM) - PermissionError: Permission denied: site-packages) updated by milahu
> If makemigrations is attempting to generate migrations for packages …
2:55 PM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) updated by milahu
to reproduce, build https://github.com/milahu/archivebox/tree/django4
2:53 PM Ticket #29214 (Database layer (models, ORM) - Invalid SQL generated when annotating a subquery with an outerref to ...) updated by aysum1914
Well, I came here from #32839 and believe that it better explains the …
12:34 PM Ticket #35164 (Database layer (models, ORM) - PermissionError: Permission denied: site-packages) updated by Simon Charette
> felixxm has no interest in supporting this use case i have no time …
12:29 PM Ticket #34976 (Core (Management commands) - startproject and startapp should provide feedback) updated by Salvo Polizzi
Patch needs improvement changed
12:19 PM Ticket #35164 (Database layer (models, ORM) - PermissionError: Permission denied: site-packages) closed by Mariusz Felisiak
invalid: Again, it is an issue in a 3rd party packages missed including …
12:16 PM Ticket #35164 (Database layer (models, ORM) - PermissionError: Permission denied: site-packages) created by milahu
continue https://github.com/django/django/pull/17816 currently, …
12:11 PM Ticket #35162 (Database layer (models, ORM) - Adding a BinaryField, TextField, JSONField, or GeometryField with a ...) updated by Mariusz Felisiak
Triage Stage changed
12:11 PM Ticket #35162 (Database layer (models, ORM) - Adding a BinaryField, TextField, JSONField, or GeometryField with a ...) updated by Mariusz Felisiak
Has patch, Triage Stage changed
12:04 PM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) closed by Mariusz Felisiak
worksforme: Implicit id is added automatically to all models. I don't think …
11:53 AM Ticket #35163 (Database layer (models, ORM) - sqlite3.OperationalError: no such column: django_migrations.id) created by milahu
continue https://github.com/django/django/pull/17815 the error is …
10:45 AM Ticket #28919 (Database layer (models, ORM) - Add support for Common Table Expression (CTE) queries) updated by Dmytro Litvinov
Cc changed
10:04 AM Ticket #29942 (Documentation - viewsource links to contrib.auth.forms not appearing) updated by David Smith
Status, Patch needs improvement, Owner changed
PR
9:54 AM Ticket #35162 (Database layer (models, ORM) - Adding a BinaryField, TextField, JSONField, or GeometryField with a ...) created by Simon Charette
MySQL do not support literal value DEFAULT for these fields and …
9:51 AM Ticket #30686 (Utilities - Improve utils.text.Truncator &co to use a full HTML parser.) updated by David Smith
Patch needs improvement changed
9:20 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Mariusz Felisiak
Triage Stage changed
You should not mark your own PRs as "ready for checkin".
8:06 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Keerthi Vasan S A
Triage Stage changed
7:26 AM Ticket #33037 (Database layer (models, ORM) - TruncDay error when using offset timezones on MySQL, SQLite, and Oracle.) updated by Shafiya Adzhani
Has patch changed
Added patch here: https://github.com/django/django/pull/17814
4:54 AM Ticket #34038 (contrib.admin - Low text contrast and no visual cues for links within body text in admin UI) updated by Sarah Boyce
Status, Owner, Has patch changed
1:39 AM Ticket #29725 (Database layer (models, ORM) - Inefficient SQL generated when counting a ManyToMany) updated by ontowhee
I'm not sure if this is a viable solution. It passing the …
12:33 AM Ticket #35149 (Database layer (models, ORM) - JSONField db_default requires wrapping values in json.dumps()) updated by Simon Charette
Has patch changed
Note: See TracTimeline for information about the timeline view.
Back to Top