検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 331 for using (0.117 sec.)
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s were subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary exp ... thod was subject to SQL injection in option names, using a suitably crafted dictionary, with dictionary exp ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utomatically installed alongside Django if you are using Python 3.8. Changed in Django 3.2: Support for non ... tor doesn't work reliably for time zones with DST. Using UTC is generally safe; if you're using other time ... bjects when time zone support is enabled. (See the Using ZoneInfo section of the zoneinfo docs for examples ... using the fold attribute to specify the offset that shou ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 4464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... last &raquo; </ a > {% endif %} </ span > </ div > Using Paginator in a view function ¶ Here's an example u ... ginator class カスタマイズ例 Paginating a ListView Using Paginator in a view function 前のトピックへ ロギン ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 早く片付けるのに役立つはずです。 How to authenticate using REMOTE_USER How to create custom django-admin comm ... 非同期サポート 次のトピックへ How to authenticate using REMOTE_USER 関連キーワード How , ガイド , create , ...
https://man.plustar.jp/django/howto/index.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Status :: 5 - Production/Stable . Tag the release using git tag . For example: $ git tag --sign --message ... e imported from the MIT keyserver, for example, if using the open-source GNU Privacy Guard implementation o ... ersion>.checksum.txt.asc which you can then verify using gpg --verify Django-<version>.checksum.txt.asc . I ... t Test that the release packages install correctly using easy_install and pip . Here's one method: $ RELEAS ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o remove stale static files. Files are searched by using the enabled finders . The default is to look in al ... cfiles app even if the DEBUG setting is False . By using this you acknowledge the fact that it's grossly in ... ther saved files with the path of the cached copy (using the post_process() method). The regular expression ... ou can change the location of the manifest file by using a custom ManifestStaticFilesStorage subclass that ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, and pass it to RunPython . Here's an example of using RunPython to create some initial objects on a Coun ... ma_editor . connection . alias Country . objects . using ( db_alias ) . bulk_create ([ Country ( name = "US ... ma_editor . connection . alias Country . objects . using ( db_alias ) . filter ( name = "USA" , code = "us" ... ) . delete () Country . objects . using ( db_alias ) . filter ( name = "France" , code = " ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ackwards ( #23410 ). Fixed a rare query error when using deeply nested subqueries ( #23605 ). Fixed a crash ... was collected by the schema editor, typically when using sqlmigrate ( #23909 ). Fixed a regression in contr ... d data ( #23674 ). Fixed a crash in the admin when using "Save as new" and also deleting a related inline ( ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 4418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncorrectly detect client requests made via HTTP as using HTTPS. This entails incorrect results for is_secur ... o-reloader crashes with AttributeError , e.g. when using ipdb ( #30588 ). 目次 Django 2.2.3 リリースノート ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and install the libraries in the given order. If using MySQL or Oracle as the spatial database, only GEOS ... called (e.g., libgeos_c.so ) directly from Python using ctypes. First, download GEOS from the GEOS website ... ings or set GEOS_LIBRARY_PATH in your settings. If using a binary package of GEOS (e.g., on Ubuntu), you ma ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]