検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 100 for reverse (0.094 sec.)
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.admin.EmptyFieldListFilter crash when using on reverse relations ( #31952 ). Prevented content overflowin ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 9 - CVE-2019-12781 ¶ Incorrect HTTP detection with reverse-proxy connecting via HTTPS. Full description 影響を ... ango 1.7 (patch) August 20, 2014 - CVE-2014-0480 ¶ reverse() can generate URLs pointing to other hosts. Full ... - CVE-2014-0472 ¶ Unexpected code execution using reverse() . Full description 影響を受けるバージョン ¶ Djan ...
https://man.plustar.jp/django/releases/security.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om django.db import models from django.urls import reverse class Article ( models . Model ): title = models . ... DateField () def get_absolute_url ( self ): return reverse ( 'article-detail' , kwargs = { 'pk' : self . pk } ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 If you are deployed behind a load-balancer or reverse-proxy server, and the Strict-Transport-Security he ... 注釈 If you are deployed behind a load-balancer or reverse-proxy server and Django can't seem to tell when a ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Using F() to sort null values for example usage. reverse_ordering () ¶ Returns self with any modifications ... required to reverse the sort order within an order_by call. As an exam ... rt order like OrderBy . This method is called when reverse() is called on a queryset. 自作のクエリー式を書く ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dels.permalink() デコレータ ¶ 代わりに django.urls.reverse() を使用してください。例えば: from django.db impor ... om django.db import models from django.urls import reverse class MyModel ( models . Model ): ... def url ( se ... lf ): return reverse ( 'guitarist_detail' , args = [ self . slug ]) その ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to store the wizard's state in the user's cookies. reverse_lazy ¶ A lazily evaluated version of reverse() was ... gning Cookie-based session backend New form wizard reverse_lazy URL パターンを翻訳する Contextual translation ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #} < h1 > {% trans "Welcome" %} </ h1 > Quoting in reverse() ¶ When reversing URLs, Django didn't apply djang ... y applying URL quoting before passing arguments to reverse() , this may result in double-quoting. If this hap ... ould cause a database exception at runtime. If a NoReverseMatch exception is raised from a method when render ... template rendering to fail if view_href() raises NoReverseMatch . There is no change to the {% url %} tag, it ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contrib.auth.redirect_to_login view when passing a reverse_lazy() result on Python 3 ( #24097 ). Added correc ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT