Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20018 closed Cleanup/optimization (fixed)

Broken Reference

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

Description

In the Model Field reference, there is a block under the BinaryField encouraging users to utilize staticfiles instead. The reference to staticfiles is broken.

Although you might think about storing files in the database, consider that it is bad design in 99% of the cases. This field is not a replacement for proper :ref.`static files <static-files> handling.

Change History (3)

comment:1 by Claude Paroz, 11 years ago

Owner: changed from nobody to Claude Paroz
Status: newassigned
Triage Stage: UnreviewedAccepted
Version: 1.5master

comment:2 by Jonathan Loy <jonrloy@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In b3c6a20e715e9d4735d832adbffc1c274fbc117c:

Fixed #20018: Added backtick to fix reference

Fixed #20018

comment:3 by Alex Gaynor <alex.gaynor@…>, 11 years ago

In 3f43f5f3b0664a126136d0ae66de92b551cb0421:

Merge pull request #892 from JonLoy/ticket_20018

Fixed #20018: Added backtick to fix reference

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