[Django] #37085: Move object-based stylesheet media assets to the public API
3 views
Skip to first unread message
Django
unread,
May 5, 2026, 8:51:16 PM (4 days ago) May 5
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia | Owner: Natalia Bidart
Bidart |
Type: New | Status: assigned
feature |
Component: Forms | Version: dev
Severity: Normal | Keywords: Media MediaAsset
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
This ticket is a successor to #35886 and aims to move object-based
stylesheet assets to the public API and documentation.
The goal is to provide parity with the `Script` class added in
989329344aabe8ef7a5e55bebfde53f0e00f42e2 and facilitate the work for
adding support for nonces in forms.Media (#36784).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Accepted
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Accepted
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Accepted
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: Media MediaAsset | Triage Stage: Ready for
| checkin
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#37085: Move object-based stylesheet media assets to the public API
-------------------------------------+-------------------------------------
Reporter: Natalia Bidart | Owner: Natalia
| Bidart
Type: New feature | Status: closed
Component: Forms | Version: dev
Severity: Normal | Resolution: fixed
In [changeset:"8096b5251090bf7539c59956e398b027c7525529" 8096b52]:
{{{#!CommitTicketReference repository=""
revision="8096b5251090bf7539c59956e398b027c7525529"
Fixed #37085 -- Added support for object-based form media stylesheet
assets.
Thank you James Walls and James Bligh for reviews.