検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 146 for instance (0.097 sec.)
GEOS API — Django 4.0.6 ドキュメント 5665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patial predicate methods take another GEOSGeometry instance ( other ) as a parameter, and return a boolean. GE ... polygon. The parameters must either be LinearRing instances, or a sequence that may be used to construct a Li ... repared property. Once you have a PreparedGeometry instance its spatial predicate methods, listed below, may b ... ke an other argument, which must be a GEOSGeometry instance. contains ( other ) ¶ contains_properly ( other ) ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation namespaces into URLs on specific application instances, according to the namespaced URL resolution strat ... app_names will be ['foo', 'bar'] . namespace ¶ The instance namespace for the URL pattern that matches the URL ... ist of individual namespace components in the full instance namespace for the URL pattern that matches the URL ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5665
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ings and errors raised by the check method must be instances of CheckMessage . An instance of CheckMessage enc ... ference is that the check is a classmethod, not an instance method: class MyModel ( models . Model ): @classme ...
https://man.plustar.jp/django/topics/checks.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HES setting that points at your memcached or Redis instance respectively. To run the GeoDjango tests, you will ... a test method should be bound to a temporary Apps instance: from django.apps.registry import Apps from django ... odels defined within the context of isolate_apps() instances are correctly installed, you should pass the set ... el ( models . Model ): pass ... The temporary Apps instance used to isolate model registration can be retrieve ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... create a feed, write a Feed class and point to an instance of it in your URLconf . Feed classes ¶ A Feed clas ... ws.Feed . They can live anywhere in your codebase. Instances of Feed classes are views which can be used in yo ... item . pk ]) To connect a URL to this feed, put an instance of the Feed object in your URLconf . For example: ... onal mapper , items() doesn't have to return model instances. Although you get a few bits of functionality "fo ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
設定 — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t path. This is useful if you have multiple Django instances running under the same hostname. They can use dif ... ferent cookie paths, and each instance will only see its own CSRF cookie. CSRF_COOKIE_SAM ... used if none has been assigned to the HttpRequest instance yet. See Custom error reports . DEFAULT_EXCEPTION_ ... used if none has been assigned to the HttpRequest instance yet. See Filtering error reports . DEFAULT_FILE_ST ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.11.9 リリースノート — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g of a GenericForeignKey when the referenced model instance uses more than one level of multi-table inheritanc ...
https://man.plustar.jp/django/releases/1.11.9.html - [similar]
Django 1.7.4 release notes — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o look for internal type instead of checking class instance, so you can write custom m2m-like fields with the ...
https://man.plustar.jp/django/releases/1.7.4.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his example updates the blog attribute of an Entry instance entry , assuming appropriate instances of Entry an ... AttributeError: "Manager isn't accessible via Blog instances." 注釈 Manager はモデルのインスタンスでなく、モデ ... Q . オブジェクトを比較する ¶ To compare two model instances, use the standard Python comparison operator, the ... ough there is no built-in method for copying model instances, it is possible to easily create new instance wit ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uarantee the atomic execution of a given block. An instance can be used either as a decorator or as a context ... aps the execution of the decorated function in the instance itself, used as a context manager. When it's used ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT