Timeline
Jan 1, 2026: Today
- 3:14 PM Ticket #36784 (Forms - Add CSP support to Django's script object and media objects) updated by
- Hi @Laharyy, this is taking a bit longer than I initially anticipated. …
Dec 31, 2025: Yesterday
- 2:42 PM Ticket #36839 (contrib.contenttypes - Renaming of content types on RenameModel operations silently passes ...) created by
-
When renaming a model, the
migratecommand will inject operations to … - 2:22 PM Ticket #36750 (Core (Serialization) - dumpdata's output of m2m values is not deterministic) updated by
-
Needs tests changed
- 2:12 PM Ticket #36499 (Utilities - strip_tags() and test_parsing_errors() fails with patched Python ...) updated by
- Thanks for the info. The version switches are left in for convenience …
- 2:08 PM Ticket #36793 (contrib.auth - Reverting a model rename in an environment with pre-Django 6.0 ...) updated by
- Alternative PR with PR comments annotating salient behavior changes: …
- 1:08 PM Ticket #36499 (Utilities - strip_tags() and test_parsing_errors() fails with patched Python ...) updated by
- Just a heads up. I ran the Django test suite locally in my Ubuntu …
- 9:51 AM Ticket #33647 (Database layer (models, ORM) - bulk_update and bulk_create silently truncating values for size ...) updated by
-
Description, Severity changed
Downgrading from release blocker now that we've backported the fix to … - 9:48 AM Ticket #33647 (Database layer (models, ORM) - bulk_update and bulk_create silently truncating values for size ...) updated by
- In 2ca2afdf: […]
- 9:47 AM Changeset [2ca2afdf]stable/5.2.x by
- [5.2.x] Refs #33647 -- Fixed silent data truncation in bulk_create on …
- 9:43 AM Ticket #33647 (Database layer (models, ORM) - bulk_update and bulk_create silently truncating values for size ...) updated by
- In 764af478: […]
- 9:42 AM Changeset [764af478]stable/6.0.x by
- [6.0.x] Refs #33647 -- Fixed silent data truncation in bulk_create on …
- 9:41 AM Ticket #33647 (Database layer (models, ORM) - bulk_update and bulk_create silently truncating values for size ...) updated by
- In d6ae2ed: […]
- 9:41 AM Changeset [d6ae2ed]main by
- Refs #33647 -- Fixed silent data truncation in bulk_create on …
- 9:31 AM Ticket #23533 (Database layer (models, ORM) - Hook for default QuerySet filtering defined on the QuerySet itself.) updated by
-
Patch needs improvement changed
Needs some improvements regarding how dynamically created queryset … - 9:19 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
- In b7b5465: […]
- 9:18 AM Changeset [b7b5465]stable/6.0.x by
- [6.0.x] Fixed #36829 -- Reverted value of …
- 9:14 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) closed by
- fixed: In 79ab0993: […]
- 9:14 AM Changeset [79ab0993]main by
- Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to …
- 8:14 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
-
Triage Stage changed
- 8:02 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
-
Summary, Triage Stage changed
- 7:56 AM Ticket #36828 (Forms - Evaluate using <fieldset> on ClearableFileInput) updated by
- See ticket:32339#comment:2 for ideation around a deprecation path for …
- 7:55 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
- I dug around and found some prior ideation around providing a …
- 7:25 AM Ticket #36828 (Forms - Evaluate using <fieldset> on ClearableFileInput) updated by
-
Type changed
- 7:20 AM Ticket #36828 (Forms - Evaluate using <fieldset> on ClearableFileInput) updated by
-
Summary, Severity changed
No longer a release blocker given #36829 will revert the underlying … - 7:16 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
- Thanks, David. I think that's prudent. I'll review Johannes's PR …
- 6:44 AM Ticket #16260 (contrib.admin - Ability to change dismissRelatedLookupPopup on custom callback function) updated by
-
Status, Owner changed
- 6:31 AM Ticket #16260 (contrib.admin - Ability to change dismissRelatedLookupPopup on custom callback function) updated by
-
Status, Owner changed
- 6:22 AM Ticket #26822 (Testing framework - New migrations not applied on clone databases (sqlite) when using ...) updated by
- Also interested in this. Right now, this is not possible to use …
- 2:54 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
- I'll comment on this ticket and #36828 as a pair. In summary, my view …
Dec 30, 2025:
- 7:56 PM Ticket #36838 (Uncategorized - ModuleNotFoundError: No module named 'crispy') closed by
- invalid: Hello, Chris! Thanks for the report. It sounds like this issue is with …
- 3:57 PM Ticket #36838 (Uncategorized - ModuleNotFoundError: No module named 'crispy') created by
- Hello, I am trying django crispy forms but when I add it to the APPs …
- 3:22 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
- In c496a7d: […]
- 3:21 PM Changeset [c496a7d]main by
- Refs #21961 -- Added supports_on_delete_db_cascade skips in schema tests.
- 1:39 PM Ticket #36837 (contrib.auth - Client.force_login won't work for permission-only backends inheriting ...) created by
-
This is a follow up to #27542.
Take the
MagicAdminBackendfrom the … - 10:07 AM Ticket #36784 (Forms - Add CSP support to Django's script object and media objects) updated by
- Replying to Laharyy: > Replying to [comment:10 Nilesh …
- 9:57 AM Ticket #36784 (Forms - Add CSP support to Django's script object and media objects) updated by
- Replying to Nilesh Pahari: Hi, I noticed this ticket …
- 9:38 AM Ticket #36750 (Core (Serialization) - dumpdata's output of m2m values is not deterministic) updated by
-
Needs tests, Patch needs improvement changed
- 9:33 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Has patch, Patch needs improvement changed
- 7:12 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Has patch changed
PR had make toast contents. - 7:11 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Summary changed
- 5:04 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Has patch changed
Submitted a PR to address this cleanup: … - 4:20 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Status, Owner changed
Dec 29, 2025:
- 6:45 PM Ticket #36813 (Database layer (models, ORM) - Convert system checks for max_length and max_digits to __init__() checks.) updated by
-
Triage Stage changed
- 4:09 PM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) updated by
-
Needs tests, Patch needs improvement changed
- 2:32 PM Ticket #35514 (Core (Mail) - Dictionary based EMAIL_PROVIDERS settings) updated by
-
Cc changed
- 2:27 PM Ticket #36831 (Utilities - Add validation for CSP directive names and values in build_policy()) updated by
- Thanks for reviewing, Jacob. I understand the concern about adding …
- 2:08 PM Ticket #35440 (HTTP handling - Update parse_header_parameters to leverage the parsing logic from ...) updated by
- I ran into this ticket while working on Accept header parsing. I agree …
- 2:05 PM Ticket #36831 (Utilities - Add validation for CSP directive names and values in build_policy()) closed by
- wontfix: Thanks for the ticket, but I don't think this brings enough value to …
- 2:04 PM Ticket #36833 (HTTP handling - HttpRequest.accepted_types incorrectly splits Accept header on commas ...) updated by
- Thanks for the feedback and for pointing me to #35440 — I agree that …
- 1:59 PM Ticket #35818 (File uploads/storage - Failing to save file with long names containing dots) updated by
- Hi, I’d like to work on this issue and prepare a patch. Please let me …
- 1:44 PM Ticket #36833 (HTTP handling - HttpRequest.accepted_types incorrectly splits Accept header on commas ...) closed by
- needsinfo: Do you have an example of real-world HTTP traffic that sends params …
- 12:39 PM Ticket #36804 (contrib.admin - AdminSite.get_model_admin raises AttributeError when `to` model of a ...) updated by
-
Needs tests, Patch needs improvement changed
- 11:36 AM Ticket #36828 (Forms - Evaluate using <fieldset> on ClearableFileInput) updated by
-
Summary changed
- 11:09 AM Ticket #36828 (Forms - Evaluate using <fieldset> on ClearableFileInput) updated by
-
Version, Severity, Keywords, Triage Stage changed
Accepting as a 6.0 regression on the basis that when `use_fieldset = … - 10:43 AM Ticket #36203 (contrib.admin - AdminSplitDateTime labels are not associated with their inputs) closed by
- fixed: This was rolled in with #35892.
- 10:01 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
-
Summary, Keywords changed
- 9:47 AM Ticket #36829 (Forms - ClearableFileInput.use_fieldset became True in Django 6.0) updated by
-
Cc changed
Thanks for the report. I'm assuming that the change was intentional … - 9:22 AM Ticket #36813 (Database layer (models, ORM) - Convert system checks for max_length and max_digits to __init__() checks.) updated by
- I like that rule of thumb and it seems coherent with your initial …
- 9:20 AM Ticket #36834 (contrib.auth - UseCreationForm and UserChangeForm should use get_user_model()) updated by
-
Summary changed
- 9:17 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) updated by
-
Summary, Description, Type, Component, Version, Keywords, Triage Stage, Easy pickings, Status, Resolution changed
- 9:10 AM Ticket #36836 (Core (Cache system) - Add version identification to Redis cache backend) closed by
-
wontfix: Django only uses the
redispackage for providing a caching backend … - 9:08 AM Ticket #36750 (Core (Serialization) - dumpdata's output of m2m values is not deterministic) updated by
- Many unrelated changes still mixed in with the diff.
- 8:59 AM Changeset [ccf74f7d]main by
- Bumped checkout version in Github actions configuration.
- 8:50 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) closed by
- invalid
- 8:49 AM Ticket #36804 (contrib.admin - AdminSite.get_model_admin raises AttributeError when `to` model of a ...) updated by
-
Triage Stage, Patch needs improvement changed
(When requesting a review, unset the Needs Improvement checkbox.) - 8:48 AM Ticket #36714 (Core (Other) - Async signals lose ContextVar state due to use of asyncio.gather) closed by
- fixed: In cc0f6c4: […]
- 8:48 AM Changeset [cc0f6c4]main by
- Fixed #36714 -- Fixed context sharing among async signal handlers.
- 8:44 AM Ticket #36391 (Database layer (models, ORM) - Document RawSQL on “Performing raw SQL queries” page) updated by
-
Patch needs improvement changed
- 8:41 AM Ticket #36836 (Core (Cache system) - Add version identification to Redis cache backend) updated by
-
Has patch changed
PR created: https://github.com/django/django/pull/20476 This adds … - 8:29 AM Ticket #36822 (Database layer (models, ORM) - Implement parameter limit for Postgres backend with server-side ...) updated by
-
Patch needs improvement changed
- 8:11 AM Ticket #36813 (Database layer (models, ORM) - Convert system checks for max_length and max_digits to __init__() checks.) updated by
-
A proposed rule of thumb:
-
__init__(): cheap, simple, static checks … - 7:49 AM Ticket #36836 (Core (Cache system) - Add version identification to Redis cache backend) updated by
- Hi, I’d like to work on this ticket. I’ll investigate how the Redis …
- 7:18 AM Ticket #36784 (Forms - Add CSP support to Django's script object and media objects) updated by
-
Status, Owner changed
- 7:17 AM Ticket #36836 (Core (Cache system) - Add version identification to Redis cache backend) created by
- The Redis documentation recommends that clients identify themselves …
- 4:57 AM Ticket #20752 (HTTP handling - Error signals are not reliable, especially when dealing with database ...) updated by
-
Status, Owner changed
- 4:52 AM Ticket #36834 (contrib.auth - UseCreationForm and UserChangeForm should use get_user_model()) updated by
-
Triage Stage, Has patch, Easy pickings, Resolution changed
Thanks for the ticket, however, you cannot accept your own tickets. … - 3:02 AM Ticket #36834 (contrib.auth - UseCreationForm and UserChangeForm should use get_user_model()) closed by
- fixed
- 3:01 AM Ticket #36835 (Template system - Add all public API classes to django.template.__all__) created by
-
Some convenience imports in
django.templatearen't present in … - 2:37 AM Ticket #36834 (contrib.auth - UseCreationForm and UserChangeForm should use get_user_model()) updated by
-
Summary changed
- 2:36 AM Ticket #36834 (contrib.auth - UseCreationForm and UserChangeForm should use get_user_model()) created by
- Bugs fixed: 1. In django/contrib/auth/forms.py, lines 224 and 284 …
Note:
See TracTimeline
for information about the timeline view.