検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 132 for based (0.028 sec.)
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 11624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のテクニックについて詳しく読む前に、 Django's class-based views で動作のしくみを知っておくことをおすすめしま ... by default will look up template_name on the class-based view; two other mixins ( SingleObjectTemplateRespo ... ¶ Let's look at how two of Django's generic class-based views are built out of mixins providing discrete f ... iew , UpdateView and DeleteView ), and in the date-based generic views. These are covered in the mixin refe ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 10195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecution using reverse() ¶ Django's URL handling is based on a mapping of regex patterns (representing the U ... n developers, as the output of reverse() is always based on the current URL patterns, meaning developers do ... ne or more views are present which construct a URL based on user input (commonly, a "next" parameter in a q ... rse() will now only accept and import dotted paths based on the view-containing modules listed in the proje ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 10110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecution using reverse() ¶ Django's URL handling is based on a mapping of regex patterns (representing the U ... n developers, as the output of reverse() is always based on the current URL patterns, meaning developers do ... ne or more views are present which construct a URL based on user input (commonly, a "next" parameter in a q ... rse() will now only accept and import dotted paths based on the view-containing modules listed in the proje ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 10013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es" framework with support for cookie- and session-based message for both anonymous and authenticated users ... work with built-in support for cookie- and session-based messaging, for both anonymous and authenticated cl ... er to support non-Django template languages. Class-based template loaders ¶ As part of the changes made to ... the new API but they still implement the function-based API and the template core machinery still accepts ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 9396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecution using reverse() ¶ Django's URL handling is based on a mapping of regex patterns (representing the U ... n developers, as the output of reverse() is always based on the current URL patterns, meaning developers do ... ne or more views are present which construct a URL based on user input (commonly, a "next" parameter in a q ... rse() will now only accept and import dotted paths based on the view-containing modules listed in the proje ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 3.1.14 release notes — Django 4.0.6 ドキュメント 9299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20: Potential bypass of an upstream access control based on URL paths ¶ HTTP requests for URLs with trailin ... g newlines could bypass an upstream access control based on URL paths. 目次 Django 3.1.14 release notes CVE ... 20: Potential bypass of an upstream access control based on URL paths 前のトピックへ Django 3.2 release not ... ase notes 関連キーワード release , notes , paths , based , control , upstream , bypass , トピック , Potenti ...
https://man.plustar.jp/django/releases/3.1.14.html - [similar]
Django 2.2.25 release notes — Django 4.0.6 ドキュメント 9214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20: Potential bypass of an upstream access control based on URL paths ¶ HTTP requests for URLs with trailin ... g newlines could bypass an upstream access control based on URL paths. 目次 Django 2.2.25 release notes CVE ... 20: Potential bypass of an upstream access control based on URL paths 前のトピックへ Django 2.2.26 release ... ase notes 関連キーワード release , notes , paths , based , control , upstream , bypass , トピック , Potenti ...
https://man.plustar.jp/django/releases/2.2.25.html - [similar]
Django 3.2.10 release notes — Django 4.0.6 ドキュメント 9129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20: Potential bypass of an upstream access control based on URL paths ¶ HTTP requests for URLs with trailin ... g newlines could bypass an upstream access control based on URL paths. Bugfixes ¶ Fixed a regression in Dja ... 20: Potential bypass of an upstream access control based on URL paths Bugfixes 前のトピックへ Django 3.2.11 ... se notes 関連キーワード release , notes , bypass , based , control , upstream , paths , previous , トピック ...
https://man.plustar.jp/django/releases/3.2.10.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 8766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... landing, including: A framework for writing class-based views . Built-in support for using Python's loggin ... ite too much code. Analogs of all the old function-based generic views have been provided, along with a com ... be easily extended. See the documentation on class-based generic views for more details. There is also a do ... cument to help you convert your function-based generic views to class-based views . ロギング ¶ Dj ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 8233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r functionality for accepting range data. They are based on MultiValueField . They treat one omitted value ... et . IntegerRangeField ¶ class IntegerRangeField ¶ Based on IntegerField and translates its input into Nume ... ld . DecimalRangeField ¶ class DecimalRangeField ¶ Based on DecimalField and translates its input into Nume ... . DateTimeRangeField ¶ class DateTimeRangeField ¶ Based on DateTimeField and translates its input into Dat ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT