検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 92 for queries (0.044 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lat' : 'LAT' , 'geom' : 'MULTIPOLYGON' , } Spatial Queries ¶ Spatial Lookups ¶ GeoDjango adds spatial lookups ... ersects lookups are just a subset of the available queries -- the GeoDjango Database API documentation has mo ... matic Spatial Transformations ¶ When doing spatial queries, GeoDjango automatically transforms geometries if ... yset <QuerySet [<WorldBorder: United States>]> Raw queries When using raw queries , you must wrap your geomet ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 7641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as other . The other database is used to test that queries can be directed to different databases. This datab ... ./runtests.py --pair basic.tests.ModelTest.test_eq queries transactions ...\> runtests.py --pair basic.tests. ... ModelTest.test_eq queries transactions You can also try running any set of t ... e ...\> runtests.py basic --reverse Seeing the SQL queries run during a test ¶ If you wish to examine the SQL ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Pop Music Blog]> 注釈 The behavior of filter() for queries that span multi-value relationships, as described ... that were published in 2008, you need to make two queries: Blog . objects . exclude ( entry__in = Entry . ob ... s id__exact The use of pk isn't limited to __exact queries -- any query term can be combined with pk to perfo ... y . objects . all () >>> print ( queryset [ 5 ]) # Queries the database >>> print ( queryset [ 5 ]) # Queries ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Geographic Models Importing Spatial Data Spatial Queries Putting your data on the map GeoDjango Installatio ... Models with Raster Fields Spatial Lookups Distance Queries Compatibility Tables GeoDjango Forms API Field arg ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .0 that caused misplacing parameters in logged SQL queries on Oracle ( #31271 ). Fixed a regression in Django ... 3.0.3 that caused misplacing parameters of SQL queries when subtracting DateField or DateTimeField expres ... a regression in Django 3.0 that didn't include subqueries spanning multivalued relations in the GROUP BY cla ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s installing wrappers around execution of database queries . The new filter argument for built-in aggregates ... in JavaScript and JSON i18n view outputs. assertNumQueries() now ignores connection configuration queries. Pr ... if a test opened a new database connection, those queries could be included as part of the assertNumQueries( ... rated migration for fields that use it. Performing queries that require automatic spatial transformations now ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Full text search — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee Changing the search configuration and Weighting queries for an explanation of the config and weight parame ... st recipes>, <Entry: Pizza recipes>] See Weighting queries for an explanation of the weights parameter. Set t ... log__language' ))) [<Entry: Pain perdu>] Weighting queries ¶ Every field may not have the same relevance in a ... adline Changing the search configuration Weighting queries パフォーマンス SearchVectorField Trigram similarit ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e MySQL database is known to "typecast" on certain queries; for example, when querying a table which contains ... opriate manual type conversions prior to executing queries. select_for_update() requires a transaction ¶ Hist ... orically, queries that use select_for_update() could be executed in ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
検索 — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on your database, you should be able to construct queries to allow similar APIs. If there are specific thing ... nd so can easily be combined with other relational queries such as categorization. The django.contrib.postgre ... s module provides some helpers to make these queries. For example, a query might select all the blog en ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Django gives you two ways of performing raw SQL queries: you can use Manager.raw() to perform raw queries ... SQL! The Django ORM provides many tools to express queries without writing raw SQL. For example: The QuerySet ... last name. However, this example actually issued 3 queries. Only the first names were retrieved by the raw() ... 有ります。 警告 Do not use string formatting on raw queries or quote placeholders in your SQL strings! 上記のク ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT