mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c4d07d4d50
commit
1697f4e49f
19 changed files with 65 additions and 60 deletions
|
@ -1,8 +1,8 @@
|
|||
"""
|
||||
42. Storing files according to a custom storage system
|
||||
|
||||
FileField and its variations can take a "storage" argument to specify how and
|
||||
where files should be stored.
|
||||
``FileField`` and its variations can take a ``storage`` argument to specify how
|
||||
and where files should be stored.
|
||||
"""
|
||||
|
||||
import tempfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue