Timeline
Jul 2, 2025: Yesterday
- 1:56 PM Changeset [abc10ab7]stable/5.2.x by
- [5.2.x] Added release date for 5.2.4. Backport of …
- 1:55 PM Changeset [94ebcf8]main by
- Added release date for 5.2.4.
- 1:51 PM Changeset [4da3446c]stable/5.2.x by
- [5.2.x] Added stub release notes for 5.2.5. Backport of …
- 1:51 PM Changeset [7ab6b863]main by
- Added stub release notes for 5.2.5.
- 1:44 PM Changeset [1a5c75d]stable/5.2.x by
- [5.2.x] Post-release version bump.
- 1:42 PM Changeset [c941d0d]stable/5.2.x by
- [5.2.x] Bumped version for 5.2.4 release.
- 12:36 PM Ticket #36477 (Utilities - Add an internal helper for deprecating positional arguments in favor ...) updated by
-
Needs tests, Patch needs improvement changed
- 8:25 AM Changeset [47a618d4]stable/5.2.x by
- Fixed AttributeError for enterContext() on Python < 3.11. On Jenkins …
- 6:46 AM Ticket #28519 (Database layer (models, ORM) - Add filter(), exclude(), and other base QuerySet methods to combined ...) updated by
-
Cc changed
- 4:05 AM Ticket #36487 (Database layer (models, ORM) - Database on commit error logging fails for partials) updated by
- One more possible improvement would be to replace the f-string with %s …
- 12:51 AM Ticket #36490 (Database layer (models, ORM) - Avoid unnecessary transaction in QuerySet.bulk_create) updated by
-
Has patch changed
- 12:49 AM Ticket #36490 (Database layer (models, ORM) - Avoid unnecessary transaction in QuerySet.bulk_create) updated by
-
Triage Stage changed
- 12:47 AM Ticket #36490 (Database layer (models, ORM) - Avoid unnecessary transaction in QuerySet.bulk_create) created by
- The QuerySet.bulk_create method creates an unnecessary transaction …
Jul 1, 2025:
- 7:49 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
- > From my perspective as a user, I might prefer an additional read to …
- 7:26 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
- The part that bit us is that the object left behind from the failed …
- 4:50 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
- Thank you for your very detailed report. I understand this is a tricky …
- 2:58 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
- > Also I don't think the update_or_create call is necessary, we can …
- 1:24 PM Ticket #35846 (contrib.staticfiles - Reproducibility of staticfiles manifests) closed by
- fixed: In 7feafd79: […]
- 1:24 PM Changeset [7feafd79]main by
- Fixed #35846 -- Ensured consistent path ordering in …
- 1:24 PM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) closed by
- fixed: In 58fc404: […]
- 1:24 PM Changeset [58fc404]main by
- Fixed #36479 -- Improved how FileNotFoundError is triggered in code …
- 1:22 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
-
Cc, Triage Stage, Type, Component changed
Thank you Brian Atkinson for taking the time to create this ticket. I … - 11:46 AM Ticket #35846 (contrib.staticfiles - Reproducibility of staticfiles manifests) updated by
-
Triage Stage, Patch needs improvement changed
- 11:06 AM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) updated by
-
Triage Stage changed
- 10:12 AM Ticket #36487 (Database layer (models, ORM) - Database on commit error logging fails for partials) updated by
- This also can be done, the current fix effectively prints the wrapped …
- 5:58 AM Ticket #36168 (Migrations - Backwards migration to replaced migration when other app has squashed ...) updated by
- Just a quick update: I'm preparing a small example project that shows …
- 3:40 AM Ticket #36484 (Database layer (models, ORM) - Add optional error-on-integer-overflow setting for QuerySet filters) updated by
- Hi Natalia, Thank you for the clear guidance. I’m still getting used …
Jun 30, 2025:
- 6:19 PM Ticket #36483 (Core (URLs) - IntegerField will accept non-ASCII digits, which leads to the same ...) updated by
-
Resolution changed
Thank you for your quick reply Morgan! I'll adjust the resolution … - 6:16 PM Tickets #373,36464 batch updated by
- In a150160: […]
- 6:16 PM Changeset [a150160]stable/5.2.x by
- [5.2.x] Fixed #36464 -- Fixed "in" tuple lookup on backends lacking …
- 6:15 PM Tickets #373,36464 batch updated by
- fixed: In 192bc7a7: […]
- 6:15 PM Changeset [192bc7a7]main by
- Fixed #36464 -- Fixed "in" tuple lookup on backends lacking native …
- 6:14 PM Ticket #36464 (Database layer (models, ORM) - TupleIn lookup uses tuple containment even if the ...) updated by
-
Triage Stage changed
- 4:28 PM Ticket #36488 (Generic views - RedirectView(query_string=True) produces double '?' when both ...) updated by
-
Patch needs improvement changed
- 4:23 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) updated by
-
Description changed
- 4:21 PM Ticket #36489 (Database layer (models, ORM) - OneToOneField + concurrent get_or_create results in wrong object in ...) created by
-
When using
get_or_create
andupdate_or_create
in a context where … - 4:09 PM Ticket #36488 (Generic views - RedirectView(query_string=True) produces double '?' when both ...) updated by
-
Triage Stage, Status, Owner changed
Hello Ethan Jucovy, thank you for taking the time to create this … - 4:02 PM Ticket #36168 (Migrations - Backwards migration to replaced migration when other app has squashed ...) updated by
- Hi everyone, I've submitted a pull request to address this issue: …
- 4:02 PM Ticket #36464 (Database layer (models, ORM) - TupleIn lookup uses tuple containment even if the ...) updated by
-
Patch needs improvement changed
- 3:39 PM Ticket #36464 (Database layer (models, ORM) - TupleIn lookup uses tuple containment even if the ...) updated by
- There is a consistently failing test in oracle 19, likely due a "lack …
- 3:38 PM Ticket #36464 (Database layer (models, ORM) - TupleIn lookup uses tuple containment even if the ...) updated by
-
Triage Stage, Patch needs improvement changed
- 3:37 PM Ticket #36483 (Core (URLs) - IntegerField will accept non-ASCII digits, which leads to the same ...) closed by
- wontfix: Ah! That was a good question. In the case where I ran into this, I see …
- 2:58 PM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) updated by
- I was also testing on a bare metal macOS.
- 2:47 PM Ticket #36168 (Migrations - Backwards migration to replaced migration when other app has squashed ...) updated by
-
Has patch changed
- 2:26 PM Ticket #36483 (Core (URLs) - IntegerField will accept non-ASCII digits, which leads to the same ...) updated by
- Morgan, could you please provide details of how you are defining your …
- 2:03 PM Ticket #36487 (Database layer (models, ORM) - Database on commit error logging fails for partials) updated by
-
Triage Stage, Has patch, Patch needs improvement changed
There is effectively a bug here as not all callable will have a … - 1:14 PM Ticket #36439 (contrib.auth - Auth hashing blocks event loop if using asyncio) updated by
-
Has patch changed
- 1:08 PM Ticket #36488 (Generic views - RedirectView(query_string=True) produces double '?' when both ...) updated by
- PR: https://github.com/django/django/pull/19610
- 12:59 PM Ticket #36439 (contrib.auth - Auth hashing blocks event loop if using asyncio) updated by
- Created a PR. Not 100% …
- 12:52 PM Ticket #36488 (Generic views - RedirectView(query_string=True) produces double '?' when both ...) updated by
-
Has patch changed
- 12:41 PM Ticket #36488 (Generic views - RedirectView(query_string=True) produces double '?' when both ...) created by
-
When using the generic
RedirectView(query_string=True)
with a query … - 10:09 AM Ticket #36439 (contrib.auth - Auth hashing blocks event loop if using asyncio) updated by
-
Cc, Status, Owner changed
- 10:05 AM Ticket #36486 (Documentation - Add MongoDB Drivers to the List of 3rd Party Database Backends) updated by
- Agreed. A stable release is expected in September.
- 9:59 AM Ticket #36487 (Database layer (models, ORM) - Database on commit error logging fails for partials) created by
- The on commit handler here: …
- 9:59 AM Ticket #36486 (Documentation - Add MongoDB Drivers to the List of 3rd Party Database Backends) updated by
-
Cc changed
- 9:55 AM Ticket #36464 (Database layer (models, ORM) - TupleIn lookup uses tuple containment even if the ...) updated by
-
Triage Stage, Needs tests changed
- 9:43 AM Ticket #34613 (HTTP handling - add support for Partitioned cookies) updated by
-
Patch needs improvement, Cc changed
The PR is … - 9:26 AM Ticket #36483 (Core (URLs) - IntegerField will accept non-ASCII digits, which leads to the same ...) updated by
-
Type, Component changed
Hello Morgan Wahl, thank you for your ticket. The suggested option 2 … - 8:48 AM Ticket #36439 (contrib.auth - Auth hashing blocks event loop if using asyncio) updated by
- More benchmark tests for different hashers with 100 users: …
- 7:50 AM Ticket #36484 (Database layer (models, ORM) - Add optional error-on-integer-overflow setting for QuerySet filters) closed by
- wontfix: Hello bubusuke! Thank you for the detailed and thoughtful proposal. …
- 7:45 AM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) updated by
- Replying to Natalia Bidart: > Accepting based on the …
- 7:33 AM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) updated by
-
Needs tests changed
- 7:30 AM Ticket #36479 (Core (Management commands) - Failing test for black formatter missing install simulation) updated by
-
Type, Component, Triage Stage, Easy pickings changed
Accepting based on the conversations in the ticket and the PR. … - 6:27 AM Ticket #36485 (Documentation - Add linting tool for documentation) updated by
-
Version, Triage Stage, Has patch changed
Thank you David! I'm so looking forward to this :-) - 2:03 AM Ticket #36439 (contrib.auth - Auth hashing blocks event loop if using asyncio) updated by
- Replying to Simon Charette: > There appears to be a few …
- 1:13 AM Ticket #36486 (Documentation - Add MongoDB Drivers to the List of 3rd Party Database Backends) updated by
-
Type, Cc, Triage Stage changed
I was thinking about the same but it's still marked as beta. I'd wait …
Note:
See TracTimeline
for information about the timeline view.