検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 172 for create (0.266 sec.)
Simple mixins — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te loading or custom context object instantiation, create a TemplateResponse subclass and assign it to respo ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... interface and enter the following query: sqlite > CREATE VIRTUAL TABLE testrtree USING rtree ( id , minX , ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alid. If you need to reset an application that was created with 64-bit constraints, you will need to manuall ... . This defaults to True , meaning that Django will create the appropriate database tables in syncdb and remo ... an existing table or a database view that has been created by some other means. For more details, see the do ... r the managed option. プロキシモデル ¶ You can now create proxy models : subclasses of existing models that ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ends are configured ( #27027 ). Made QuerySet.bulk_create() properly initialize model instances on backends, ... PostgreSQL, that support returning the IDs of the created records so that many-to-many relationships can be ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... veral bugs in 1.10.2. User with hardcoded password created when running tests on Oracle ¶ When running tests ... with an Oracle database, Django creates a temporary database user. In older versions, if ... sly it was ignored ( #27374 ). Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a mu ... 1.10.3 release notes User with hardcoded password created when running tests on Oracle DNS rebinding vulner ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 、端末にプログレスバーも表示されるようになりました。 createcachetable コマンドが --dry-run フラグを取れるように ... 示だけできるようになりました。 The startapp command creates an apps.py file. Since it doesn't use default_app ... igrations will be squashed. モデル ¶ QuerySet.bulk_create() now works on proxy models. Database configuratio ... elatedManager.set() method to the related managers created by ForeignKey , GenericForeignKey , and ManyToMan ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データ損失に繋がる可能性がある QuerySet.update_or_create() の競合状態を修正しました ( #29499 )。 ディクショ ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aces to organize disk layout. 警告 Django does not create the tablespaces for you. Please refer to your data ... ta . This option also affects tables automatically created for ManyToManyField s in the model. You can use t ... didn't set DEFAULT_INDEX_TABLESPACE , the index is created in the same tablespace as the tables. An example ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... classmethod def from_dict ( cls , file_dict ): """ Create a SimpleUploadedFile object from a dictionary with ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo comes with a utility called inspectdb that can create models by introspecting an existing database. You ... your INSTALLED_APPS setting. By default, inspectdb creates unmanaged models. That is, managed = False in the ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT