検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 122 for arguments (0.135 sec.)
django.utils.decorators — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... middleware, but return a function that accepts the arguments to be passed to the middleware_class. Use like:: c ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te the postmortem by passing the backend and tried arguments when raising TemplateDoesNotExist . Backends that ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... docs and tests, there had better be a good reason. Arguments like "I couldn't find any existing tests of this f ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... display ( ordering = '-first_name' ) The ordering argument supports query lookups to sort by values on related ... om ModelAdmin example を参照してください。 Keyword arguments allow you to change the message level, add extra C ... messages framework is not installed. These keyword arguments match those for django.contrib.messages.add_messag ... in Django 4.0. A hook for customizing the keyword arguments passed to the constructor of a formset. For exampl ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from its first item at its next encounter. Without arguments, {% resetcycle %} will reset the last {% cycle %} ... literal or any other context variable. Additional arguments are optional and should be space-separated values ... that will be used as arguments in the URL. The example above shows passing positi ... onal arguments. Alternatively you may use keyword syntax: {% url ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s no longer exists. Default field values and query arguments can both be callable objects, so instances of Lazy ... ause the new FloatField takes no precision-related arguments. もしMySQLyaやPostgreSQLを使用しているのなら、特に ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssues reported to us, however, query string lookup arguments in the admin must be for fields or relations speci ... ow you to pass in either constants or variables as arguments -- for example: { % extends "base.html" % } allows ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cific timezone. DatabaseClient.runshell() now gets arguments and an optional dictionary with environment variab ... g an abstract model now raises TypeError . Keyword arguments to setup_databases() are now keyword-only. The und ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... akes a request argument and credentials as keyword arguments. Most of the time, it'll look like this: from djan ... pt the username field, plus all required fields as arguments. For example, if your user model uses email as the ... pt the username field, plus all required fields as arguments. For example, if your user model uses email as the ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nvenience function check_password() . It takes two arguments: the plain-text password to check, and the full va ... will be passed to the constructor. All constructor arguments should have a default value. Here's a basic exampl ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT