Timeline
Apr 15, 2024:
- 1:22 PM Ticket #35376 (Database layer (models, ORM) - Prefetched data not used when combining prefetch_related() and only()) updated by
- Ah I think this is actually a duplicate of #35044 …
- 1:11 PM Ticket #35376 (Database layer (models, ORM) - Prefetched data not used when combining prefetch_related() and only()) updated by
-
Cc changed
I think there might more to it here givenBuilding.restaurantis a … - 12:14 PM Ticket #35377 (Core (Other) - Add past and future validators for Date and DateTime fields) updated by
-
Summary changed
- 12:12 PM Ticket #35377 (Core (Other) - Add past and future validators for Date and DateTime fields) closed by
- wontfix: Hello Jasurbek Yuldoshev, thank you for taking the time to create this …
- 11:16 AM Changeset [47c60820]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Extended docs for Q() objects mentioning the ~ (NOT) operator. …
- 10:47 AM Ticket #35377 (Core (Other) - Add past and future validators for Date and DateTime fields) created by
- I often see that validating date fields is quite repetitive, for …
- 10:09 AM Ticket #29942 (Documentation - viewsource links to contrib.auth.forms not appearing) updated by
-
Patch needs improvement changed
Branch is pretty much ready for merge though there is a tiny pending … - 10:08 AM Ticket #35376 (Database layer (models, ORM) - Prefetched data not used when combining prefetch_related() and only()) closed by
- duplicate: Thank you for the report! I think this is a duplicate of #33835 which …
- 10:02 AM Ticket #34406 (GIS - Add support for curved geometries in GeoDjango) updated by
-
Version, Needs documentation, Patch needs improvement changed
Setting patch flags per latest reviews from Claude and myself. - 9:48 AM Ticket #8307 (File uploads/storage - ImageFile use of width_field and height_field is slow with remote ...) updated by
- I've created a different pull request with a different approach, which …
- 9:13 AM Ticket #35376 (Database layer (models, ORM) - Prefetched data not used when combining prefetch_related() and only()) created by
-
I think I found a simple case combining
prefetch_related()and … - 9:12 AM Ticket #35375 (contrib.admin - Original line of tabular inline admin is always shown on the left, ...) closed by
- fixed: In 2bcf555: […]
- 9:11 AM Changeset [2bcf555]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35375 -- Fixed tabular inline admin original line to be on the …
- 9:03 AM Ticket #35375 (contrib.admin - Original line of tabular inline admin is always shown on the left, ...) updated by
-
Triage Stage changed
Went for option 1 as the accessibility team is in the process of … - 8:17 AM Ticket #35375 (contrib.admin - Original line of tabular inline admin is always shown on the left, ...) updated by
-
Keywords, Triage Stage changed
Thank you for the report and the patch! I think I prefer option 2 but … - 8:01 AM Ticket #35374 (Forms - UniqueConstraint (and potentially other constraints) validation is not ...) closed by
- invalid: Hello David! Thank you for your report. Replying to [ticket:35374 …
- 6:57 AM Ticket #35375 (contrib.admin - Original line of tabular inline admin is always shown on the left, ...) updated by
-
Has patch changed
- 6:39 AM Ticket #35375 (contrib.admin - Original line of tabular inline admin is always shown on the left, ...) created by
- When using a tabular inline admin model, the "original" line …
- 5:00 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 2:01 AM Changeset [dd23821]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed …
Apr 14, 2024:
- 11:43 PM Ticket #35374 (Forms - UniqueConstraint (and potentially other constraints) validation is not ...) created by
- Due to how refactors in Django 4+ on how the unique validations are …
- 12:32 PM Ticket #35372 (Core (Mail) - Remove convenience imports in django/core/mail/__init__.py) closed by
- wontfix: The imports and comment look fine to me.
- 11:26 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
- 9:47 AM Ticket #35371 (contrib.staticfiles - False positive in JS module aggregation export regex when an export ...) updated by
-
Summary, Type, Version, Triage Stage changed
Thank you for the report! Replicated on main. This can occur also … - 3:50 AM Ticket #35372 (Core (Mail) - Remove convenience imports in django/core/mail/__init__.py) updated by
- I don't think we should remove these imports for a couple of reasons: …
- 3:29 AM Ticket #35371 (contrib.staticfiles - False positive in JS module aggregation export regex when an export ...) updated by
- Replying to Sarah Boyce: > Can you share what's in …
- 12:10 AM Ticket #35373 (Database layer (models, ORM) - GeneratedField alteration fail on SQLite due table remake data insertion) updated by
-
Summary, Severity, Triage Stage, Easy pickings changed
Thank you for your report, a traceback and a description of the …
Apr 13, 2024:
- 11:50 PM Ticket #35373 (Database layer (models, ORM) - GeneratedField alteration fail on SQLite due table remake data insertion) created by
- A migration where I added an index to a generated column resulted in a …
- 2:21 PM Ticket #35372 (Core (Mail) - Remove convenience imports in django/core/mail/__init__.py) created by
- I found the following comment in django\core\mail\init.py # …
- 1:22 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- I get a sense that a lot of these failures are due to tests using …
- 12:46 PM Ticket #35371 (contrib.staticfiles - False positive in JS module aggregation export regex when an export ...) updated by
-
Can you share what's in
base.storage.LcManifestStaticFilesStoragehere? - 12:22 PM Ticket #35333 (Template system - Template tag `unlocalize` does not work with `date` and `time` filters.) updated by
- I'm not yet sure if this can be resolved in the code, or if we should …
- 10:46 AM Ticket #32319 (contrib.staticfiles - Add support to HashedFilesMixin for ES modules) updated by
- Replying to blighj: > I'm enforcing the need for a …
- 9:22 AM Ticket #35306 (Internationalization - Improve documentation for the various date format settings) updated by
-
Patch needs improvement changed
- 9:11 AM Ticket #35356 (Database layer (models, ORM) - Issue with OneToOneField and recursive relationships in ...) updated by
-
Triage Stage, Status, Owner changed
- 7:36 AM Ticket #35370 (Template system - `context["debug"] is not settings.DEBUG` and the future of ...) updated by
- Thanks, Tim. Pushed to the forum. …
- 6:18 AM Ticket #35370 (Template system - `context["debug"] is not settings.DEBUG` and the future of ...) closed by
- wontfix: Hi Marc, it seems you summarized …
- 4:20 AM Ticket #32319 (contrib.staticfiles - Add support to HashedFilesMixin for ES modules) updated by
- Moved Post into a new issue, because it seemed to be ignored here.
- 1:11 AM Ticket #35371 (contrib.staticfiles - False positive in JS module aggregation export regex when an export ...) created by
- This regex from django/contrib/staticfiles/storage.py -> …
Apr 12, 2024:
- 8:56 PM Ticket #35370 (Template system - `context["debug"] is not settings.DEBUG` and the future of ...) updated by
-
Summary changed
- 8:43 PM Ticket #35370 (Template system - `context["debug"] is not settings.DEBUG` and the future of ...) created by
- I went down a rabbit hole recently with the …
- 8:03 PM Ticket #34917 (contrib.admin - Links in the Django admin should be underlined.) updated by
-
Patch needs improvement changed
I believe the PR is … - 7:44 PM Ticket #35358 (Database layer (models, ORM) - Rename BaseConstraint._check() to check()) updated by
- To make it clear, this ticket cannot be worked on until Django 6.0 …
- 3:40 PM Ticket #29748 (contrib.auth - Add AUTH_GROUP_MODEL setting to swap the group model) closed by
- wontfix: Replying to Csirmaz Bendegúz: > I have submitted a patch: …
- 1:50 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Patch needs improvement changed
- 12:49 PM Ticket #35235 (contrib.postgres - ArrayAgg() doesn't return default when filter contains __in=[].) updated by
-
Has patch, Needs tests, Patch needs improvement changed
PR - 12:48 PM Ticket #35235 (contrib.postgres - ArrayAgg() doesn't return default when filter contains __in=[].) updated by
- Hi Per, the current status of the ticket is reflected in the ticket …
- 12:29 PM Ticket #32831 (Core (Cache system) - Some cache tests are flaky (e.g. cache.tests.BaseMemcachedTests.test_touch)) updated by
- Another one, different but similar: […]
- 12:28 PM Ticket #28519 (Database layer (models, ORM) - Add filter(), exclude(), and other base QuerySet methods to combined ...) updated by
-
Closed #35369 for the
aggregatemethod. - 12:27 PM Ticket #35369 (Database layer (models, ORM) - MySQL .union().aggregate() raises Unknown Column) closed by
- duplicate: Per …
- 10:27 AM Ticket #35369 (Database layer (models, ORM) - MySQL .union().aggregate() raises Unknown Column) updated by
-
Description changed
- 10:25 AM Ticket #35369 (Database layer (models, ORM) - MySQL .union().aggregate() raises Unknown Column) updated by
-
Description changed
- 10:24 AM Ticket #35369 (Database layer (models, ORM) - MySQL .union().aggregate() raises Unknown Column) updated by
-
Description changed
- 10:21 AM Ticket #35369 (Database layer (models, ORM) - MySQL .union().aggregate() raises Unknown Column) created by
- […] Django 4.2.11 and 5.0.4 mysqlclient 2.2.4 all in a clean …
- 10:15 AM Changeset [42bc81b]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected alphabetical order of latest author added to AUTHORS.
- 10:10 AM Ticket #35189 (contrib.admin - Accessibility issues with collapsed fieldsets in admin forms) updated by
-
Patch needs improvement changed
I can see the accessibility team also has this in their review queue: … - 9:50 AM Ticket #35359 (Migrations - Got `django.core.exceptions.FieldError` when adding GeneratedField) updated by
-
Has patch, Status, Owner changed
PR - 8:39 AM Ticket #35306 (Internationalization - Improve documentation for the various date format settings) updated by
- That works for me - thanks Lufafa!
- 8:20 AM Ticket #35306 (Internationalization - Improve documentation for the various date format settings) updated by
- Hey Richard, does this work for you …
- 8:09 AM Ticket #35361 (Core (Mail) - SafeMIMEText.set_payload() crash on Python 3.11.9) updated by
- In 1d85b416: […]
- 8:07 AM Changeset [1d85b41]stable/4.2.x by
- [4.2.x] Refs #35361 -- Clarified release notes for 4.2.12. Backport …
- 8:01 AM Ticket #35361 (Core (Mail) - SafeMIMEText.set_payload() crash on Python 3.11.9) updated by
- In a1baaddb: […]
- 8:01 AM Tickets #35194,35336 batch updated by
- In 5d95a1c: […]
- 7:40 AM Ticket #35361 (Core (Mail) - SafeMIMEText.set_payload() crash on Python 3.11.9) updated by
- In cd823778: […]
- 7:40 AM Changeset [cd82377]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #35361 -- Clarified release notes for 4.2.12 and 5.0.5.
- 6:55 AM Ticket #35359 (Migrations - Got `django.core.exceptions.FieldError` when adding GeneratedField) updated by
- > Hm can't fks depend on these though because the constraints for …
- 3:37 AM Ticket #35364 (Error reporting - AdminEmailHandler wastes work when ADMINS isn’t set) closed by
- fixed: In 50a702f: […]
- 3:37 AM Ticket #35364 (Error reporting - AdminEmailHandler wastes work when ADMINS isn’t set) updated by
- In b0f2289: […]
- 3:37 AM Changeset [50a702f]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily.
- 3:37 AM Changeset [b0f2289]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #35364 -- Tested AdminEmailHandler with empty ADMINS.
- 3:23 AM Tickets #35194,35336 batch updated by
- In 73b62a21: […]
- 3:23 AM Changeset [73b62a21]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #35194 -- Adjusted a generated field test to work on Postgres …
- 3:20 AM Ticket #35194 (Database layer (models, ORM) - Postgres 16.2 with _iexact leads to IndeterminateCollation) updated by
-
Status, Resolution changed
- 2:39 AM Ticket #22997 (Migrations - Migration fails when removing explicit primary key) updated by
-
Patch needs improvement changed
Note:
See TracTimeline
for information about the timeline view.