Results of 31 - 40 of about 198 for file (0.058 sec.)
- Form fields — Django 4.0.6 ドキュメント 5692
- " + 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 ) ¶ デフォルトの ...
ウィジェット: ClearableFileInput 空の値: None ファイルコンテンツとファイル名を ...
1つのオブジェクトにラッピングした UploadedFile オブジェクトに正規化されます。 Can validate that n ...
on-empty file data has been bound to the form. Error message key ...
-
https://man.plustar.jp/django/ref/forms/fields.html
- [similar]
- GeoDjango Tutorial — Django 4.0.6 ドキュメント 5660
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t settings are stored in the geodjango/settings.py file. Edit the database connection settings to match yo ...
'django.contrib.messages' , 'django.contrib.staticfiles' , 'django.contrib.gis' , 'world' , ] Geographic ...
¶ The world borders data is available in this zip file . Create a data directory in the world application ...
RDERS-0.3.zip ...\> cd ..\.. The world borders ZIP file contains a set of data files collectively known as ...
-
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 5660
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ort and which assumptions we can make safely. This file describes some of the features that might be relev ...
t using a service name from the connection service file and a password from the password file , you must s ...
l' , 'OPTIONS' : { 'service' : 'my_service' , 'passfile' : '.my_pgpass' , }, } } .pg_service.conf ¶ [my_se ...
cting by a service name, and specifying a password file was added. 警告 Using a service name for testing p ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- バリデータ — Django 4.0.6 ドキュメント 5660
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
difference between max_digits and decimal_places . FileExtensionValidator ¶ class FileExtensionValidator ( ...
nsion' if the extension of value.name ( value is a File ) isn't found in allowed_extensions . The extensio ...
_extensions . 警告 Don't rely on validation of the file extension to determine a file's type. Files can be ...
n no matter what data they contain. validate_image_file_extension ¶ validate_image_file_extension [ソース] ...
-
https://man.plustar.jp/django/ref/validators.html
- [similar]
- Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5660
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
level directories on Python 3.7+ ¶ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied ...
el directories created in the process of uploading files and to intermediate-level collected static direct ...
scalation in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the ...
intermediate-level directories of the file system cache had the system's standard umask rathe ...
-
https://man.plustar.jp/django/releases/3.1.1.html
- [similar]
- django.utils.translation — Django 4.0.6 ドキュメント 5627
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
jango.utils.autoreload import autoreload_started , file_changed from django.utils.functional import lazy f ...
go.utils.translation.reloader import ( translation_file_changed , watch_for_translation_changes , ) autore ...
_translation_changes , dispatch_uid = "translation_file_changed" ) file_changed . connect ( translation_fi ...
le_changed , dispatch_uid = "translation_file_changed" ) else : from django.utils.translation im ...
-
https://man.plustar.jp/django/_modules/django/utils/translation.html
- [similar]
- How to create custom model fields — Django 4.0.6 ドキュメント 5595
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ython object, you can save yourself a lot of work. FileField サブクラスを書く ¶ In addition to the above m ...
ethods, fields that deal with files have a few other special requirements which must ...
account. The majority of the mechanics provided by FileField , such as controlling database storage and re ...
h the challenge of supporting a particular type of file. Django provides a File class, which is used as a ...
-
https://man.plustar.jp/django/howto/custom-model-fields.html
- [similar]
- Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 5595
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
). Fixed a regression in Django 3.0 that caused a file response using a temporary file to be closed incor ...
, using , tolerance , functions , next , fields , file クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/3.0.4.html
- [similar]
- Django におけるセキュリティ — Django 4.0.6 ドキュメント 5595
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
注釈 以下に説明する問題を回避するには serving static files from a cloud service or CDN の利用を検討してくださ ...
い。 If your site accepts file uploads, it is strongly advised that you limit the ...
Body directive. If you are serving your own static files, be sure that handlers like Apache's mod_php , wh ...
ich would execute static files as code, are disabled. You don't want users to be ...
-
https://man.plustar.jp/django/topics/security.html
- [similar]
- JavaScript — Django 4.0.6 ドキュメント 5563
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
he indentation style dictated in the .editorconfig file. We recommend using a text editor with EditorConfi ...
tion and whitespace issues. Most of the JavaScript files use 4 spaces for indentation, but there are some ...
instead of underscore_case . Different JavaScript files sometimes use a different code style. Please try ...
to conform to the code style of each file. Use the ESLint code linter to check your code for ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm...
- [similar]