検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 144 for type (0.082 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 5628
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The system check framework performs many different types of checks that are categorized with tags . You ca ... min dumpdata -- exclude = auth -- exclude = contenttypes --database DATABASE ¶ Specifies the database from ... ey and many-to-many relationship to objects of the type that defines the method. If you're dumping contrib ... .auth Permission objects or contrib.contenttypes ContentType objects, you should probably use this ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
データベース — Django 4.0.6 ドキュメント 5592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e CREATE INDEX statement. However, if the database type for the field is either varchar or text (e.g., use ... as is done with the contains and startswith lookup types. Migration operation for adding extensions ¶ If y ... rimary keys ¶ Django uses PostgreSQL's SERIAL data type to store auto-incrementing primary keys. A SERIAL ... s ¶ Any fields that are stored with VARCHAR column types may have their max_length restricted to 255 chara ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to_response() will be removed. The DEFAULT_CONTENT_TYPE setting will be removed. HttpRequest.xreadlines() ... gle positional parameter will be dropped. The mime_type attribute of django.utils.feedgenerator.Atom1Feed ... erator.RssFeed will be removed in favor of content_type . The app_name argument to django.conf.urls.includ ... d in django-localflavor 1.1+. The original_content_type_id attribute on django.contrib.admin.helpers.Inlin ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass and response_redirect_class ) that specify the types of HttpResponse instances the middleware returns. ... ァイルのアップロード ¶ The new UploadedFile.content_type_extra attribute contains extra parameters passed t ... o the content-type header on a file upload. The new FILE_UPLOAD_DIREC ... ion in Django 1.6, it's now possible again to make TypedChoiceField coerce method return an arbitrary valu ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 5521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on() , intersection() , or difference() by a field type present more than once results in the wrong orderi ... f the right hand side of an expression is the same type ( #30621 ). Fixed a regression in Django 2.2 where ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
設定 — Django 4.0.6 ドキュメント 5474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... INE setting below on how to specify other database types. This example is for PostgreSQL: DATABASES = { 'd ... go.db.models.AutoField ' Default primary key field type to use for models that don't have a field with pri ... set to use for all HttpResponse objects, if a MIME type isn't manually specified. Used when constructing t ... he Content-Type header. DEFAULT_EXCEPTION_REPORTER ¶ Default: ' dj ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o migrate an app without first creating the contenttypes table ( #22411 ). Modified migrations dependency ... sing migrations ( #23416 ). Fixed serialization of type objects in migrations ( #22951 ). Allowed inline a ... #23455 ). Fixed MigrationWriter to handle builtin types without imports ( #23560 ). Fixed deepcopy on Err ... ). Made urlsafe_base64_decode() return the proper type (bytestring) on Python 3 ( #23333 ). makemigration ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 5439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll__ = [ "A" , "Area" , "D" , "Distance" ] NUMERIC_TYPES = ( int , float , Decimal ) AREA_PREFIX = "sq_" d ... obj ): return obj . __name__ if obj . __class__ == type else obj . __class__ . __name__ @total_ordering cl ... name ] else : raise AttributeError ( "Unknown unit type: %s " % name ) def __repr__ ( self ): return " %s ... f . standard + other . standard )}, ) else : raise TypeError ( " %(class)s must be added with %(class)s " ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... core.mail.message import ( DEFAULT_ATTACHMENT_MIME_TYPE , BadHeaderError , EmailMessage , EmailMultiAltern ... " , "SafeMIMEMultipart" , "DEFAULT_ATTACHMENT_MIME_TYPE" , "make_msgid" , "BadHeaderError" , "forbid_multi ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ative email with message as the text/plain content type and html_message as the text/html content type. ma ... her MIMEBase instances, or (filename, content, mimetype) triples. headers : メッセージに追加するヘッダーの ... つの引数を引き渡します: filename 、 content 、 mimetype です。 filename は、メール内に表示される添付ファイ ... ent``は、添付ファイル内に含まれるデータです。``mimetype は添付ファイルに対する MIME タイプで、省略可能です ...
https://man.plustar.jp/django/topics/email.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT