検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 109 for functions (0.175 sec.)
テンプレート — Django 4.0.6 ドキュメント 5638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed when trying to load a template. This is used by functions, such as get_template() , that try to load a given ... tes because Django templates don't support calling functions with arguments. Since Jinja2 doesn't have that lim ...
https://man.plustar.jp/django/topics/templates.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... signal. The pre_save signal is sent, allowing any functions listening for that signal to do something. Preproc ... signal. The post_save signal is sent, allowing any functions listening for that signal to do something. Django ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Paginator — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e class メソッド 属性 例外 前のトピックへ Database Functions 次のトピックへ リクエストとレスポンスのオブジェクト ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11.2 .) Added support for time truncation to Trunc functions. Added the ExtractWeek function to extract the wee ... from django.test.runner ) and teardown_databases() functions make it easier to build custom test runners. Added ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () methods, or signing module's dumps() or loads() functions (which are shortcuts for TimestampSigner(salt='dja ...
https://man.plustar.jp/django/topics/signing.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss-based views need to be compared by name, as the functions # generated by as_view() won't be equal self . ass ... ins, on exit of the context, the captured callback functions. From this list you can make assertions on the cal ... all databases. Overriding settings ¶ 警告 Use the functions below to temporarily alter the value of settings i ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tp_date ( date ) except Exception : pass # Base 36 functions: useful for generating compact URLs [ドキュメント] ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me_function ( value ): return value - 2 simple_tag functions may accept any number of positional or keyword arg ... the previous inclusion_tag example. inclusion_tag functions may accept any number of positional or keyword arg ... %Y-%m-%d %I:%M %p" %} . </ p > The parser for this function should grab the parameter and create a Node object: ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Use InitialCaps for class names (or for factory functions that return classes). In docstrings, follow the st ... e ¶ In Django views, the first parameter in a view function should be called request . Do this: def my_view ( r ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.db.models import Value from django.db.models.functions import Concat class Person ( models . Model ): fir ... donly_fields = ( 'address_report' ,) # description functions like a model field's verbose_name @admin . display ... for setting specific attributes on custom display functions that can be used with list_display or readonly_fie ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT