検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 312 for use (0.115 sec.)
django.db.transaction — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( ProgrammingError ): """Transaction management is used improperly.""" pass def get_connection ( using = ... eturn an identifier for the savepoint that will be used for the subsequent rollback or commit. """ return ... savepoints ( using = None ): """ Reset the counter used to generate unique savepoint ids in this thread. ... """Get the "needs rollback" flag -- for *advanced use* only.""" return get_connection ( using ) . get_ro ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... projects. This is meant as a beginner's guide for users working on Django projects and does not reflect ... Check the boxes next to "Install launcher for all users (recommended)" then click "Install Now". インスト ... Django!). For the rest of the installation, we'll use pip to install Python packages from the command li ... with venv for managing environments which we will use for this guide. To create a virtual environment fo ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n available to all models. For example, here's the user module from Django's built-in django.contrib.auth ... actions is by example, so let's dive in. A common use case for admin actions is the bulk updating of a m ... the ModelAdmin or the request object, but we will use the queryset: def make_published ( modeladmin , re ... action! However, we'll take one more optional-but-useful step and give the action a "nice" title in the ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew and returns a URL which would invoke that view. Use of reverse() is encouraged for application develop ... ll occur. Thus it is possible for an attacker to cause unexpected code execution, given the following con ... e views are present which construct a URL based on user input (commonly, a "next" parameter in a querystr ... ses will perform appropriate type conversions, and users of the raw() and extra() query methods -- which ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 4488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django's deployment documentation . 警告 GeoDjango uses the GDAL geospatial library which is not thread s ... t this time. Thus, it is highly recommended to not use threading when deploying -- in other words, use an ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... corresponds to the projection system that will be used to interpret the data in the spatial database. [3 ... ography keyword so that geography database type is used instead. Additional Resources: spatialreference.o ... A website covering the various projection systems used in the United States. Much of the U.S. spatial da ... is is different from the db_index field option because spatial indexes are created in a different manner ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s defined by DEFAULT_FILE_STORAGE . DefaultStorage uses get_storage_class() internally. get_storage_class ... urn naive datetime objects, the effective timezone used will be the current value of os.environ['TZ'] ; n ... ssed time this will raise NotImplementedError . If USE_TZ is True , returns an aware datetime , otherwise ... tion time this will raise NotImplementedError . If USE_TZ is True , returns an aware datetime , otherwise ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w passed as the first positional argument to RemoteUserBackend.configure_user() , if it accepts it. djang ... e option so that patterns like /vendor/*.js can be used. データベースバックエンド ¶ Added result streamin ... allows mixins to set up instance attributes for reuse in child classes. 国際化 (internationalization) ¶ ... available for squashmigrations . runserver can now use Watchman to improve the performance of watching a ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ews, etc. are not yet supported. You can, however, use ASGI middleware around Django's application, allow ... t of this change, Django is now aware of asynchronous event loops and will block you calling code marked ... may trigger if you were doing it incorrectly. If you see a SynchronousOnlyOperation error, then closely e ... ¶ Expressions that output BooleanField may now be used directly in QuerySet filters, without having to f ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
索引 — Django 4.0.6 ドキュメント 4450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eatecachetable コマンドラインオプション createsuperuser コマンドラインオプション dbshell コマンドラインオ ... ations コマンドラインオプション --email createsuperuser コマンドラインオプション --empty makemigrations コ ... collectstatic コマンドラインオプション createsuperuser コマンドラインオプション flush コマンドラインオプ ... collectstatic コマンドラインオプション createsuperuser コマンドラインオプション flush コマンドラインオプ ...
https://man.plustar.jp/django/genindex.html - [similar]