検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 153 for don (0.071 sec.)
データベースのトランザクション — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ranteed by the outer transaction. This option should only be used if the overhead of savepoints is notice ... rovide an autocommit mode. When autocommit is turned on and no transaction is active, each SQL query gets ... n the failure of the transaction itself), then you don't want to use the on_commit() hook. Instead, you m ... . Callbacks are not run until autocommit is restored on the connection following the commit (because othe ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e or several template engines (or even zero if you don't use templates). Django ships built-in backends f ... l story, with a fallback template for stories that don't have custom templates. It's possible -- and pref ... ful with Django templates because Django templates don't support calling functions with arguments. Since ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he value used to populate existing rows is generated only once, thus breaking the unique constraint. Ther ... pective field according to your needs. Add the field on your model with default=uuid.uuid4 and unique=Tru ... ), ] operations = [ # omit reverse_code=... if you don't want the migration to be reversible. migrations ... attribute doesn't have an effect on databases that don't support DDL transactions (e.g. MySQL, Oracle). ( ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n you know you need to work with a ContentType but don't want to go to the trouble of obtaining the model ... el used a ForeignKey it would have to choose one and only one model to store tags for. The contenttypes a ... nKey , a database index is not automatically created on the GenericForeignKey , so it's recommended that ... lds, you can use CharField for the "object_id" field on your model since integers can be coerced to strin ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
データベース — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es, negating the effect of persistent connections. Don't enable them during development. When Django esta ... ation should be prepared to handle exceptions raised on serialization failures. This option is designed f ... ups that use the LIKE operator in their SQL, as is done with the contains and startswith lookup types. Mi ... e tables into the MySQL database. This needs to be done just once for your MySQL server, not per database ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ings retrieved from the database into strings. You don't even need to tell Django what encoding your data ... round at will, because ASCII is a subset of UTF-8. Don't be fooled into thinking that if your DEFAULT_CHA ... support for UTF-8 file names varies and might depend on the environment. Check your current configuration ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you should double-check that the following changes don't impact you, and upgrade your code if they do. Ch ... will not be able to use the reset management command on any table made by a 64-bit machine. This is becau ... dFor -- which updated the value of REMOTE_ADDR based on the HTTP X-Forwarded-For header commonly set by s ... model in the database, so the actual file name used on disk cannot be relied on until after the model ha ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ability when DEBUG=True ¶ Older versions of Django don't validate the Host header against settings.ALLOWE ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... am support for Python 3.2 ends February 2016 so we don't find much value in providing security updates fo ... eld and TextField respectively when using AlterField on PostgreSQL ( #25412 ). Fixed a state bug when usi ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld and TextField respectively when using AlterField on PostgreSQL ( #25412 ). Fixed admin's delete confi ... t timezone warnings in custom admin templates that don't have a data-admin-utc-offset attribute in the bo ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT