検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 144 for type (0.101 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . The first argument of SchemaEditor._alter_column_type_sql() is now model rather than table . The first a ... ithout_max_length attribute with the database data type that will be used in the Cast function for a CharF ... reverse () Traceback (most recent call last): ... TypeError : Cannot reverse a query once a slice has bee ... t it also requires a request . The DEFAULT_CONTENT_TYPE setting is deprecated. It doesn't interact well wi ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5320
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . in_atomic_block = True def __exit__ ( self , exc_type , exc_value , traceback ): connection = get_connec ... t until we exit the outermost block. pass elif exc_type is None and not connection . needs_rollback : if c ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5320
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... content'] f.read() f['filename'] f.name f['content-type'] f.content_type Work with file fields using the n ... atabase to view the appropriate columns as decimal types, rather than floats. To do this, you'll need to r ... licitly look in the appropriate dictionary for the type of request you expect to receive ( request.GET or ... ation -- have moved into the django.contrib.contenttypes module. テスト ¶ django.test.Client.login() has c ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5320
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Captured values can optionally include a converter type. For example, use <int:name> to capture an integer ... ich handles converting the matched string into the type that should be passed to the view function. It sho ... value) method, which handles converting the Python type into a string to be used in the URL. It should rai ... , it's particularly important to be aware that the type of the view arguments may change, and so you may n ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cies - django.contrib.auth , django.contrib.contenttypes , django.contrib.messages , and django.contrib.se ... 表現を表示する単一の列を表示します。 There are four types of values that can be used in list_display . All ... ページに対する Django のビューです。 Unlike the hook-type ModelAdmin methods detailed in the previous sectio ... e the following models: from django.contrib.contenttypes.fields import GenericForeignKey from django.db im ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -related errors. There is a sub-logger for each subtype of security error, including all SuspiciousOperati ... he django.security logger. To silence a particular type of SuspiciousOperation , you can override that spe ... adable_post ( record ): if record . exc_info : exc_type , exc_value = record . exc_info [: 2 ] if isinstan ...
https://man.plustar.jp/django/ref/logging.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers a field's definition, including changes to its type, null , unique , db_column and other field attribu ... databases - for example, you cannot change a text-type field like models.TextField() into a number-type f ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... used a migration crash when altering a primary key type for a concrete parent model referenced by a foreig ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... should be used for read operations for objects of type model . If a database operation is able to provide ... abase that should be used for writes of objects of type Model. If a database operation is able to provide ... that knows to send queries for the auth and contenttypes apps to auth_db ( auth models are linked to Conte ... ntType , so they must be stored in the same database): cl ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... main_event_loop ) def __get__ ( self , parent , objtype ): """ Include self for methods """ func = functoo ... thread_sensitive must be set to False, otherwise a TypeError will be raised. """ # If they've set ASGI_THR ... or _iscoroutinefunction_or_partial ( func ): raise TypeError ( "sync_to_async can only be applied to sync ... coroutine = asyncio . coroutines . _is_coroutine # type: ignore if thread_sensitive and executor is not No ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT