検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 133 for version (0.123 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョン間の互換 ... X_FRAME_OPTIONS now defaults to 'DENY' . In older versions, the X_FRAME_OPTIONS setting defaults to 'SAMEORI ... ys performs a single INSERT query. In older Django versions, Model.save() performed either an INSERT or an UP ... for the FILE_UPLOAD_PERMISSIONS setting ¶ In older versions, the FILE_UPLOAD_PERMISSIONS setting defaults to ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and how method resolution order will affect which versions of the methods will be called in what order. The ... with one of the generic views. We can make our own version of DetailView by mixing JSONResponseMixin with the ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he value of model._meta.model_name (the lowercased version of the model __name__ ) of the model being migrate ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... retrieved at this point >>> entry . blog # cached version, no DB access その一方で、通常呼び出し可能な属性は ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not support transactions; it depends on your MySQL version and the table types you're using. (By "table types ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... パイルせずに済むようになるためです。 Using different versions of available software ¶ It can sometimes be worth ... checking whether different and better-performing versions of the software that you're using are available. ... ossible use-case - so while being aware that newer versions are likely to perform better, don't assume that t ... s mean it performs worse rather than better. Newer versions of Python, and also of Python packages, will ofte ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . When the test environment is configured, a test version of replica will not be created. Instead the connec ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ations performed by each test methods. In previous versions of Django these objects were reused and changes m ... like your site' ) Changed in Django 4.0: In older versions, new callbacks added while executing transaction. ... r outcome is reported as a failure. It's a simpler version of unittest.TestCase.assertRaisesRegex() with the ... s. Empty tags are equivalent to their self-closing version. The ordering of attributes of an HTML element is ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.4 documentation 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... してみます: >>> import django >>> print django . get_version () 1.4 以上です! ¶ これだけです。さあ、 チュートリ ... です: Validating models ... 0 errors found . Django version 1.4 , using settings 'mysite.settings' Development ...
https://man.plustar.jp/django/contents.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be reconstructing your field from the serialized version for quite a while (possibly years), depending how ... _python() , if anything goes wrong during value conversion, you should raise a ValidationError exception. Con ... query values ¶ Since using a database requires conversion in both ways, if you override from_db_value() you ... . get_db_prep_value() is the method where those conversions should be made. The specific connection that will ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT