検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 149 for possible (0.029 sec.)
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... effects, those side effects will occur. Thus it is possible for an attacker to cause unexpected code execution ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e not created. Thus this potential DoS is now only possible if the site chooses to expose a session-modifying ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve default_app_config . default_app_config made it possible to declare only the application's path in INSTALLE ... display decorator has the advantage that it is now possible to use the @property decorator when needing to spe ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the user have a specific permission?" # Simplest possible answer: Yes, always return True def has_module_per ... rmissions to view the app `app_label`?" # Simplest possible answer: Yes, always return True @property def is_s ... elf ): "Is the user a member of staff?" # Simplest possible answer: All admins are staff return self . is_admi ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this overhead, keep your transactions as short as possible. This is especially important if you're using atom ... e! Low-level APIs ¶ 警告 Always prefer atomic() if possible at all. It accounts for the idiosyncrasies of each ... transaction i.e. inside an atomic() block. It's impossible to use atomic() when autocommit is turned off. Tra ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... otherwise the Meta of the first parent, etc. It's possible to inherit from both Form and ModelForm simultaneo ... sses and a class can only have one metaclass. It's possible to declaratively remove a Field inherited from a p ... ng initial values ¶ As with regular formsets, it's possible to specify initial data for forms in the formset b ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gh Django compresses the data, it's still entirely possible to exceed the common limit of 4096 bytes per cooki ... utside of that context. In particular, while it is possible to determine the remaining lifetime of a session j ... it card info) into the attacker's account. Another possible attack would be if good.example.com sets its SESSI ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rough send, terminating the dispatch loop. So it's possible that all receivers won't be called if an error is ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs, in particular # settings.USE_I18N, as late as possible, so that modules can be imported # without having ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5130
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ost useful when it contains as much information as possible, but not information that you don't need - and how ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT