検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 198 for file (0.078 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 5563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th an updated default project layout and manage.py file for the startproject management command. These fix ... eprecationWarning ). The new recommended manage.py file should look like this: #!/usr/bin/env python impor ... s , ** kwargs ): warning = kwargs [ 'warning' ] profile = kwargs [ 'profile' ] ... return ... Then, in the ... 123 "abcd" book.title warning = message | lower profile = user.profile %} No wrapping of exceptions in TEM ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y ) . send_messages ([ self ]) def attach ( self , filename = None , content = None , mimetype = None ): " ... "" Attach a file with the given filename and content. The filename ... and don't decode the content. """ if isinstance ( filename , MIMEBase ): if content is not None or mimety ... ance is provided." ) self . attachments . append ( filename ) elif content is None : raise ValueError ( "c ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... try and/or City datasets in binary format (the CSV files will not work!). Grab the GeoLite2-Country.mmdb.g ... z and GeoLite2-City.mmdb.gz files and unzip them in a directory corresponding to th ... or the full path to where the city or country data files ( .mmdb ) are located. Assumes that both the city ... AUTO ). country The name of the GeoIP country data file. Defaults to GeoLite2-Country.mmdb . Setting this ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようになりました。 EmailMessage.attach() and attach_file() now fall back to MIME type application/octet-str ... ストレージ ¶ io.TextIOWrapper でラップできるように、 File に readable() 、 writable() 、 seekable() メソッド ... ました。 ImageField now has a default validate_image_file_extension validator. (This validator moved to the ... ックアップでのクエリ表現へのサポートを追加しました。 FileField で unique=True オプションを使用できるようにな ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5498
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of range date ( #28209 ). Fixed a regression where file_move_safe() crashed when moving files to a CIFS mo ... unt ( #28170 ). Moved the ImageField file extension validation added in Django 1.11 from the ... when , detection , regression , feature , Minor , file , validation クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 2.2.23 release notes — Django 4.0.6 ドキュメント 5433
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed a regression in Django 2.2.21 where saving FileField would raise a SuspiciousFileOperation even wh ... en a custom upload_to returns a valid file path ( #32718 ). 目次 Django 2.2.23 release notes ... s , Bugfixes , regression , up , next , トピック , file , path クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/2.2.23.html - [similar]
Django 3.1.11 release notes — Django 4.0.6 ドキュメント 5433
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed a regression in Django 3.1.9 where saving FileField would raise a SuspiciousFileOperation even wh ... en a custom upload_to returns a valid file path ( #32718 ). 目次 Django 3.1.11 release notes ... s , Bugfixes , regression , up , next , トピック , file , path クイック検索 Last update: 2022年6月01日 « p ...
https://man.plustar.jp/django/releases/3.1.11.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of Django. In other words, no database or settings file required -- import them as normal from django.cont ... _PATH setting may be added to your Django settings file with the full path to the GEOS C library. For exam ... .org/proj/proj-X.Y.Z.tar.gz ... and datum shifting files (download proj-datumgrid-X.Y.tar.gz for PROJ < 7. ... ource code archive, and extract the datum shifting files in the data subdirectory (use nad subdirectory fo ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h runtests.py all of the databases in the settings file must be using one of the spatial database backends ... ¶ The following is an example bare-bones settings file with spatial backends that can be used to run the ... ' Assuming the settings above were in a postgis.py file in the same directory as runtests.py , then all Dj ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmand: $ python manage.py inspectdb Save this as a file by using standard Unix output redirection: $ pytho ... tion. Once you've cleaned up your models, name the file models.py and put it in the Python package that ho ... jects via Django's admin site, and edit the models file accordingly. 目次 How to integrate Django with a l ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT