検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 121 for passed (0.061 sec.)
File storage API — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ling get_valid_name() and returns a filename to be passed to the save() method. The filename argument may in ... eField.upload_to . In that case, the path won't be passed to get_valid_name() but will be prepended back to ... file will be returned. The max_length argument is passed along to get_available_name() . The content argume ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'auth' }) '/admin/auth/' args and kwargs cannot be passed to reverse() at the same time. If no match can be ... o serve the URL args ¶ The arguments that would be passed to the view function, as parsed from the URL. kwar ... gs ¶ The keyword arguments that would be passed to the view function, as parsed from the URL. url_ ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tched and may also change the type of the variable passed to the view. For example, <int:section> matches a ... e, captured groups from the regular expression are passed to the view -- as named arguments if the groups ar ... as positional arguments otherwise. The values are passed as strings, without any type conversion. When a ro ...
https://man.plustar.jp/django/ref/urls.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and item_description() on the Feed class. They are passed a single parameter, item , which is the object its ... . The templates are rendered for each item and are passed two template context variables: {{ obj }} -- The c ... a similar way to the title and description, it is passed it a single parameter, item . If that method doesn ... yndication framework lets you access the arguments passed from your URLconf so feeds can output items based ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 7100
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormation disclosure or unintended method calls, if passed a suitably crafted key. In order to avoid this pos ... age.save() allowed directory-traversal if directly passed suitably crafted file names. This issue has severi ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st a warning. warnings . warn ( "async_to_sync was passed a non-async-marked callable" , stacklevel = 2 ) se ... AsyncToSync can escape it. If thread_sensitive is passed, the code will run in the same thread as any outer ... parent, rather than just blocking. If executor is passed in, that will be used instead of the loop's defaul ... . deadlock_context . set ( True ) else : # Use the passed in executor, or the loop's default if it is None e ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This flag tells Django that if a "safe" string is passed into your filter, the result will still be "safe" ... and if a non-safe string is passed in, Django will automatically escape it, if necess ... tells Django that your filter function wants to be passed an extra keyword argument, called autoescape , tha ... scape to decide whether the input data needs to be passed through django.utils.html.conditional_escape or no ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... defaults mentioned below are overridden by what's passed by DjangoTemplates . class Engine ( dirs = None , ... When instantiating an Engine all arguments must be passed as keyword arguments: dirs is a list of directorie ... uld be the Loader class name, subsequent items are passed to the Loader during initialization. It defaults t ... level' >>> c [ 'foo' ] 'first level' All arguments passed to push() will be passed to the dict constructor u ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ine . django.contrib.auth ¶ The HttpRequest is now passed as the first positional argument to RemoteUserBack ... tils.http.urlsafe_base64_decode() may no longer be passed a bytestring. Support for cx_Oracle < 6.0 is remov ... ls.http.urlencode() now raise TypeError if None is passed as a value to encode because None can't be encoded ... instead. RemoteUserBackend.configure_user() is now passed request as the first positional argument, if it ac ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ional keyword arguments, **expressions , which are passed through to annotate() : >>> from django.db.models. ... (the dictionary key will match the field name you passed in). 例: >>> Entry . objects . values () <QuerySet ... the value from the respective field or expression passed into the values_list() call — so the first item is ... ey or OneToOneField relation in the list of fields passed to select_related() . You can also refer to the re ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT