検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 33 for FileField (0.033 sec.)
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 7893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eanField , MultipleChoiceField , MultiValueField , FileField , ModelChoiceField , and ModelMultipleChoiceField ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 7893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.1.1. Bugfixes ¶ Fixed a bug in Django 3.1 where FileField instances with a callable storage were not correct ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y_value which work just as they do for CharField . FileField ¶ class FileField ( ** kwargs ) ¶ デフォルトのウィ ... ロードのドキュメント を読んでください。 フォーム内で FileField を使用する時は、 ファイルのデータをフォームにバイン ... ateTimeField DecimalField DurationField EmailField FileField FilePathField FloatField GenericIPAddressField Ima ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ges that don't use the os.path calls previously in FileField . フォーム ¶ Form and widget Media is now served u ... it in the custom storage's save() method. Private FileField methods get_directory_name() and get_filename() ar ... ods on custom fields. To adapt such code, override FileField.generate_filename() or Storage.generate_filename() ... me will work through a deprecation period. Private FileField methods get_directory_name() and get_filename() ar ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... moved except for support in historical migrations. File fields ¶ fields.E200 : unique is not a valid argument f ... or a FileField . This check is removed in Django 1.11 . fields.E2 ... 01 : primary_key is not a valid argument for a FileField . fields.E202 : FileField 's upload_to argument mu ... MySQL and MariaDB ファイルの管理 モデルフィールド File fields 関連フィールド モデル セキュリティ Signals テンプ ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s class Photo ( models . Model ): photo = models . FileField ( upload_to = 'photos' ) photographer_name = model ... s class Photo ( models . Model ): photo = models . FileField ( upload_to = 'photos' ) photographer_name = model ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 7444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hes of hidden relationships ( #26162 ). Made forms.FileField and utils.translation.lazy_number() picklable ( #2 ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 7444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oreignKey with to_field set ( #26196 ). Made forms.FileField and utils.translation.lazy_number() picklable ( #2 ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ilename argument may include a path as returned by FileField.upload_to . In that case, the path won't be passed ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f.name f['content-type'] f.content_type Work with file fields using the new API ¶ The internal implementation ... of django.db.models.FileField have changed. A visible result of this is that the ... make the following changes, assuming your model's FileField is called myfile : Old (0.96) New (1.0) myfile.get ... Handle uploaded files using the new API Work with file fields using the new API Use Paginator instead of Objec ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
PREV 1 2 3 4 NEXT