Timeline



Jul 28, 2023:

8:16 PM Ticket #34751 (contrib.admin - FilteredSelectMultiple ignores select optgroup) updated by rzrwolf
Description changed
8:12 PM Ticket #34751 (contrib.admin - FilteredSelectMultiple ignores select optgroup) created by rzrwolf
FilteredSelectMultiple ignores all optgroups defined, however simple …
12:45 PM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) updated by Mariusz Felisiak
Resolution changed
12:40 PM Ticket #14845 (Documentation - Document connection-creation process) updated by Pradhvan Bisht
Status, Owner changed
12:33 PM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Vishesh Garg
Owner changed
12:29 PM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Vishesh Garg
Owner changed
12:22 PM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Vishesh Garg
Status, Owner changed
12:21 PM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) updated by Darwing Medina
Resolution changed
I was having the same issue, transforming the sync middlewares to …
11:06 AM Ticket #34749 (Documentation - acreate function signature in docs is incorrect) updated by Mariusz Felisiak <felisiak.mariusz@…>
In a52a2b66: […]
11:06 AM Changeset [a52a2b66]stable/4.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.2.x] Fixed #34749 -- Corrected QuerySet.acreate() signature in …
11:05 AM Ticket #34749 (Documentation - acreate function signature in docs is incorrect) closed by GitHub <noreply@…>
fixed: In af0c5ca: […]
11:05 AM Changeset [af0c5ca]mainstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
11:03 AM Ticket #34749 (Documentation - acreate function signature in docs is incorrect) updated by Mariusz Felisiak
Triage Stage changed
Thanks for the report. For the future, a ticket is not required for …
11:02 AM Ticket #34749 (Documentation - acreate function signature in docs is incorrect) updated by Mariusz Felisiak
Triage Stage changed
10:57 AM mysite.tar.gz attached to Ticket #34750 by Toan Vuong
Sample project
10:57 AM Ticket #34750 (Database layer (models, ORM) - Fixed QuerySet.count() on querysets grouped by unused multi-valued ...) created by Toan Vuong
I believe this is related to the work in …
10:47 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Natalia Bidart
After some experimentation following the suggested link to reprlib, …
10:35 AM Ticket #34749 (Documentation - acreate function signature in docs is incorrect) created by john-parton
https://docs.djangoproject.com/en/dev/ref/models/querysets/#create
10:28 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Natalia Bidart
Type, Easy pickings, Triage Stage changed
I have managed to reproduce the issue, thank you for the example. …
9:50 AM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by Natalia Bidart
#34728 is a (fairly) duplicate of this one.
9:49 AM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) updated by Natalia Bidart
Resolution changed
Thank you Simon for the detailed and clear explanation. I think this …
9:25 AM Ticket #32820 (Forms - Fields’ errors should be programmatically associated with fields.) updated by David Smith
Owner, Patch needs improvement changed
8:35 AM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) updated by rasca
Thanks a lot Mariusz for taking the time to test the issue and …
8:06 AM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) updated by Toan Vuong
Thank you!
7:18 AM Ticket #34655 (Forms - Tests for RadioSelect and Select have diverged considerably, ...) updated by Natalia Bidart
Triage Stage changed
7:18 AM Ticket #34655 (Forms - Tests for RadioSelect and Select have diverged considerably, ...) closed by GitHub <noreply@…>
fixed: In f9c5958: […]
7:18 AM Changeset [f9c5958]mainstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #34655 -- Increased radioselect's test coverage.
7:16 AM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) updated by Simon Charette
Has patch changed
6:44 AM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) updated by Simon Charette
Status, Owner changed
12:06 AM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) updated by Mariusz Felisiak
Severity, Cc, Component, Summary, Type, Triage Stage changed
Thanks for the report! Regression in …

Jul 27, 2023:

11:46 PM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) closed by Mariusz Felisiak
worksforme: > Shouldn't this simple view be working? Yes, and it works for me, …
8:35 PM Ticket #34331 (Database layer (models, ORM) - Support prefetch_related() with Queryset.aiterator()) updated by Simon Charette
Patch needs improvement, Needs tests changed
8:32 PM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) updated by Simon Charette
TL;DR not an issue with queryset combination but another ticket that …
8:08 PM Ticket #34331 (Database layer (models, ORM) - Support prefetch_related() with Queryset.aiterator()) updated by john-parton
Open pull request here https://github.com/django/django/pull/17118 I …
8:05 PM Ticket #34331 (Database layer (models, ORM) - Support prefetch_related() with Queryset.aiterator()) updated by john-parton
Owner changed
4:27 PM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) updated by Simon Charette
Given Ref.relabeled_clone and .get_group_by_cols
3:44 PM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) updated by rasca
Description changed
3:36 PM mysite.tar.gz attached to Ticket #34748 by Toan Vuong
Sample Django project
3:36 PM Ticket #34748 (Database layer (models, ORM) - __in lookup crashes with a subquery containing an unused annotation ...) created by Toan Vuong
Attached is a small Django project to demonstrate the issue. Tested …
3:10 PM Ticket #34747 (Database layer (models, ORM) - Django hangs on async views with asycio.gather and an async ORM call) created by rasca
This simple view: […] Hangs when called from daphne or uvicorn. …
2:49 PM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) updated by Rémi Dupré
Description, Summary changed
2:14 PM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by Clément Escolano
Cc changed
10:18 AM Ticket #34717 (Database layer (models, ORM) - Cannot use aggregate over window functions since 4.2) updated by Simon Charette
Younes, it is expected that the issue isn't fixed in Django 4.2.3 (it …
10:05 AM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by David Sanders
I have a draft PR which serialises during the change detection: …
9:44 AM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by bcail
Thanks David and Mariusz. I added print statements to …
8:48 AM Changeset [89c8c2e]mainstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Simplified call_command() calls.
8:34 AM Ticket #34746 (Error reporting - High CPU/memory consumption when a 5XX is raised with large local variables) created by Rémi Dupré
Hi! In a view with large variable in its scope, if an exception is …
5:51 AM Ticket #34717 (Database layer (models, ORM) - Cannot use aggregate over window functions since 4.2) updated by younes-chaoui
Description changed
4:45 AM Ticket #31300 (Database layer (models, ORM) - Add function-based virtual fields.) updated by Paolo Melchiorre
I personally can't help with Oracle testing, as I believe many others …
4:29 AM Ticket #31300 (Database layer (models, ORM) - Add function-based virtual fields.) updated by Lily Foote
One thing that might help this land is review of the Oracle support I …
4:24 AM Ticket #31300 (Database layer (models, ORM) - Add function-based virtual fields.) updated by Paolo Melchiorre
Triage Stage changed
Mariusz if I have interpreted the documentation correctly, having just …
1:47 AM Ticket #34670 (contrib.admin - Django Admin light theme flickers on dark system) updated by Sarah Abderemane
Yes, I changed the code to avoid that on djangoproject.com but I …

Jul 26, 2023:

11:56 PM Changeset [a564f443]mainstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed typo in django/test/utils.py.
11:50 PM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by Mariusz Felisiak
Triage Stage, Type, Summary changed
I think it's worth fixing (check out a similar ticket #30350).
11:01 PM Ticket #34670 (contrib.admin - Django Admin light theme flickers on dark system) updated by Spencer Lowe
Status, Owner changed
9:10 PM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by David Sanders
Cc changed
Without offering opinion on whether this is a bug or not, here are …
5:39 PM Ticket #34745 (Database layer (models, ORM) - Arbitrary rhs of lookup gives "Object has no attribute ...) closed by Simon Charette
invalid: I don't think we offer any guarantees that an object that implements …
4:56 PM Ticket #34745 (Database layer (models, ORM) - Arbitrary rhs of lookup gives "Object has no attribute ...) created by Jacob Walls
This example overrides JSONField.get_prep_value to return some …
4:06 PM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Sarah Boyce
Replying to Mateusz Więckowski: > > At the moment I am …
3:16 PM Ticket #34743 (Database layer (models, ORM) - full_clean() raises AttributeError on constraints with related IDs.) updated by Francesco Panico
Status, Owner changed
3:10 PM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by Adam Zapletal
Cc changed
3:08 PM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) created by bcail
A CheckConstraint using dict_keys like this has an issue: […] It …
2:51 PM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) updated by Natalia Bidart
Cc changed
Replying to René Fleschenberg: > I suspect you looked at …
12:55 PM Ticket #34743 (Database layer (models, ORM) - full_clean() raises AttributeError on constraints with related IDs.) updated by Mariusz Felisiak
Cc changed
12:18 PM Ticket #34743 (Database layer (models, ORM) - full_clean() raises AttributeError on constraints with related IDs.) updated by Mariusz Felisiak
Triage Stage, Summary changed
Constraints that refers to the joined field are not allowed: […] …
11:36 AM Ticket #32786 (Database layer (models, ORM) - Make the subquery ordering clearing optimization more selectively) updated by Natalia Bidart
Replying to anthony sottile: > can this change be added …
11:15 AM Ticket #34743 (Database layer (models, ORM) - full_clean() raises AttributeError on constraints with related IDs.) created by NWAWEL A IROUME
[…] Expected behavior calling full_clean() shoul not trigger …
10:26 AM Ticket #34670 (contrib.admin - Django Admin light theme flickers on dark system) updated by Mariusz Felisiak
Cc, Type, Triage Stage changed
Thanks for details, tentatively accepted.
10:07 AM Ticket #34670 (contrib.admin - Django Admin light theme flickers on dark system) updated by Spencer Lowe
Status, Resolution changed
I have been able to replicate this on a fresh install (see latest …
10:05 AM django-flash(2).mp4 attached to Ticket #34670 by Spencer Lowe
9:49 AM Ticket #34720 (Utilities - BaseReloader.watch_dir() incorrectly checks for existence of path) updated by Natalia Bidart
Replying to Mariusz Felisiak: > I have doubts that there …
8:26 AM Ticket #33728 (contrib.admin - Tab order should match visual order for admin model forms’ submit buttons) closed by Natalia Bidart
fixed: @awiebe please do not reopen this ticket because "closed" matches the …
8:22 AM Ticket #33728 (contrib.admin - Tab order should match visual order for admin model forms’ submit buttons) updated by Natalia Bidart
Interesting topic! Below my thoughts on this. A year ago, when I …
7:15 AM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) updated by René Fleschenberg
Just for the record, the Discord discussion is here: …
7:10 AM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) updated by René Fleschenberg
Hi, Replying to Natalia Bidart: > I'm taking a look at …
2:00 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by Akash Kumar Sen
Needs documentation, Patch needs improvement changed
- Fixed the typos in the documentation and resolved the suggestions …
12:55 AM Ticket #34738 (contrib.admin - Django admin doesn't translate error) updated by Aleksandr Yudin
Thank you!

Jul 25, 2023:

6:34 PM Ticket #33728 (contrib.admin - Tab order should match visual order for admin model forms’ submit buttons) updated by awiebe
Status, Resolution changed
Replying to Thibaud Colas: I believe that applying a …
6:14 PM Ticket #33728 (contrib.admin - Tab order should match visual order for admin model forms’ submit buttons) updated by awiebe
Replying to Mariusz Felisiak: > I agree that it's …
5:59 PM Google that.jpg attached to Ticket #33728 by awiebe
5:13 PM Ticket #34742 (HTTP handling - calling a DELETE endpoint without a trailing slash does not thow ...) updated by Simon Charette
Accepting this ticket as it's coherent with #24145
5:09 PM Ticket #34742 (HTTP handling - calling a DELETE endpoint without a trailing slash does not thow ...) updated by Simon Charette
Needs tests changed
5:09 PM Ticket #34742 (HTTP handling - calling a DELETE endpoint without a trailing slash does not thow ...) updated by Simon Charette
Status, Owner, Component, Triage Stage changed
4:59 PM Ticket #34742 (HTTP handling - calling a DELETE endpoint without a trailing slash does not thow ...) updated by Troy Sankey
Description changed
4:53 PM Ticket #34742 (HTTP handling - calling a DELETE endpoint without a trailing slash does not thow ...) created by Troy Sankey
If DEBUG mode is enabled, and APPEND_SLASH is set to True, calling a …
3:56 PM Ticket #34740 (contrib.admin - Admin flashes dark/light depending on settings) closed by Mariusz Felisiak
duplicate: Duplicate of #34670. Nerdbaggy, Can you add a comment to the #34670
3:48 PM Ticket #34741 (contrib.admin - Admin flashes dark/light depending on settings) updated by Mariusz Felisiak
Resolution changed
Duplicate of #34740.
3:43 PM Ticket #34740 (contrib.admin - Admin flashes dark/light depending on settings) updated by Spencer Lowe
Type changed
3:43 PM django-flash(2).mp4 attached to Ticket #34740 by Spencer Lowe
3:40 PM Ticket #34741 (contrib.admin - Admin flashes dark/light depending on settings) closed by Spencer Lowe
invalid
3:39 PM Ticket #34741 (contrib.admin - Admin flashes dark/light depending on settings) created by Spencer Lowe
When the user has their prefers-color-scheme set to dark, and then …
3:38 PM Ticket #34740 (contrib.admin - Admin flashes dark/light depending on settings) created by Spencer Lowe
When the user has their prefers-color-scheme set to dark, and then …
3:19 PM Ticket #34739 (GIS - Implement GEOSEqualsIdentical method on geometry objects.) updated by Olivier Tabone
Status, Owner changed
3:18 PM Ticket #25342 (GIS - Altitude of Point object for equality check) updated by Olivier Tabone
ticket for GEOSGeometryBase.equals_identical() implementation: #34739
3:15 PM Ticket #25342 (GIS - Altitude of Point object for equality check) updated by Olivier Tabone
Status, Owner changed
2:03 PM Ticket #32786 (Database layer (models, ORM) - Make the subquery ordering clearing optimization more selectively) updated by anthony sottile
can this change be added to the changelog? specifically this code …
12:30 PM Ticket #34738 (contrib.admin - Django admin doesn't translate error) updated by Natalia Bidart
Triage Stage changed
Thank you Claude! A TIL for me :-) I can see now how, for example, …
12:03 PM Ticket #34739 (GIS - Implement GEOSEqualsIdentical method on geometry objects.) updated by Claude Paroz
Triage Stage changed
12:02 PM Ticket #34738 (contrib.admin - Django admin doesn't translate error) closed by Claude Paroz
invalid: When a simple string is converted to a plural with blocktranslate …
11:52 AM Ticket #25342 (GIS - Altitude of Point object for equality check) updated by Claude Paroz
Looks like a good plan to me!
11:47 AM Ticket #34738 (contrib.admin - Django admin doesn't translate error) updated by Natalia Bidart
Triage Stage changed
I can confirm there is something going on that may need further …
10:18 AM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Mateusz Więckowski
Replying to Natalia Bidart: > Hello Mateusz, > > Did you …
10:14 AM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Mateusz Więckowski
Replying to Lufafa Joshua: > > Replying to [# Mateusz …
10:14 AM Ticket #34739 (GIS - Implement GEOSEqualsIdentical method on geometry objects.) created by Olivier Tabone
Recently released GEOS 3.12.0 exposes GEOSEqualsIdentical functions to …
9:51 AM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Lufafa Joshua
Replying to Mateusz Więckowski: >I'm using cmd. I did some changes …
9:32 AM Ticket #34738 (contrib.admin - Django admin doesn't translate error) updated by Aleksandr Yudin
Status, Owner changed
9:29 AM 4.2.PNG attached to Ticket #34738 by Aleksandr Yudin
9:28 AM Ticket #34738 (contrib.admin - Django admin doesn't translate error) created by Aleksandr Yudin
Hello. To reproduce the bug you need: 1. Create an empty project …
7:45 AM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Natalia Bidart
Hello Mateusz, Did you run the examples above with or without your …
7:23 AM Ticket #34728 (Database layer (models, ORM) - OR operator on queryset does not work as expected) closed by Natalia Bidart
needsinfo: I'm taking a look at this again. For the sake of clarity, René or the …
4:48 AM Ticket #34542 (contrib.auth - Required fields allowed to be blank are not accepted non-interactively ...) updated by Mateusz Więckowski
When passing DJANGO_SUPERUSER_EMAIL: […] Prompts for email, allows …
4:29 AM Ticket #34657 (Testing framework - Testing assertions `assertContains` and `assertInHTML` should output ...) updated by Sarah Boyce
Status, Resolution changed
Hi Shamil, we still need to review and merge in a PR before we mark a …
3:06 AM Ticket #34657 (Testing framework - Testing assertions `assertContains` and `assertInHTML` should output ...) closed by Shamil Abdulaev
fixed
Note: See TracTimeline for information about the timeline view.
Back to Top