Author: timo Date: 2011-08-06 11:40:33 -0700 (Sat, 06 Aug 2011) New Revision: 16580
Modified: django/trunk/docs/ref/files/storage.txt Log: Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya. Modified: django/trunk/docs/ref/files/storage.txt =================================================================== --- django/trunk/docs/ref/files/storage.txt 2011-08-02 22:30:26 UTC (rev 16579) +++ django/trunk/docs/ref/files/storage.txt 2011-08-06 18:40:33 UTC (rev 16580) @@ -75,7 +75,7 @@ .. method:: exists(name) - Returns ``True`` if a file referened by the given name already exists + Returns ``True`` if a file referenced by the given name already exists in the storage system, or ``False`` if the name is available for a new file. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.