検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 438 for For (0.072 sec.)
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1 or earlier. We've begun the deprecation process for some features . 既存のプロジェクトをアップデートす ... support release . It will receive security updates for at least three years after its release. Support fo ... epts it. django.contrib.gis ¶ Added Oracle support for the Envelope function. Added SpatiaLite support fo ... jango.contrib.postgres ¶ The new ordering argument for ArrayAgg and StringAgg determines the ordering of ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts | Index | Modules « previous | up How is Django Formed? ¶ This document explains how to release Django ... e-notify the security distribution list one week before the actual release. Proofread the release notes, ... looking for organization and writing errors. Draft a blog post ... ead on. Prerequisites ¶ You'll need a few things before getting started: A GPG key. If the key you want t ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » Triaging tickets ¶ Django uses Trac for managing the work on the code base. Trac is a comm ... able contributing members. Similarly, while we aim for Trac to be a perfect representation of the state o ... Trac is "mostly accurate", and we give allowances for the fact that sometimes it will be wrong. That's o ... tickets as accurate as possible, and raise issues for discussion on our mailing lists when there is conf ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion cycle, and we've begun the deprecation process for some features . 既存のプロジェクトをアップデートす ... under WSGI or ASGI mode. However, there will be performance penalties using async code in WSGI mode. You ... yet support async access. We expect to add support for them in upcoming releases. Async views are ideal, ... e tried to ensure that it has no speed regressions for your existing, synchronous code. It should have no ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions can be combined, or in some cases nested, to form more complex computations. 算術演算のサポート ¶ D ... + F ( 'num_chairs' )) # How many chairs are needed for each company to seat all employees? >>> company = ... ' # Annotate models with an aggregated value. Both forms # below are equivalent. Company . objects . anno ... .expressions and django.db.models.aggregates , but for convenience they're available and usually imported ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the testing infrastructure that ships with Django for testing applications. See テストを書いて実行する f ... ests. Running the unit tests ¶ Quickstart ¶ First, fork Django on GitHub . Second, create and activate a ... read our contributing tutorial . Next, clone your fork, install some requirements, and run the tests:  ... out which package to install by doing a web search for the last line or so of the error message. Try addi ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting WSGI support. Django intends to support both for the foreseeable future. Async features will only b ... ontext. If you were using Django from async code before, this may trigger if you were doing it incorrectl ... d then filter against the annotation. Enumerations for model field choices ¶ Custom enumeration types Tex ... TextChoices and IntegerChoices types are provided for text and integer fields. The Choices class allows ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 踏む必要があります。 参考 See Multi-database support for information about testing with multiple databases. ... used. To do this, you must set up DATABASE_ROUTERS for all of your apps' models, including those in any c ... . Omitting the database name would raise an error. For the second example: $ ./manage.py migrate --databa ... on files (which could be caused by editing them) before creating new migrations. By default, it checks on ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 5677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ious | up | next » Tablespaces ¶ A common paradigm for optimizing performance in database systems is the ... ayout. 警告 Django does not create the tablespaces for you. Please refer to your database engine's docume ... ntation for details on creating and managing tablespaces. Decl ... aring tablespaces for tables ¶ A tablespace can be specified for the tab ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5660
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e system check framework is a set of static checks for validating Django projects. It detects common prob ... lems and provides hints for how to fix them. The framework is extensible so yo ... u can easily add your own checks. For details on how to add your own checks and integrat ... the message, and a unique identifier that is used for filtering purposes. Constructor arguments are: lev ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT