検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 225 for some (0.101 sec.)
クエリー式 — Django 4.0.6 ドキュメント 5701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... write queries. Expressions can be combined, or in some cases nested, to form more complex computations. 算 ... s try this with an example. Normally, one might do something like this: # Tintin filed a news story! repor ... Python, to do work reducing the number of queries some operations require Changed in Django 3.2: Support ... xpressions and wrap expressions, you can represent some complex computations: from django.db.models import ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r to enum from Python's standard library, but with some modifications: Enum member values are a tuple of a ... 972 , 12 , 11 , 'Apollo 17 (Challenger)' There are some additional caveats to be aware of: Enumeration typ ... e at the moment of creation or update. If you need something different, you may want to consider using you ... ou think they are. For example, if you blindly let somebody upload files, without validation, to a directo ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release notes cover the new features , as well as some backwards incompatible changes you'll want to be a ... r earlier. We've begun the deprecation process for some features . 既存のプロジェクトをアップデートするとき ... old pairwise merging algorithm is insufficient for some cases. CSS and JavaScript files which don't includ ... ter ( … ) instead of 3 dots. You may have to adapt some test output comparisons. Support for bytestring pa ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs that merely have any entry from 2008 as well as some newer or older entry with “Lennon” in its headline ... e permissive query selecting any blogs with merely some entry with "Lennon" in its headline and some entry ... ft() , and .bitleftshift() . For example: >>> F ( 'somefield' ) . bitand ( 16 ) Oracle Oracle doesn't supp ... f the quoting for you; the resulting SQL will look something like this: SELECT ... WHERE headline LIKE '%\ ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5618
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... important! See more on Submitting patches . Write some documentation Django's documentation is great but ... e improved. Did you find a typo? Do you think that something should be clarified? Go ahead and suggest a d ... oject, it's easy to experience frustration. Here's some advice to make your work on Django more useful and ... hat your idea has support first This means getting someone else to confirm that a bug is real before you f ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5618
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 参考 For an introduction to the static files app and some usage examples, see How to manage static files (e. ... TORAGE setting to 'path.to.MyStaticFilesStorage' . Some commonly used options are: --noinput , --no-input ... polls.com/core/static /home/polls.com/core/static /some/other/path/static ...\> py manage.py findstatic cs ... polls.com/core/static /home/polls.com/core/static /some/other/path/static runserver ¶ django-admin runserv ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5618
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with a series of articles and tutorials that cover some of the new features in depth. Wherever possible th ... handful of features have changed in ways that, for some users, will be backwards-incompatible. The big cha ... below. The internals of template tags have changed somewhat; authors of custom template tags that need to ... alicious website contains a link, a form button or some JavaScript that is intended to perform some action ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5618
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Mixed plans consist of a list of migrations where some are being applied and others are being unapplied. ... just like regular Func s. This allows registering some database functions like Length , Lower , and Upper ... mvent the empty referer check already implemented, some web bots set the referer to the requested URL. テン ... self.assertRedirects(response, 'http://testserver/some-url/') should be replaced by self.assertRedirects( ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ¶ Lists all available tags. --deploy ¶ Activates some additional checks that are only relevant in a depl ... stom manager as the default manager and it filters some of the available records, not all of the objects w ... his isn't recommended, the migrations framework is sometimes too slow on large projects with hundreds of m ... e server for code changes to take effect. However, some actions like adding files don't trigger a restart, ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... みましょう: {% for k , v in defaultdict.items %} Do something with k and v here... {% endfor %} 最初に辞書検 ... contents, then converting line breaks to <p> tags. Some filters take arguments. A filter argument looks li ... To give you a taste of what's available, here are some of the more commonly used template filters: defaul ... {% tag %} . Tags are more complex than variables: Some create text in the output, some control flow by pe ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT