検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 98 for command (0.134 sec.)
マイグレーション操作 — Django 4.0.6 ドキュメント 6011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thout the default value and run the makemigrations command. This should generate a migration with an AddField ... ult value to your field and run the makemigrations command. This should generate a migration with an AlterFie ... e's no model state changes, all it does is run one command: from django.db.migrations.operations.base import ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 6011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng of squashed migrations when running the migrate command ( #25231 ). Moved the unsaved model instance assig ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the field you're adding). Run the makemigrations command. This should generate a migration with an AddField ... can apply the migrations as usual with the migrate command. Note there is a race condition if you allow objec ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compiled with the R*Tree module . Run the sqlite3 command line interface and enter the following query: sqli ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your own XML documents to the loaddata management command, you will need to ensure they do not contain a DTD ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... せずに表示だけできるようになりました。 The startapp command creates an apps.py file. Since it doesn't use defa ... ). When using the PostgreSQL backend, the dbshell command can connect to the database using the password fro ... will behave the same as django-admin . Management commands that have the --noinput option now also take --no ... that supports this behavior. The squashmigrations command now supports specifying the starting migration fro ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allows creating models for database views. The BaseCommand class now uses a custom help formatter so that the ... ut, giving a more prominent position to subclassed command's options. マイグレーション ¶ Added support for se ... re no longer deactivated before running management commands. If your custom command requires translations to ... se the new @no_translations decorator . Management commands no longer allow the abbreviated forms of the --se ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 5945
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess environment would not be passed to the dbshell command on PostgreSQL ( #32687 ). Fixed a performance regr ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 5893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eractive interpreter: >>> import reportlab If that command doesn't raise any errors, the installation worked. ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... method will run during startup of every management command. For example, even though the test database config ... Django's WSGI support. When invoking a management command. It must be called explicitly in other cases, for ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT