Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16566 closed Bug (fixed)

Typo in docs/ref/files/storage.txt

Reported by: Thejaswi Puthraya Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: documentation, typo, storage
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

There is a typo ('referened') in the docs/ref/files/storage.txt as can be seen at https://docs.djangoproject.com/en/dev/ref/files/storage/#django.core.files.storage.Storage.exists

Attachments (1)

16566.diff (491 bytes ) - added by Thejaswi Puthraya 13 years ago.
git diff against the latest checkout

Download all attachments as: .zip

Change History (4)

by Thejaswi Puthraya, 13 years ago

Attachment: 16566.diff added

git diff against the latest checkout

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

Thanks!

comment:2 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [16580]:

Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.

comment:3 by Tim Graham, 13 years ago

In [16581]:

[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.

Backport of r16580 from trunk.

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