Results of 1 - 10 of about 13 for priority (0.020 sec.)
- The sitemap framework — Django 4.0.6 ドキュメント 14833
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lass BlogSitemap ( Sitemap ): changefreq = "never" priority = 0.5 def items ( self ): return Entry . objects . ...
obj ): return obj . pub_date Note: changefreq and priority are class attributes corresponding to <changefreq> ...
and <priority> elements, respectively. They can be made callable ...
p property ( location , lastmod , changefreq , and priority ). lastmod should return a datetime . There is no ...
-
https://man.plustar.jp/django/ref/contrib/sitemaps.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8709
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
sing the setUp() method of your test case. Changed priority of translation loading ¶ Work has been done to sim ...
tions of INSTALLED_APPS applications. The relative priority among the values listed in this setting has also b ...
f custom SQL to load initial data in tests Changed priority of translation loading Transaction management No p ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- Model Meta options — Django 4.0.6 ドキュメント 8621
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
der_date. get_latest_by = "order_date" # Latest by priority descending, order_date ascending. get_latest_by = ...
[ '-priority' , 'order_date' ] See the latest() docs for more. ...
-
https://man.plustar.jp/django/ref/models/options.html
- [similar]
- フォーム API — Django 4.0.6 ドキュメント 8533
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e in the subclass. In this example, ContactFormWithPriority contains all the fields from ContactForm , plus an ...
additional field, priority . The ContactForm fields are ordered first: >>> cl ...
ass ContactFormWithPriority ( ContactForm ): ... priority = forms . CharField ...
() >>> f = ContactFormWithPriority ( auto_id = False ) >>> print ( f . as_ul ()) <li> ...
-
https://man.plustar.jp/django/ref/forms/api.html
- [similar]
- The flatpages app — Django 4.0.6 ドキュメント 8357
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
location attribute -- not lastmod , changefreq or priority . カスタマイズ例 ¶ Here's an example of a URLconf ...
-
https://man.plustar.jp/django/ref/contrib/flatpages.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 8269
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
excellent patch is submitted. They are not a high priority. Other triage attributes ¶ A number of flags, appe ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8269
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ll now contain the SRID value of geometry objects. Priority of context processors for TemplateResponse brought ...
r.last_login allows null values django.contrib.gis Priority of context processors for TemplateResponse brought ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 8181
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ich sets this header is in use. This setting takes priority over USE_X_FORWARDED_PORT . Per RFC 7239#section-5 ...
this header is in use. USE_X_FORWARDED_HOST takes priority over this setting. WSGI_APPLICATION ¶ デフォルト値 ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- 複数のデータベース — Django 4.0.6 ドキュメント 8181
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
A manually specified database allocation will take priority over a database allocated by a router. Manually se ...
-
https://man.plustar.jp/django/topics/db/multi-db.html
- [similar]
- データベースアクセスの最適化 — Django 4.0.6 ドキュメント 8181
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
なものが上げられます: Indexes . This is a number one priority, after you have determined from profiling what ind ...
-
https://man.plustar.jp/django/topics/db/optimization.html
- [similar]