検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 133 for attribute (0.032 sec.)
URL ディスパッチャ — Django 4.0.6 ドキュメント 5329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a class that includes the following: A regex class attribute, as a string. A to_python(self, value) method, whi ... ることができます。 Firstly, you can set an app_name attribute in the included URLconf module, at the same level ... as the urlpatterns attribute. You have to pass the actual module, or a string r ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce , cls = None ): if instance is not None : raise AttributeError ( "This method is available only on the class ... wrap method.__get__() in a function because new # attributes can't be set on bound method objects, only on fun ... urn bound_method ( * args , ** kwargs ) # Copy any attributes that a decorator adds to the function it decorate ... wrapper ( _wrapper , dec ) # Preserve any existing attributes of 'method', including the name. update_wrapper ( ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ach model. The API is accessible through the _meta attribute of each model class, which is an instance of an dj ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... necessary are: providing a reversed URL as the url attribute of a generic class-based view. providing a reverse ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... its default iso-8859-1 encoding ( #21996 ). Fixed AttributeError when using bulk_create() with ForeignObject ( ... ore once ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses from being overwritten ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ression where custom form fields having a queryset attribute but no limit_choices_to could not be used in a Mod ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なパスワード保存システムを提供します。 The password attribute of a User object is a string in this format: <algo ... eans 2 ** 12 iterations. Argon2 ¶ Argon2 has three attributes that can be customized: time_cost controls the nu ... an be parallelized on. The default values of these attributes are probably fine for you. If you determine that ... line . scrypt ¶ New in Django 4.0. scrypt has four attributes that can be customized: work_factor controls the ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ayed list. You can do this by adding a paginate_by attribute to your view class, for example: from django.views ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is John. My last name is Doe. Dictionary lookup, attribute lookup and list-index lookups are implemented with ... a dot notation: {{ my_dict.key }} {{ my_object.attribute }} {{ my_list.0 }} If a variable resolves to a cal ...
https://man.plustar.jp/django/topics/templates.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tack of savepoints identifiers is maintained as an attribute of the connection. None denotes the absence of a s ... view . _non_atomic_requests . add ( using ) except AttributeError : view . _non_atomic_requests = { using } ret ...
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 NEXT