検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 133 for version (0.019 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 15624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng on timing, perhaps a 1.7 alpha/beta/rc. Regular version releases: either a final release (e.g. 1.5) or a b ... e-releases: e.g. 1.6 alpha, beta, or rc. The short version of the steps involved is: If this is a security re ... . Draft a blog post and email announcement. Update version numbers and create the release package(s). Upload ... s) to the djangoproject.com server. Upload the new version(s) to PyPI. Declare the new version in the admin o ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 11540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See the cache documentation for more information. VERSION : The default version number for cache keys genera ... o a function that defines how to compose a prefix, version and key into a final cache key. See the cache docu ... e. set ( key , value , timeout = DEFAULT_TIMEOUT , version = None ) ¶ >>> cache . set ( 'my_key' , 'hello, wo ... rld!' , 30 ) cache. get ( key , default = None , version = None ) ¶ >>> cache . get ( 'my_key' ) 'hello, wo ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django — Django 4.0.6 ドキュメント 10090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules up django のソースコード from django.utils.version import get_version VERSION = ( 4 , 0 , 6 , "alpha" ... , 0 ) __version__ = get_version ( VERSION ) [ドキュメント] def set ...
https://man.plustar.jp/django/_modules/django.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 8422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lts, and shouldn't require manual setting. POSTGIS_VERSION ¶ When GeoDjango's spatial backend initializes on ... S, it has to perform an SQL query to determine the version in order to figure out what features are available ... shing to prevent this additional query may set the version manually using a 3-tuple of integers specifying th ... e major, minor, and micro version numbers for PostGIS. For example, to configure for ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 7939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous | up | next » How to upgrade Django to a newer version ¶ 時には更新作業は複雑な手順になってしまうことがあ ... 機能や改善点が追加される。 バグが修正される。 Older version of Django will eventually no longer receive securi ... with the changes that were made in the new Django version(s): まず、 リリースノート を読みましょう。読む必要 ... If you're upgrading through more than one feature version (e.g. 2.0 to 2.2), it's usually easier to upgrade ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tart contributing to our docs, get the development version of Django from the source code repository (see Ins ... talling the development version ). The development version has the latest-and-grea ... tures are only available in the Django development version. Assume documentation readers are using the latest ... release, not the development version. Our preferred way for marking new features is by ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7528
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ments common to all commands. """ show_last = { "--version" , "--verbosity" , "--traceback" , "--settings" , ... must be a list or tuple." ) [ドキュメント] def get_version ( self ): """ Return the Django version, which sho ... mands can override this method to return their own version. """ return django . get_version () [ドキュメント] ... kwargs , ) self . add_base_argument ( parser , "--version" , action = "version" , version = self . get_versi ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite.blog' , the app name is blog . Determining the version ¶ django-admin version ¶ Run django-admin version ... to display the current Django version. The output follows the schema described in PEP 44 ... o-header ¶ Generate migration files without Django version and timestamp header. --check ¶ マイグレーションが ... shell -- command = "import django; print(django.__version__)" You can also pass code in on standard input to ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e aware of when upgrading from Django 1.4 or older versions. We've also dropped some features, which are deta ... ompatible changes ; people upgrading from previous versions of Django should read that list carefully. One de ... are shipping Python 2.6 or newer as their default version. If you're still using Python 2.5, however, you'll ... ck to Django 1.4 until you can upgrade your Python version. Per our support policy , Django 1.4 will continue ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 7322
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す記号です)で実行します。   $ python -m django --version ...\> py -m django --version Django がインストール ... which supports Python 3.8 and later. If the Django version doesn't match, you can refer to the tutorial for y ... our version of Django by using the version switcher at the bot ... orner of this page, or update Django to the newest version. If you're using an older version of Python, check ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT