検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 203 for release (0.061 sec.)
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 3755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed database introspection with SQLite 3.8.9 (released April 8, 2015) ( #24637 ). Updated urlpatterns ex ... manage.py migrate (although other changes in this release may negate any performance benefits). 目次 Django ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 3755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.utils.six , has been upgraded to the latest release (1.10.0). Fixed settings leak possibility in date ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 3723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he movies by the same studio in the same genre and release year: >>> from django.db.models import Avg , F , W ... ' ), F ( 'genre' )], >>> order_by = ExtractYear ( 'released' ) . asc (), >>> ), >>> ) This allows you to chec ... ing in each movie's group (same studio, genre, and release year) by using three window functions in the same ... ), F ( 'genre' )], >>> 'order_by' : ExtractYear ( 'released' ) . asc (), >>> } >>> Movie . objects . annotate ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 3723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... も) より良いものである ¶ It's fairly rare for a new release of well-maintained software to be less efficient, ... ys will. This is true of Django itself. Successive releases have offered a number of improvements across the ... etter features, reliability, and security in a new release and that these benefits are far more significant t ...
https://man.plustar.jp/django/topics/performance.html - [similar]
FAQ: インストール — Django 4.0.6 ドキュメント 3691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou don't lose anything in Django by using an older release, but you don't take advantage of the improvements ... and optimizations in newer Python releases. Third-party applications for use with Django are ...
https://man.plustar.jp/django/faq/install.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 3691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view comments. Remember that Django has an 8 month release cycle, so there's plenty of time for your patch to ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
API の安定性 — Django 4.0.6 ドキュメント 3691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ない場合もあります: アップグレード前後のバージョンの release note の"後方互換性のない変更" セクションを見てくだ ...
https://man.plustar.jp/django/misc/api-stability.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 3691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r to building GDAL. First download the latest GDAL release version and untar the archive: $ wget https://down ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 3691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y recommend and only officially support the latest release of each series. The Django 2.2.x series is the las ... 3.0.1 リリースノート 次のトピックへ Django 2.2.28 release notes 関連キーワード contrib , support , new , def ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 3659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and thus backwards compatible as per the internal release deprecation policy . django.utils.cache ¶ This mod ... ture-proof if the default ever changes in a future release.) async_only_middleware ( middleware ) [ソース] ¶ ...
https://man.plustar.jp/django/ref/utils.html - [similar]