Django Book 翻译
菜单>:
TOC
返回
原文:
For every ``FileField`` , the object will have a ``save_FOO_file()`` method, where ``FOO`` is the name of the field. This saves the given file to the filesystem, using the given file name. If a file with the given file name already exists, Django adds an underscore to the end of the file name (but before the extension) until the file name is available.
翻译:
备注:
译者: