検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 174 for argument (0.058 sec.)
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を省略してください: def lower ( value ): # Only one argument. """Converts a string into all lowercase""" return ... ilter function wants to be passed an extra keyword argument, called autoescape , that is True if auto-escaping ... e needs_autoescape flag and the autoescape keyword argument mean that our function will know whether automatic ... or : return '' When this flag is set, if the first argument to your filter is a time zone aware datetime, Djan ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reignKey and OneToOneField now accept an on_delete argument to customize behavior when the referenced object i ... single with block. The load tag now accepts a from argument, allowing you to load a single tag or filter from ... ror page. simple_tag() now accepts a takes_context argument, making it easier to write simple template tags th ... ssues reported to us, however, query string lookup arguments in the admin must be for fields or relations spec ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 6744
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he YearMixin.year attribute. The value of the year argument captured in the URL pattern. The value of the year ... GET query argument. Raises a 404 if no valid year specification can b ... MonthMixin.month attribute. The value of the month argument captured in the URL pattern. The value of the mont ... h GET query argument. Raises a 404 if no valid month specification can ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... being able to log out. Added the optional backend argument to django.contrib.auth.login() to allow using it w ... logout() view, if the view doesn't get a next_page argument. The new redirect_authenticated_user parameter for ... eated using QuerySet.bulk_create() . Added keyword arguments to the as_sql() methods of various expressions ( ... ommand() now accepts a command object as the first argument. The shell command supports tab completion on syst ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... escape = True ) ¶ When instantiating an Engine all arguments must be passed as keyword arguments: dirs is a li ... st. These callables take a request object as their argument and return a dict of items to be merged into the c ... ango.template.Template . The constructor takes one argument — the raw template code: from django.template impo ... uctor of django.template.Context takes an optional argument — a dictionary mapping variable names to variable ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpRequest is now passed as the first positional argument to RemoteUserBackend.configure_user() , if it acce ... ookups. django.contrib.postgres ¶ The new ordering argument for ArrayAgg and StringAgg determines the ordering ... on Aggregate subclasses allows a distinct keyword argument to be specified on initialization to ensure that t ... with intermediate models. The new through_defaults argument is used to specify values for new intermediate mod ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6487
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... passed the parent object as the second positional argument, obj . Admin actions may now specify permissions t ... pRequest.get_full_path_info() . Added the samesite argument to HttpResponse.set_cookie() to allow setting the ... SameSite cookie flag. The new as_attachment argument for FileResponse sets the Content-Disposition head ... s.distinct_sql() now requires an additional params argument and returns a tuple of SQL and parameters instead ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 6431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecorator that converts a method with a single self argument into a property cached on the instance. A cached p ... operty(get_absolute_url)``). The optional ``name`` argument is obsolete as of Python 3.6 and will be deprecate ... Decorator that converts a method with a single cls argument into a property that can be accessed directly from ... lows a function to be called with one or more lazy arguments. If none of the args are lazy, the function is ev ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Point","coordinates":[-87.65018,41.85039]} Keyword Argument 説明 bbox Set this to True if you want the boundin ... 245363</gml:OuterBoundaryIs></gml:Polygon> Keyword Argument 説明 precision Specifies the number of significant ... ></LinearRing></outerBoundaryIs></Polygon> Keyword Argument 説明 precision This keyword may be used to specify ... hics (SVG) representation of the geometry. Keyword Argument 説明 relative If set to True , the path data will ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DjangoJSONEncoder , ** defaults ) ¶ It requires no arguments at time of construction. However, you can use key ... word arguments to specify some default headers. For example, thi ... 'Mozilla/5.0' ) The values from the extra keyword arguments passed to get() , post() , etc. have precedence o ... トが実行できます (上の説明を参照)。 The json_encoder argument allows setting a custom JSON encoder for the JSON ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT