Opened 15 years ago
Closed 11 years ago
#12857 closed New feature (wontfix)
Doc: Media class usage
Description ¶
I've noticed that one can create own Media objects outside Widgets/Forms, using directly the django.forms.widgets.Media
but documentation mentions nothing of using this.
Media objects are highly usable outside Forms/Widgets also, since one can combine all the media and the intersecting css/js is not duplicated.
It is not a big deal, but still it would be more logical to explain the direct usage of Media class in here http://docs.djangoproject.com/en/dev/topics/forms/media/#media-objects
Change History (7)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Component: | Forms → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 14 years ago
Type: | → New feature |
---|
comment:4 by , 14 years ago
Severity: | → Normal |
---|
comment:7 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Media
class is likely to be deprecated, or at least renamed (#22298).
Also I've noticed that using the
django.forms.widgets.Media
is also pain, since one cannot give easily the items in__init__
... Which is sad, and should probably be fixed.