検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 143 for support (0.068 sec.)
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tpRequest ¶ HttpRequest objects no longer directly support dictionary-style access; previously, both GET and ... ading request['some_form_key'] . This is no longer supported; if you need access to the combined GET and POST ... has been renamed to _headers and HttpResponse now supports containment checking directly. So use if header i ... s connection.features.needs_upper_for_iops backend.supports_constraints connection.features.supports_constrai ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... comments__gt = F ( 'number_of_pingbacks' )) Django supports the use of addition, subtraction, multiplication, ... _date' ) + timedelta ( days = 3 )) The F() objects support bitwise operations by .bitand() , .bitor() , .bitx ... somefield' ) . bitand ( 16 ) Oracle Oracle doesn't support bitwise XOR operation. Expressions can reference t ... ransforms ¶ New in Django 3.2. Django supports using transforms in expressions. For example, to ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... うなものがあります。 ConditionalGetMiddleware ¶ Adds support for modern browsers to conditionally GET responses ...
https://man.plustar.jp/django/topics/performance.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th Django templates because Django templates don't support calling functions with arguments. Since Jinja2 doe ... Jinja2 but they're used differently. Since Jinja2 supports passing arguments to callables in templates, many ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , leaving subclasses to deal with the challenge of supporting a particular type of file. Django provides a Fi ... is a great example of how to subclass FileField to support a particular type of file, as it incorporates all ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . all () <QuerySet []> # Create a new Question. # Support for time zones is enabled in the default settings ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hod itself. A complex example ¶ The framework also supports more complex feeds, via arguments. For example, a ... ' # Hard-coded comments URL Changed in Django 3.2: Support for a comments URL per feed item was added through ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e creator_id of the model. (This example doesn't # support cases where 'creator_id' is deferred). if not self ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... performing a cross-origin request. SameSite isn't supported by all browsers, so it's not a replacement for D ... ests. 警告 RFC 6265 states that user agents should support cookies of at least 4096 bytes. For many browsers ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncate it to microseconds, since that's what Python supports. parse_date ( value ) ¶ Parses a string and retur ... g and returns a datetime.time . UTC offsets aren't supported; if value describes one, the result is None . pa ... and returns a datetime.datetime . UTC offsets are supported; if value describes one, the result's tzinfo att ... assume that the input is a proper string, then add support for lazy translation objects at the end. keep_lazy ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 NEXT