検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 331 for using (0.042 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ris users, the system library path may be modified using the crle utility. Run crle with no options to see ... kage may be installed on Debian and Ubuntu systems using the following command: $ sudo apt-get install binu ... by the Python Software Foundation. An advantage to using the installer is that macOS's Python will remain " ... TH , as described above, psycopg2 may be installed using the following command: $ python -m pip install psy ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e is required for use as the database adapter when using GeoDjango with PostGIS. On Debian/Ubuntu, you are ... is_raster extension. You can install the extension using the CreateExtension migration operation, or direct ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Full text search — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ainto_tsquery from the search term 'Cheese' , both using the default database search configuration. The res ... . Multiple arguments will be concatenated together using a space so that the search document includes them ... use a different search configuration. This allows using different language parsers and dictionaries as def ... g_trgm extension on PostgreSQL. You can install it using the TrigramExtension migration operation. TrigramS ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pgrade for any development or deployment currently using or targeting Django 1.1. For full details on the n ... en explicitly allowed by the application developer using the pre-existing mechanism mentioned above. This i ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sn't initially active ( #25295 ). Fixed crash when using a value in ModelAdmin.list_display that clashed wi ... when validating model formsets ( #25431 ). Allowed using ORM write methods after disabling autocommit with ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord reset requests now compare the submitted email using the stricter, recommended algorithm for case-insen ... a data loss possibility in SplitArrayField . When using with ArrayField(BooleanField()) , all values after ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on your deployment server, trigger them explicitly using check . Serious errors will prevent Django command ... happy to ignore it, you can hide specific warnings using the SILENCED_SYSTEM_CHECKS setting in your project ... creating messages with common levels easier. When using these classes you can omit the level argument beca ...
https://man.plustar.jp/django/topics/checks.html - [similar]
検索 — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... せん。 データベースが持つ高度な比較関数 ¶ If you're using PostgreSQL, Django provides a selection of databas ... at they appear in. There are many alternatives for using searching software, some of the most prominent are ... back-references to the database ids. When a search using the engine returns a certain document, you can the ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Django におけるテスト — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing. The preferred way to write tests in Django is using the unittest module built-in to the Python standar ... です。これらについては、 Advanced testing topics の Using different testing frameworks セクションで説明してい ...
https://man.plustar.jp/django/topics/testing/index.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 4336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tatus = 'p' ) 注釈 For the best performance, we're using the queryset's update method . Other types of acti ... can provide a better, more human-friendly name by using the action() decorator on the make_published funct ... of the problem. This means handling exceptions and using django.contrib.admin.ModelAdmin.message_user() to ... ndidate. You can make an action globally available using AdminSite.add_action() . For example: from django. ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]