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)
Change History (3)
by , 12 years ago
Attachment: | use_static_url_in_formmedia_docs.patch added |
---|
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [e57338f2b96c57d2060885cc23846317f50731c4]: