検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 331 for using (0.116 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixin and CITextExtension migration operation allow using PostgreSQL's citext extension for case-insensitive ... ed support for unittest.TestCase.subTest() 's when using the test --parallel option. DiscoverRunner now run ... e Maps API and seems to be unmaintained. If you're using it, let us know . The GEOSGeometry equality operat ... rk a bit differently than the old ones. Instead of using a toolbar in the widget, you click to draw, click ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he JSON prior to base64 encoding it to save space, using the compress=True argument. This checks if compres ... ss is True (not the default), check if compressing using zlib can save some space. Prepend a '.' to signify ... namespace. Leaving this at the default value or re-using a salt value across different parts of your applic ... ss is True (not the default), check if compressing using zlib can save some space. Prepend a '.' to signify ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... latest release (1.6.1). Unexpected code execution using reverse() ¶ Django's URL handling is based on a ma ... querying a table which contains string values, but using a query which filters based on an integer value, M ... ngo 1.4.11 release notes Unexpected code execution using reverse() Caching of anonymous pages could reveal ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g three security issues. Unexpected code execution using reverse() ¶ Django's URL handling is based on a ma ... querying a table which contains string values, but using a query which filters based on an integer value, M ... ango 1.5.6 release notes Unexpected code execution using reverse() Caching of anonymous pages could reveal ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 2.2.11 release notes — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ggregates on Oracle were subject to SQL injection, using a suitably crafted tolerance . Bugfixes ¶ Fixed a ... loss possibility in the select_for_update() . When using related fields or parent link fields with 複数テー ...
https://man.plustar.jp/django/releases/2.2.11.html - [similar]
Django 2.2.28 release notes — Django 4.0.6 ドキュメント 4556
" + 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/2.2.28.html - [similar]
Django 2.2.5 リリースノート — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.postgres.fields.JSONField and HStoreField when using on expressions with params ( #30672 ). Fixed a reg ... ious , up , next , when , Bugfixes , HStoreField , using クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.2.5.html - [similar]
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed recently such that parse_qsl() no longer allows using ; as a query parameter separator by default. Djang ... sed RuntimeError instead of connection errors when using only the 'postgres' database ( #32403 ). 目次 Djan ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecute custom SQL directly . Explore the ORM before using raw SQL! The Django ORM provides many tools to exp ... t API is extensive. You can annotate and aggregate using many built-in database functions . Beyond those, y ... ou can create custom query expressions . Before using raw SQL, explore the ORM . Ask on one of the suppo ... )) John is 37. Jane is 42. ... You can often avoid using raw SQL to compute annotations by instead using a ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xecute parts of the migration inside a transaction using atomic() or by passing atomic=True to RunPython . ... ions or make new migrations until it's fixed. When using multiple databases, you can use the allow_migrate( ... d in the migration files. If you write Python code using the RunPython operation, or if you have allow_migr ... ly. 警告 If you import models directly rather than using the historical models, your migrations may work in ...
https://man.plustar.jp/django/topics/migrations.html - [similar]