検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 235 for only (0.080 sec.)
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xistence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been cust ... elopers to also expose the file contents, then not only the existence but also the file contents would hav ... s a mitigation, path sanitation is now applied and only files within the template root directories can be ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... string extraction is done by the xgettext command, only syntaxes supported by gettext are supported by Dja ... Translators: This message appears on the home page only output = gettext ( "Welcome to my site." ) コメント ... Translators: This message appears on the home page only # path/to/python/file.py:123 msgid "Welcome to my ... rms . Form ): error_message = ngettext_lazy ( "You only provided %(num)d argument" , "You only provided %( ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... merge commit. $ # (in practice, you can omit "--ff-only" since you just rebased) $ git merge --ff-only pr/ ... e not sure if you did things correctly, check that only the $ # changes you expect will be pushed to upstr ... commit. ...\> REM (in practice, you can omit "--ff-only" since you just rebased) ...\> git merge --ff-only ... e not sure if you did things correctly, check that only the ...\> REM changes you expect will be pushed to ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6146
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs dictionary for the applicable database. Running only some of the tests ¶ Django's entire test suite tak ... mand line. For example, if you'd like to run tests only for generic relations and internationalization, ty ... me there is the name of a test. If you want to run only a particular class of tests, you can specify a lis ... selenium automatically sets --tags=selenium to run only the tests that require selenium. Some browsers (e. ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6064
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .8, and 3.9 (as of 3.1.3). We highly recommend and only officially support the latest release of each seri ... keep the majority of their views synchronous, and only have a select few running in async mode - but it i ... ps, and transforms that were previously PostgreSQL-only: from django.db import models class ContactInfo ( ... ts much like a PositiveIntegerField except that it only allows values under a certain (database-dependent) ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6064
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rd = 'secret' ) # Now you can access a view that's only available to logged-in users. もし標準以外の認証バ ... lock or assertRaises() to test for exceptions. The only exceptions that are not visible to the test client ... rt* methods. Django's TestCase class is a more commonly used subclass of TransactionTestCase that makes us ... order of test execution. By default, fixtures are only loaded into the default database. If you are using ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n't have to be published twice in the database; it only has a single record in the database. It lets the s ... , using ForeignKey . For example, if an article is only allowed on a single site, you'd use a model like t ... that automatically filters its queries to include only objects associated with the current Site . Mandato ... ry SITE_ID The CurrentSiteManager is only usable when the SITE_ID setting is defined in your ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .7, 3.2, 3.3, 3.4, or 3.5. We highly recommend and only officially support the latest release of each seri ... ange form. Use the new django.contrib.admin.RelatedOnlyFieldListFilter in ModelAdmin.list_filter to limit ... trol who may login to the admin site by overriding only AdminSite.has_permission() and AdminSite.login_for ... unction. テンプレート ¶ urlize now supports domain-only links that include characters after the top-level ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase operate in the same way as migrate -- they only ever operate on one database at a time, using --da ... ore creating new migrations. By default, it checks only the default database, but it consults the allow_mi ... er has an opinion (i.e. all routers return None ), only relations within the same database are allowed. al ... ustom attributes, methods, or managers. You should only rely on _meta . This method can also be used to de ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nteed by the outer transaction. This option should only be used if the overhead of savepoints is noticeabl ... use atomic when autocommit is turned off. It will only use savepoints, even for the outermost block. Perf ... rapped in its own transaction. In other words, not only does each such query start a transaction, but the ... n related to the current database transaction, but only if the transaction successfully commits. Examples ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT