Skip to content

Commit

Permalink
Fixed a typo in files documentation. Fixes #8180.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Aug 9, 2008
1 parent 6185093 commit 6a06db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/files.txt
Expand Up @@ -226,7 +226,7 @@ For example, the following code will store uploaded files under
from django.db import models
from django.core.files.storage import FileSystemStorage

fs = FileSystemStorage(base_url='/media/photos')
fs = FileSystemStorage(location='/media/photos')

class Car(models.Model):
...
Expand Down

0 comments on commit 6a06db0

Please sign in to comment.