Opened 12 years ago

Closed 12 years ago

#18847 closed Cleanup/optimization (fixed)

Form media examples using media.example.com - should this be static.example.com?

Reported by: jamiecurle Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: form, media_url, static_url
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,

I noticed this a few months back but never got round to creating a ticket for it, but I've noticed that it's still present in the docs. The form media examples (https://docs.djangoproject.com/en/dev/topics/forms/media/) all use media.example.com in their urls. Now that the STATIC_URL is used to create the url for each media component before falling back to MEDIA_URL I suggest that the documentation reflects this.

Since this wasn't a straight forward typo, I've opened this ticket and attached a patch.

Attachments (1)

use_static_url_in_formmedia_docs.patch (7.6 KB ) - added by jamiecurle 12 years ago.

Download all attachments as: .zip

Change History (3)

by jamiecurle, 12 years ago

comment:1 by Claude Paroz, 12 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham <timograham@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [e57338f2b96c57d2060885cc23846317f50731c4]:

Fixed #18847 - Updated for media examples to use static.example.com. Thanks Jamie Curle.

Note: See TracTickets for help on using tickets.
Back to Top