Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19695 closed Bug (fixed)

Static files for forms described as "Form Media"

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

Description

https://docs.djangoproject.com/en/dev/topics/forms/media/

This is confusing. In Django, "media" == "user-uploaded files".

The code be docs should be refactored to call them something else: "form static files", "form static assets", "form assets" -- anything but "form media"!

Change History (6)

comment:1 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 11 years ago

Component: FormsDocumentation

comment:3 by Baptiste Mispelon, 11 years ago

Has patch: set

comment:4 by Tim Graham, 11 years ago

I tend to agree with Marc's comment on the pull request that it's confusing to relabel these as "assets" and yet the class is still called "Media". If we rename docs/topics/forms/media.txt to assets.txt should we also add a redirect so incoming links don't break (I'm guessing this would be a change to djangoproject.git but I'm not sure)?

comment:5 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In c0f03175ceeb132b88d6ff81d28d397e5a303989:

Fixed #19695 -- Retitle "Form Media" to "Form Assets".

comment:6 by Tim Graham <timograham@…>, 11 years ago

In b2afe396635e2de5b3a917a61350cd96fbde9ab7:

[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".

Backport of c0f03175ce from master

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