Timeline
Oct 16, 2025:
- 9:37 PM Ticket #36582 (contrib.admin - Accessibility improvement for required field labels for inline forms ...) updated by
-
Has patch changed
PR - 8:49 PM Ticket #36590 (Core (Cache system) - Redis, Memcached, and Database cache backends lack specialized many ...) updated by
-
Patch needs improvement changed
PR is updated and ready for re-review. - 3:35 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Cc changed
- 3:14 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 2:42 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 2:06 PM Ticket #36669 (Documentation - Document `Negative indexing is not supported` for slicing F() expressions) updated by
-
Version, Triage Stage, Status, Owner changed
- 2:00 PM Ticket #36669 (Documentation - Document `Negative indexing is not supported` for slicing F() expressions) updated by
-
Description changed
- 1:59 PM Changeset [887e8972]stable/6.0.x by
- [6.0.x] Bumped minimum isort version to 7.0.0. Added ignores relating …
- 1:59 PM Changeset [d980d68]main by
- Bumped minimum isort version to 7.0.0. Added ignores relating to …
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- In e244d8bb: […]
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- In 6dc9b04: […]
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- In 821619aa: […]
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- In a321d96: […]
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) closed by
- fixed: In e097e8a: […]
- 1:52 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- In f6bd90c8: […]
- 1:52 PM Changeset [e244d8b]main by
- Refs #28586 - Copied fetch mode in QuerySet.create(). This change …
- 1:52 PM Changeset [6dc9b04]main by
- Refs #28586 -- Copied fetch modes to related objects. This change …
- 1:52 PM Changeset [821619aa]main by
- Refs #28586 -- Simplified related descriptor get_queryset() methods. …
- 1:52 PM Changeset [a321d96]main by
- Refs #28586 -- Made fetch modes pickle as singletons. This change …
- 1:52 PM Changeset [e097e8a]main by
- Fixed #28586 -- Added model field fetch modes. May your database …
- 1:52 PM Changeset [f6bd90c8]main by
- Refs #28586 -- Edited related objects documentation. This change aims …
- 1:51 PM Ticket #36669 (Documentation - Document `Negative indexing is not supported` for slicing F() expressions) created by
- I was planning to use F() expression slicing to take off the last …
- 1:29 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
- Hi @jacobtylerwalls, I've addressed the cross-reference and line …
- 12:45 PM Ticket #36668 (Database layer (models, ORM) - ModelForm validation skips UniqueConstraint if its condition refers to ...) closed by
- invalid: Happy to look at a documentation improvement here -- the closest thing …
- 12:12 PM Ticket #36668 (Database layer (models, ORM) - ModelForm validation skips UniqueConstraint if its condition refers to ...) updated by
- This was discussed on the forum extensively so …
- 10:41 AM Ticket #36668 (Database layer (models, ORM) - ModelForm validation skips UniqueConstraint if its condition refers to ...) created by
- (sorry for this mouthful of a title 😁) For starters, I'm not sure …
- 9:48 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- If i've understood correctly, the order can be fixed with …
- 7:06 AM Ticket #36667 (Documentation - How to Request PR Reviews Without Overstepping) updated by
-
Status, Owner changed
- 7:05 AM Ticket #36667 (Documentation - How to Request PR Reviews Without Overstepping) created by
- Co-authored by: Sarah Boyce Contributors often express uncertainty …
- 4:21 AM Ticket #36629 (contrib.admin - In the admin m2m widget filter_vertical, the “choose all” button is ...) updated by
-
Needs tests changed
- 3:51 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
Oct 15, 2025:
- 10:45 PM Ticket #36648 (Database layer (models, ORM) - "pk" exception when using first() on unordered queryset with ...) updated by
- In dc61f20: […]
- 10:45 PM Changeset [dc61f20]stable/5.2.x by
- [5.2.x] Refs #36648 -- Removed hardcoded pk in …
- 10:45 PM Ticket #36648 (Database layer (models, ORM) - "pk" exception when using first() on unordered queryset with ...) updated by
- In 2cc9072: […]
- 10:45 PM Changeset [2cc9072]stable/6.0.x by
- [6.0.x] Refs #36648 -- Removed hardcoded pk in …
- 10:44 PM Ticket #36648 (Database layer (models, ORM) - "pk" exception when using first() on unordered queryset with ...) updated by
- In bee6456: […]
- 10:44 PM Changeset [bee6456]main by
- Refs #36648 -- Removed hardcoded pk in CompositePKAggregateTests.
- 8:07 PM Ticket #36622 (Database layer (models, ORM) - FileField.__init__ is triggering storage LazyObject resolution at boot time) closed by
-
fixed: Fixed in
mainin 6862d46dd96d71d80d6d2fa9873a93d811b39562. Fixed in … - 4:46 PM Ticket #5815 (Core (Cache system) - Adds per-view cache refreshing (clearing)) updated by
-
Needs tests, Patch needs improvement changed
- 4:35 PM Changeset [37df013]main by
- Fixed parameter names in in "New contributor" GitHub action. Follow …
- 4:25 PM Changeset [5c114ce2]stable/6.0.x by
- [6.0.x] Fixed 36622 -- Prevented LazyObject FileField storages from …
- 4:25 PM Changeset [6862d46]main by
- Fixed 36622 -- Prevented LazyObject FileField storages from evaluating …
- 4:23 PM Ticket #36622 (Database layer (models, ORM) - FileField.__init__ is triggering storage LazyObject resolution at boot time) updated by
-
Triage Stage changed
- 4:05 PM Ticket #36329 (Documentation - Remove non-code custom link text when cross-referencing Python objects ...) updated by
-
Patch needs improvement changed
- 3:36 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 2:36 PM Ticket #36666 (Database layer (models, ORM) - Drop support for MySQL 8.0) closed by
- duplicate: Makes sense, thank you Jacob! This seems to be a dupe of #36624 …
- 11:22 AM Ticket #36653 (contrib.staticfiles - FORCE_SCRIPT_NAME is not respected for static URLs) updated by
-
Cc changed
- 10:51 AM Ticket #36666 (Database layer (models, ORM) - Drop support for MySQL 8.0) created by
- The end of support for MySQL 8.0 is 30 Apr 2026. Therefore, Django 6.1 …
- 10:31 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Replying to Jayden Kneller: > Replying to [comment:23 …
- 10:23 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Replying to Augusto Pontes: > Ok jacob, jayden you can …
- 10:21 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- So, after getting the test project down to 3 apps and 7 total …
- 10:13 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
- In 094797a: […]
- 10:13 AM Changeset [094797a]stable/6.0.x by
- [6.0.x] Fixed #36659 -- Fixed flatpage content selector in admin …
- 10:12 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) closed by
- fixed: In 2b62951f: […]
- 10:12 AM Changeset [2b62951f]main by
- Fixed #36659 -- Fixed flatpage content selector in admin forms.css. …
- 10:01 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
-
Component changed
- 9:42 AM Ticket #31506 (Documentation - Clarify that ExpressionWrapper is not the tool to use when coping with ...) updated by
-
Summary, Type, Component, Patch needs improvement changed
- 9:39 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Ok jacob, jayden you can add me on discord: rankracerbr just type …
- 9:08 AM Ticket #36622 (Database layer (models, ORM) - FileField.__init__ is triggering storage LazyObject resolution at boot time) updated by
-
Triage Stage changed
Thank you Clifford for your detailed explanation. - 8:34 AM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
-
Patch needs improvement changed
- 8:15 AM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
-
Triage Stage, Patch needs improvement changed
- 8:04 AM Changeset [880c8fa]stable/6.0.x by
- Skipped GISFunctionsTests.test_geometry_type() test for MultiPoint on …
- 8:04 AM Changeset [90f7a21b]stable/6.0.x by
- Moved object creation to subTest() in …
- 8:03 AM Changeset [5a2490a]main by
- Skipped GISFunctionsTests.test_geometry_type() test for MultiPoint on …
- 8:03 AM Changeset [118df57]main by
- Moved object creation to subTest() in …
- 7:39 AM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
- PR submitted: https://github.com/django/django/pull/19962 The fix …
- 4:03 AM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
- Thank you Adam for picking this up and pushing it forward. It's nice …
Oct 14, 2025:
- 8:22 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
-
Component changed
Unless the longstanding process has recently changed without my … - 5:03 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
-
Has patch, Status, Owner changed
Working on this ticket. Will submit PR shortly. This ticket asks to … - 4:02 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
-
Triage Stage, Patch needs improvement changed
- 3:36 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Hi Jayden, glad to hear of progress reducing the example. Could I ask …
- 3:32 PM Ticket #36657 (Documentation - Make advanced ORM functionality more discoverable) updated by
- > Refactor the lookups reference page …
- 3:26 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- After I've renamed things I'll rewrite the Readme, to reflect the …
- 3:25 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- There is now only 1 successful path and 1 failure path.
- 3:23 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Got it down to 3 apps. 2 with 2 migrations and 1 with 3. I'm going …
- 3:19 PM Ticket #36657 (Documentation - Make advanced ORM functionality more discoverable) updated by
-
Has patch changed
Hi, thanks for your interest here. > The implementation addresses all … - 3:10 PM Ticket #36657 (Documentation - Make advanced ORM functionality more discoverable) updated by
-
Has patch, Status, Owner changed
Working on this ticket. PR submitted: … - 2:57 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Replying to Jayden Kneller: > So far I've deleted apps 2, …
- 2:54 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
- Super, thanks for confirming. > we tend to use "Documentation" for …
- 2:50 PM Tickets #33772,36648 batch updated by
- In 8baee53: […]
- 2:50 PM Changeset [8baee53]stable/5.2.x by
- [5.2.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in …
- 2:50 PM Tickets #33772,36648 batch updated by
- In 28c95a35: […]
- 2:49 PM Changeset [28c95a35]stable/6.0.x by
- [6.0.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in …
- 2:48 PM Tickets #33772,36648 batch updated by
- fixed: In 02eed4f: […]
- 2:48 PM Changeset [02eed4f]main by
- Fixed #36648, Refs #33772 -- Accounted for composite pks in …
- 2:44 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- So far I've deleted apps 2, 3, 5, 7, 8, 10, and 14. Also found that …
- 1:29 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
-
Component, Triage Stage changed
Thank you Jacob, I agre that this change will make these docs more … - 1:25 PM Ticket #36658 (Template system - Invalid numeric literal in an {% if %} tag is treated as a variable) closed by
- wontfix: Hello Lily, thank you for your ticket. Please note that this is well …
- 12:52 PM Ticket #36648 (Database layer (models, ORM) - "pk" exception when using first() on unordered queryset with ...) updated by
-
Triage Stage changed
- 12:48 PM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by
-
Keywords, Triage Stage, Patch needs improvement changed
- 12:45 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") updated by
-
Component changed
- 12:45 PM Ticket #36665 (Documentation - Rewrite reference to model manager usage to avoid saying "tricky") created by
- In the …
- 12:41 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- I updated the project, trimming the migrations down to 6 per app. I …
- 12:30 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- So, it look like i missed commenting out 2 dependencies in the old …
- 12:14 PM Ticket #36664 (Core (Other) - Python 3.15 compatibility.) updated by
-
Triage Stage changed
- 12:12 PM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
-
Triage Stage changed
Tangent: seems a bit odd to be doing this with CSS instead of in … - 12:00 PM Ticket #36664 (Core (Other) - Python 3.15 compatibility.) created by
- Python 3.15 final is scheduled for October 2026 (see …
- 11:37 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
-
Looks like permutations of
(app_label, migration_name)is not going … - 10:43 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- If anyone needs write access to this repo, let me know. I don't have …
- 10:37 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Replying to Augusto Pontes: > I will create another …
- 10:31 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
- Replying to Jacob Walls: > Thanks, a PR would be helpful …
- 10:29 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- Using a management command and permutations of the migration names, I …
- 9:26 AM Ticket #36643 (Migrations - Migrate should not check for consistent history when faking migrations) updated by
- While I don't agree with the conclusion here, I do understand where …
- 9:03 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
-
Owner changed
Thanks, a PR would be helpful at this point. - 8:48 AM Ticket #36663 (Core (System checks) - Make management commands default to running checks against all databases) updated by
- Simon, do you feel we shoul try to maintain the behavior: "Database …
- 8:19 AM Ticket #36436 (contrib.messages - Sensitive signer.key exposed via Django messages framework in templates) updated by
-
Has patch changed
PR - 8:16 AM Ticket #36663 (Core (System checks) - Make management commands default to running checks against all databases) updated by
-
Cc, Triage Stage changed
- 8:11 AM Ticket #31286 (Database layer (models, ORM) - Database specific fields checks should be databases aware.) updated by
- Follow up ticket: #36663.
- 8:10 AM Ticket #36663 (Core (System checks) - Make management commands default to running checks against all databases) updated by
-
Has patch, Needs documentation changed
PR - 8:10 AM Ticket #36663 (Core (System checks) - Make management commands default to running checks against all databases) created by
- In 0b83c8cc4db95812f1e15ca19d78614e94cf38dd (refs #31055), many field …
- 8:04 AM Ticket #36643 (Migrations - Migrate should not check for consistent history when faking migrations) updated by
- > Because as it stands the consistency checks, does not in fact …
- 7:46 AM Changeset [a01d85d9]stable/6.0.x by
- [6.0.x] Removed pre-release wheel-only advice in …
- 7:46 AM Changeset [cc9df52]main by
- Removed pre-release wheel-only advice in …
- 7:42 AM Ticket #36643 (Migrations - Migrate should not check for consistent history when faking migrations) updated by
- Replying to Natalia Bidart: > The current behavior is …
- 7:42 AM Changeset [e96e56e0]stable/6.0.x by
- [6.0.x] Removed mention of setuptools in …
- 7:41 AM Changeset [42758f8]main by
- Removed setuptools from GitHub actions. Follow-up to …
- 7:41 AM Changeset [1910115]main by
- Removed mention of setuptools in …
- 7:38 AM Ticket #36654 (Database layer (models, ORM) - Incorrect docstring in model _do_update) updated by
-
Triage Stage changed
- 7:38 AM Ticket #36654 (Database layer (models, ORM) - Incorrect docstring in model _do_update) closed by
- fixed: In 5d6c36d: […]
- 7:38 AM Changeset [5d6c36d]main by
- Fixed #36654 -- Corrected Model._do_update()'s docstring.
- 7:32 AM Ticket #36329 (Documentation - Remove non-code custom link text when cross-referencing Python objects ...) updated by
-
Patch needs improvement changed
Would you be able to resolve the merge conflicts? - 7:15 AM Ticket #31223 (Utilities - Add __class_getitem__ to support runtime type parameters for some classes) updated by
- In b077982b: […]
- 7:15 AM Changeset [b077982b]stable/6.0.x by
- [6.0.x] Refs #31223 -- Added class_getitem() to SetPasswordMixin. …
- 7:13 AM Ticket #31223 (Utilities - Add __class_getitem__ to support runtime type parameters for some classes) updated by
- In d0c8f89c: […]
- 7:13 AM Changeset [d0c8f89c]main by
- Refs #31223 -- Added class_getitem() to SetPasswordMixin.
- 7:10 AM Ticket #34041 (contrib.admin - Accessibility improvements for admin breadcrumbs) closed by
- fixed: In bc03f106: […]
- 7:10 AM Changeset [bc03f106]main by
- Fixed #34041 -- Added aria-current attribute to admin breadcrumbs. …
- 6:50 AM Changeset [407ab79]main by
- Pinned "New contributor" GitHub action to v1. Later versions …
- 2:34 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
- Replying to Antoliny: > Hello Baptiste, do you happen to …
- 2:29 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
- Replying to Baptiste Mispelon: > Hi 👋🏻, > Thank you for …
- 2:23 AM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
- Replying to Khanh Vy Nguyen: > I will take this task as my …
- 1:26 AM Ticket #36662 (contrib.messages - django.contrib.messages Storage creates circular references with ...) updated by
-
Description changed
- 1:23 AM Ticket #36662 (contrib.messages - django.contrib.messages Storage creates circular references with ...) created by
- To be honest I don't know how much people care about this kind of …
- 12:41 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
- I will create another branch for testing, and i suggest you to create …
Oct 13, 2025:
- 11:42 PM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
-
Status, Owner changed
- 10:46 PM Ticket #36441 (GIS - Add lazy loading support for GDAL library in `django.contrib.gis.gdal`) updated by
-
Patch needs improvement changed
Ah! Thanks for the heads up. That came up in a review from @benjaoming … - 10:10 PM Ticket #36659 (contrib.flatpages - Re-enable custom height for flatpage content field in admin) updated by
-
Status, Owner changed
I will take this task as my first contribution to the django project. - 7:19 PM Ticket #34041 (contrib.admin - Accessibility improvements for admin breadcrumbs) updated by
-
Triage Stage changed
- 5:27 PM Ticket #34041 (contrib.admin - Accessibility improvements for admin breadcrumbs) updated by
-
Patch needs improvement changed
- 4:34 PM Changeset [50d31ae]stable/6.0.x by
- [6.0.x] Cautioned against multi-level relative imports in coding style …
- 4:27 PM Changeset [a545eb0]main by
- Cautioned against multi-level relative imports in coding style docs.
- 4:27 PM Changeset [54cfb5f]main by
- Replaced multi-level relative imports with absolute imports in django/.
- 4:25 PM Ticket #36648 (Database layer (models, ORM) - "pk" exception when using first() on unordered queryset with ...) updated by
-
Has patch changed
PR - 3:41 PM Changeset [12e3aa4]stable/6.0.x by
- [6.0.x] Added notes about automatic roadmap generation for next …
- 3:41 PM Changeset [d5543a2]main by
- Added notes about automatic roadmap generation for next version in …
- 3:23 PM Ticket #36625 (Documentation - Please mention quit() when instucting the user to "restart the shell" ...) updated by
- In 94cbd67d: […]
- 3:23 PM Changeset [94cbd67d]stable/5.2.x by
- [5.2.x] Fixed #36625 -- Mentioned exit() in tutorial's instruction to …
- 3:22 PM Ticket #36625 (Documentation - Please mention quit() when instucting the user to "restart the shell" ...) updated by
- In 7c2ff0f: […]
- 3:22 PM Changeset [7c2ff0f]stable/6.0.x by
- [6.0.x] Fixed #36625 -- Mentioned exit() in tutorial's instruction to …
- 3:21 PM Ticket #36625 (Documentation - Please mention quit() when instucting the user to "restart the shell" ...) closed by
- fixed: In 92d0c21e: […]
- 3:21 PM Changeset [92d0c21]main by
- Fixed #36625 -- Mentioned exit() in tutorial's instruction to restart …
- 3:13 PM Ticket #34417 (Migrations - AlterField migration on ForeignKey field re-creates foreign key ...) updated by
-
Cc changed
- 3:12 PM Changeset [1ae8a42]main by
- Removed reference to "manager" in ForeignKeyTests. Follow-up to …
- 2:26 PM Ticket #34041 (contrib.admin - Accessibility improvements for admin breadcrumbs) updated by
-
Patch needs improvement changed
Two last teeny edits. - 1:58 PM Ticket #36625 (Documentation - Please mention quit() when instucting the user to "restart the shell" ...) updated by
-
Triage Stage, Patch needs improvement changed
- 1:42 PM Ticket #23517 (contrib.staticfiles - Collect static files in parallel) closed by
- wontfix: I think this change should go through the New Feature process. While …
- 1:12 PM Ticket #36653 (contrib.staticfiles - FORCE_SCRIPT_NAME is not respected for static URLs) updated by
- I fear I don't have anything useful to add, personally I think we …
- 12:54 PM Tickets #36580,36611 batch updated by
- In 0fa339c: […]
- 12:54 PM Changeset [0fa339c]stable/6.0.x by
- [6.0.x] Fixed #36611, Refs #36580 -- Added system check for …
- 12:53 PM Tickets #36580,36611 batch updated by
- fixed: In 5b51e6f: […]
- 12:53 PM Changeset [5b51e6f]main by
- Fixed #36611, Refs #36580 -- Added system check for multicolumn …
- 12:13 PM Ticket #36653 (contrib.staticfiles - FORCE_SCRIPT_NAME is not respected for static URLs) updated by
-
Cc changed
/cc some folks from #34028 - 12:11 PM Ticket #34028 (Template system - Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix) updated by
- Thanks Klaas for the analysis; let's continue on #36653 which presents …
- 12:09 PM Ticket #36653 (contrib.staticfiles - FORCE_SCRIPT_NAME is not respected for static URLs) updated by
-
Cc, Triage Stage changed
Thanks for the thorough report. Reproduced 👍 Regression in … - 11:58 AM Ticket #36611 (Database layer (models, ORM) - Model validation of constraint involving ForeignObject considers only ...) updated by
-
Triage Stage changed
- 10:24 AM Ticket #36611 (Database layer (models, ORM) - Model validation of constraint involving ForeignObject considers only ...) updated by
-
Owner changed
Ready for a final review. - 9:06 AM Ticket #23517 (contrib.staticfiles - Collect static files in parallel) updated by
-
Type, Version, Triage Stage, Status, Owner changed
This could be worth adding so that any backend can benefit, but there … - 8:51 AM Tickets #36273,36660 batch updated by
- In 86e7406c: […]
- 8:51 AM Changeset [86e7406c]stable/6.0.x by
- [6.0.x] Fixed #36660 -- Fixed a regression in descending Index local …
- 8:42 AM Tickets #36273,36660 batch updated by
- fixed: In edde2891: […]
- 8:42 AM Changeset [edde2891]main by
- Fixed #36660 -- Fixed a regression in descending Index local field …
- 8:40 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
-
Needs tests changed
- 8:40 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
-
Has patch changed
(We usually wait for a pull request to mark Has Patch, unsetting.) - 8:38 AM Ticket #36652 (Migrations - Loading squashed migrations from disk raises CircularDependencyError ...) updated by
-
Summary, Keywords, Triage Stage, Needs tests changed
Thanks, the report makes sense, and I could reproduce with your sample … - 6:47 AM Ticket #36656 (HTTP handling - GZipMiddleware drops content from async streaming responses) updated by
- Replying to Adam Johnson: > I think you meant to close …
- 4:17 AM Ticket #36654 (Database layer (models, ORM) - Incorrect docstring in model _do_update) updated by
- https://github.com/django/django/pull/19949
- 4:17 AM Ticket #36654 (Database layer (models, ORM) - Incorrect docstring in model _do_update) updated by
-
Has patch, Status, Owner changed
- 4:14 AM Ticket #36651 (contrib.auth - Brute-force password attack against inactive users returns distinct ...) updated by
- Replying to Jacob Walls: > As mentioned in the ticket …
- 2:07 AM Ticket #5815 (Core (Cache system) - Adds per-view cache refreshing (clearing)) updated by
-
Owner changed
Note:
See TracTimeline
for information about the timeline view.