検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 144 for contains (0.048 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7827
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -0.3.zip ...\> cd ..\.. The world borders ZIP file contains a set of data files collectively known as an ESRI ... data (e.g., integer and character fields). .prj : Contains the spatial reference information for the geograph ... t the shapefile has one layer, and that this layer contains polygon data. To find out more, we'll specify the ... the layer's geometry type and how many features it contains: >>> print ( lyr . geom_type ) Polygon >>> print ( ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 7472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... loads for various operating systems. The site also contains vast amounts of documentation . The Django Git rep ... is located online at github.com/django/django . It contains the full source code for all Django releases, whic ... he Git repository includes several branches : main contains the main in-development code which will become the ... ease of a feature version. The Git repository also contains tags . These are the exact revisions from which pa ...
https://man.plustar.jp/django/internals/git.html - [similar]
索引 — Django 4.0.6 ドキュメント 7295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... オプション startproject コマンドラインオプション _ __contains__() (backends.base.SessionBase のメソッド) (QueryD ... rayfield.contained_by field lookup type arrayfield.contains field lookup type arrayfield.index field lookup ty ... go.contrib.gis.db.models.functions のクラス) assertContains() (SimpleTestCase のメソッド) assertFieldOutput() ... SONNotEqual() (SimpleTestCase のメソッド) assertNotContains() (SimpleTestCase のメソッド) assertNumQueries() ( ...
https://man.plustar.jp/django/genindex.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... W001 : Your URL pattern <pattern> has a route that contains (?P< , begins with a ^ , or ends with a $ . This w ... f your data because its LOCATION matches/is inside/contains MEDIA_ROOT / STATIC_ROOT / STATICFILES_DIRS . cach ... model <model> . models.E017 : Proxy model <model> contains model fields. models.E018 : Autogenerated column n ... cannot be used together. models.E022 : <function> contains a lazy reference to <app label>.<model> , but app ...
https://man.plustar.jp/django/ref/checks.html - [similar]
データベース — Django 4.0.6 ドキュメント 6751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he LIKE operator in their SQL, as is done with the contains and startswith lookup types. Migration operation f ... eature uses the information_schema database, which contains detailed data on all database schemas. Django expe ... 7 onward, the default value of the sql_mode option contains STRICT_TRANS_TABLES . That option escalates warnin ... columns ¶ If you are using a legacy database that contains TIMESTAMP columns, you must set USE_TZ = False to ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 6479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the Django 1.0 codebase. As such, Django 1.0.1 contains no new features (and, pursuant to our compatibilit ... es and improvements in Django 1.0.1 ¶ Django 1.0.1 contains over two hundred fixes to the original Django 1.0 ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase.html template now has a new block header which contains the admin site header. The new ModelAdmin.get_form ... lter toolbar. The new context variable model which contains the model class for each model is added to the Adm ... rectories from the template. モデル ¶ New QuerySet.contains(obj) method returns whether the queryset contains ... lue to be returned when the queryset (or grouping) contains no entries, rather than None . Request と Response ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6479
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... always, profile first, then optimize. Use QuerySet.contains(obj) ¶ ...if you only want to find out if obj is i ... ists, rather than if queryset . But: Don't overuse contains() , count() , and exists() ¶ If you are going to n ... ble. Using QuerySet.exists() for the if , QuerySet.contains() for the in , or QuerySet.count() for the count w ... QuerySet.defer() や only() を使用する Use QuerySet.contains(obj) Use QuerySet.count() Use QuerySet.exists() Do ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from the name of your model class and the app that contains it. A model's database table name is constructed b ... ur database table name is an SQL reserved word, or contains characters that aren't allowed in Python variable ... ng unmanaged models. If a model with managed=False contains a ManyToManyField that points to another unmanaged ... multiple related Answer objects, the list returned contains the primary keys of the related Answer objects: >> ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... form of constraint name, while the database itself contains constraints named in the old form; this will cause ... ingle backslash MyModel . objects . filter ( text__contains = ' \\\\ ' ) The above is now incorrect, and shoul ... ingle backslash MyModel . objects . filter ( text__contains = ' \\ ' ) Removed ENABLE_PSYCO setting ¶ The ENAB ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT