検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 153 for don (0.037 sec.)
Unit tests — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... installing the optional test dependencies. If you don't have an optional dependency installed, the tests ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
設計思想 — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t to "normalize" URLs so that search-engine robots don't get confused. This is the reasoning behind the A ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pps.py defines only one AppConfig subclass but you don't want Django to use it by default. Set this attri ... tialization process, the ready method is only called once by Django. But in some corner cases, particular ...
https://man.plustar.jp/django/ref/applications.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he framework will call the get_absolute_url() method on each object as returned by items() . To specify a ... ttribute defines the maximum number of URLs included on each page of the sitemap. Its value should not ex ... og.xml . The Sitemap classes and the sitemaps dict don't change at all. You should create an index file i ... egister with Google first! The ping_google() command only works if you have registered your site with Goo ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェクトとして返すはずです。 Most validation can be done using validators - helpers that can be reused. Va ... lnumber() would be the right place to do this. You don't need a specific field (it's a CharField ), but y ... tor, via the field's validators argument, or defined on the Field class itself with the default_validator ... xt obeys to some character rules. This can also be done on field definition so: slug = forms . SlugField ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion techniques (including GZipMiddleware ) are used on a website, the site may become exposed to a numbe ... TP Strict Transport Security ¶ For sites that should only be accessed over HTTPS, you can instruct modern ... se that you set the header on. Therefore, you should only use it if your entire domain is served via HTTP ... "https://example.com/page.html" . Origin only: send only the "origin" in the referrer. The origin consis ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Signals — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m2m_changed ¶ Sent when a ManyToManyField is changed on a model instance. Strictly speaking, this is not ... e should adjust what they output to the screen based on the value of this argument. interactive If intera ... e should adjust what they output to the screen based on the value of this argument. interactive If intera ... ting after the change. For settings that initially don't exist, in the "teardown" phase, value is None . ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... andled differently by the admin interface now. You don't have to worry about inline editing until you get ... the changes and the reasons behind them can be found on the NewformsAdminBranch wiki page The new admin c ... ges are smaller, more localized changes. They should only affect more advanced users, but it's probably w ... ith Django prior to this change being made, so you do not need to worry about performing this procedure f ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.8, and 3.9 (as of 3.0.11). We highly recommend and only officially support the latest release of each s ... inlines() method allows specifying the inlines based on the request or model instance. Select2 ライブラリ ... oxes. Added the GeometryDistance function, supported on PostGIS. Added support for the furlong unit in Di ... orts pathlib.Path . CheckConstraint is now supported on MySQL 8.0.16+. The new allows_group_by_selected_p ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.8, and 3.9 (as of 3.1.3). We highly recommend and only officially support the latest release of each s ... ll keep the majority of their views synchronous, and only have a select few running in async mode - but i ... pieces of code that do long-running network calls do not yet support async access. We expect to add supp ... odels.JSONField and forms.JSONField that can be used on all supported database backends. Both fields supp ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT