検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 82 for databases (0.070 sec.)
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release of Django. Caveats with support of certain databases ¶ Django attempts to support as many features as p ... ance with to_field Caveats with support of certain databases 前のトピックへ Django 1.0.1 リリースノート 次のトピ ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .3+ ( #21093 ). Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False , the connection ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l no longer emulate rollbacks on non-transactional databases or inside TransactionTestCase unless specifically ... If you have configured multiple caches or multiple databases, all cache tables are created. The runserver comma ... e django.test.Response.wsgi_request attribute. The database settings for testing have been collected into a dic ... values in containers. AutoField columns in SQLite databases will now be created using the AUTOINCREMENT option ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.1.3 リリースノート — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 774 ). Fixed a regression in Django 2.0 where test databases aren't reused with manage.py test --keepdb on MySQ ...
https://man.plustar.jp/django/releases/2.1.3.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r. However, SQLite has many differences from other databases, so if you are working on something substantial, i ... y the details in your project's settings file, see DATABASES for details. データベースのクエリをテストするために ...
https://man.plustar.jp/django/topics/install.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 6443
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string identifier for the Layer . When inspecting databases, layer is generally the table name you want to ins ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6443
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y other project. We provide some tips for selected databases: Installing PostGIS Installing SpatiaLite Create a ... database connection settings to match your setup: DATABASES = { 'default' : { 'ENGINE' : 'django.contrib.gis.d ... ector data formats into PostGIS, MySQL, and Oracle databases. shp2pgsql : This utility included with PostGIS im ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6443
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... applies them in the Django ORM code. 警告 On older databases, adding a field with a default value may cause a f ... ode. Note that not all changes are possible on all databases - for example, you cannot change a text-type field ... mber-type field like models.IntegerField() on most databases. RenameField ¶ class RenameField ( model_name , ol ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 6443
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a query with the SQL 2003 FILTER WHERE syntax on databases that support it: SELECT count ( 'id' ) FILTER ( WH ... unt_type = 3 ) as platinum FROM clients ; On other databases, this is emulated using a CASE statement: SELECT c ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 6443
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 7 ). This may fix a performance regression on some databases. Fixed custom queryset chaining with values() and ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT