Author: timo Date: 2011-08-06 11:41:00 -0700 (Sat, 06 Aug 2011) New Revision: 16581
Modified: django/branches/releases/1.3.X/docs/ref/files/storage.txt Log: [1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya. Backport of r16580 from trunk. Modified: django/branches/releases/1.3.X/docs/ref/files/storage.txt =================================================================== --- django/branches/releases/1.3.X/docs/ref/files/storage.txt 2011-08-06 18:40:33 UTC (rev 16580) +++ django/branches/releases/1.3.X/docs/ref/files/storage.txt 2011-08-06 18:41:00 UTC (rev 16581) @@ -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.