検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 145 for files (0.069 sec.)
Writing documentation — Django 4.0.6 ドキュメント 5853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oproject.com/ , we edit it as a collection of text files for maximum flexibility. These files live in the t ... s not capitalized. Guidelines for reStructuredText files ¶ These guidelines regulate the format of our reST ... ix-y environment (i.e. a '$' prompt symbol, '/' as filesystem path components separator, etc.) The example ... Optimize image compression where possible. For PNG files, use OptiPNG and AdvanceCOMP's advpng : $ cd docs ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormats, specify the path where you'll place format files first. To do that, set your FORMAT_MODULE_PATH set ... ting to the package where format files will exist, for instance: FORMAT_MODULE_PATH = [ ' ... mysite.formats' , 'some_app.formats' , ] Files are not placed directly in this directory, but in ... careful not to put sensitive information in these files as values inside can be exposed if you pass the st ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ERER setting is used. value_from_datadict ( data , files , name ) ¶ データとこのウィジェットの名前のディクシ ... ョナリが与えられ、このウィジェットの値を返します。 files には request.FILES からのデータが含まれている可能性 ... る必要があります。 value_omitted_from_data ( data , files , name ) ¶ data と files のディクショナリとこのウィ ... e , None ] def value_from_datadict ( self , data , files , name ): day , month , year = super () . value_fr ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 5747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admind ... itigation, path sanitation is now applied and only files within the template root directories can be loaded ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5688
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o start is the forms documentation Handle uploaded files using the new API ¶ Replace use of uploaded files ... -- that is, entries in request.FILES -- as simple dictionaries with the new UploadedFil ... view like: def my_view ( request ): f = request . FILES [ 'file_field_name' ] ... ...you'd need to make th ... e django.forms instead of newforms Handle uploaded files using the new API Work with file fields using the ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 5641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ven enough time, a user with the ability to upload files can cause poor performance in the upload handler, ... it to become very slow simply by uploading 0-byte files. At this point, even a slow network connection and ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 5641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ven enough time, a user with the ability to upload files can cause poor performance in the upload handler, ... it to become very slow simply by uploading 0-byte files. At this point, even a slow network connection and ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 5582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ください。 カスタムストレージシステムは django.core.files.storage.Storage のサブクラスでなければなりません。 ... : from django.core.files.storage import Storage class MyStorage ( Storage ) ... from django.conf import settings from django.core.files.storage import Storage class MyStorage ( Storage ) ... tible クラスデコレータを使うことができます (それが FileSystemStorage で Django が使うものです)。 デフォルト ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d Access to the djangoproject.com server to upload files. Access to the admin on djangoproject.com as a "Si ... lations.py fetch and then commit the changed/added files (both .po and .mo). Sometimes there are validation ... 56 checksums for the source-code tarball and wheel files of Django <<VERSION>>, released <<DATE>>. To use t ... ersion numbers, no stray .pyc or other undesirable files). Upload the release packages to PyPI (for pre-rel ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now specify specific directories for a particular filesystem.Loader . テスト ¶ Added DiscoverRunner.get_te ... he TemplatesSetting renderer. django.contrib.staticfiles ¶ collectstatic may now fail during post-processin ... g when using a hashed static files storage if a reference loop exists (e.g. 'foo.css' ... h itself references 'foo.css' ) or if the chain of files referencing other files is too deep to resolve in ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT