#12857: Doc: Media class usage ---------------------+------------------------------------------------------ Reporter: Ciantic | Owner: nobody Status: new | Milestone: Component: Forms | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------+------------------------------------------------------ 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 -- Ticket URL: <http://code.djangoproject.com/ticket/12857> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
