検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 85 for find (0.024 sec.)
Unit tests — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path.to.settings generic_relations i18n How do you find out the names of individual tests? Look in tests/ ... um sqlparse 0.2.2+ (required) tblib 1.5.0+ You can find these dependencies in pip requirements files insid ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The redirects app — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ID that corresponds to the SITE_ID setting. If it finds a match, and new_path is not empty, it redirects ... se a 302 Moved Temporarily redirect instead. If it finds a match, and new_path is empty, it sends a 410 (" ... r and empty (content-less) response. If it doesn't find a match, the request continues to be processed as ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in better performance. For example, if you want to find blogs with more than 5 entries, but are not intere ... et of objects: from django.utils import timezone # Find all the blogs with entries scheduled to be publish ... This will follow all non-null foreign keys it can find - nullable foreign keys must be specified. This is ... ects . filter ( pk = 1 ) . get () If get() doesn't find any object, it raises a Model.DoesNotExist excepti ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stom project template containing .py-tpl files and find this behavior problematic. Bugfixes ¶ Fixed a regr ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se QuerySet.contains(obj) ¶ ...if you only want to find out if obj is in the queryset, rather than if obj ... ) . Use QuerySet.exists() ¶ ...if you only want to find out if at least one result exists, rather than if ... ethods cannot call the save() or delete() methods of individual instances, which means that any custom beh ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... both with constants and with other F() objects. To find all the blog entries with more than twice as many ... omments__gt = F ( 'number_of_pingbacks' ) * 2 ) To find all the entries where the rating of the entry is l ... s using transforms in expressions. For example, to find all Entry objects published in the same year as th ... lter ( pub_date__year = F ( 'mod_date__year' )) To find the earliest year an entry was published, we can i ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... der will look in the app's templates directory and find the templates. Extending an overridden template ¶ ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go web framework. Browse the following sections to find out how: Advice for new contributors 最初のステップ ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c coordinate systems, e.g. constructing a query to find all points within 5 miles of a county boundary sto ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yer, and that this layer contains polygon data. To find out more, we'll specify the layer name and use the ... al lookups to the Django ORM. For example, you can find the country in the WorldBorder table that contains ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT