検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 146 for instance (0.440 sec.)
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r for signal. Arguments: receiver A function or an instance method which is to receive signals. Receivers must ... identifier used to uniquely identify a particular instance of a receiver. This will usually be a string, thou ... cally any subclass of Exception), return the error instance as the result for that receiver. """ if ( not self ... ceivers = [ r for r in self . receivers if not ( isinstance ( r [ 1 ], weakref . ReferenceType ) and r [ 1 ]() ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arnings and errors raised by system checks must be instances of CheckMessage . An instance encapsulates a sing ... <field> default should be a callable instead of an instance so that it's not shared between all field instance ... for your particular deployment configuration. For instance, if you do your HTTP to HTTPS redirection in a loa ... t urlpatterns is a list of path() and/or re_path() instances. urls.W005 : URL namespace <namespace> isn't uniq ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >.<permission codename>" format or as a Permission instance. Returns an empty queryset if no users who have th ... <app label>.<permission codename>" or a Permission instance. Returns an empty queryset if no users who have th ... ns ¶ get_user ( request ) ¶ Returns the user model instance associated with the given request 's session. It c ... end's get_user() method to retrieve the user model instance and then verifies the session by calling the user ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s documentation. The name property of a DataSource instance gives the OGR name of the underlying data source t ... spatial filter can only be set with an OGRGeometry instance, a 4-tuple extent, or None . When set with somethi ... aster data there is no difference between a raster instance and its data source. Unlike for the Geometry objec ... fault ( 'MEM' ), but can be altered as needed. For instance, use GTiff for a GeoTiff file. For a list of file ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bly isn't the documentation you're looking for. An instance of the Engine class described below is accessible ... , processors . In this example, the RequestContext instance gets an ip_address variable: from django.http impo ... e compiled Template in memory. The cached Template instance is returned for subsequent requests to load the sa ... ethod that takes a template_name and yields Origin instances for each possible source. For example, the filesy ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : The type of the exception. value : The exception instance. traceback : A traceback object which encapsulates ... nnot be tested within a Django TestCase class. For instance, you cannot test that a block of code is executing ... .g. MySQL with the MyISAM storage engine), and all instances of TransactionTestCase , will roll back at the en ... f test_my_stuff ( self ): # Here self.client is an instance of MyTestClient... call_some_test_code () フィクス ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ports_inactive_user set to True , an inactive User instance will check the backend for permissions. This is us ... d files ¶ In earlier Django versions, when a model instance containing a FileField was deleted, FileField took ... aned files, you'll need to handle it yourself (for instance, with a custom management command that can be run ... eInput widget in place of ClearableFileInput . For instance, in a ModelForm for a hypothetical Document model ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dashes to underscores, and prepending HTTP_ . For instance, a header X-Auth-User would become HTTP_X_AUTH_USE ... a header is used in a security-sensitive way (for instance, passing authentication information along from a f ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dashes to underscores, and prepending HTTP_ . For instance, a header X-Auth-User would become HTTP_X_AUTH_USE ... a header is used in a security-sensitive way (for instance, passing authentication information along from a f ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... serialization of functools.partial and LazyObject instances. When supplying None as a value in MIGRATION_MODU ... xpressions can now be used when creating new model instances using save() , create() , and bulk_create() . Req ... ate engine was initialized with debug as True , an instance of django.template.loader.LoaderOrigin or django.t ... t 8081. The system checks for ModelAdmin now check instances rather than classes. The private API to apply mix ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT