検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 312 for use (0.292 sec.)
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... acters ( #22882 ). Reinstated missing CHECK SQL clauses which were omitted on some backends when not usin ... in an inlineformset_factory() error message that caused a crash ( #23451 ). Restored the ability to use A ... BSOLUTE_URL_OVERRIDES with the 'auth.User' model ( #11775 ). As a side effect, the setting ... path. This was not considered a security issue because admindocs is only accessible to staff users ( #236 ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 12: Malicious redirect and possible XSS attack via user-supplied redirect URLs containing basic auth ¶ Dj ... ango relies on user input in some cases (e.g. django.contrib.auth.vie ... ws.login() and i18n ) to redirect the user to an "on success" URL. The security check for th ... xample.com , but redirecting to this URL sends the user to attacker.com . Also, if a developer relies on ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... call. They are, however, created and installed by user code, and so don't need a separate factory like m ... o database access allowed here.' ) And it would be used in a view to block queries from the template like ... ation self . queries . append ( current_query ) To use this, you would create a logger object and install ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
View decorators — Django 4.0.6 ドキュメント 3900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eatures. See クラスをデコレーションする for how to use these decorators with class-based views. Allowed H ... decorators in django.views.decorators.http can be used to restrict access to views based on the request ... . These methods are commonly considered "safe" because they should not have the significance of taking an ... decorators in django.views.decorators.http can be used to control caching behavior on particular views. ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
FAQ: インストール — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ewer Python releases. Third-party applications for use with Django are free to set their own version requ ...
https://man.plustar.jp/django/faq/install.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SGI サーバーを設定、開始する 前のトピックへ How to use Django with Gunicorn 次のトピックへ Django を Apac ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .contrib.humanize A set of Django template filters useful for adding a "human touch" to data. django.cont ... ners. u django.urls django.urls.conf Functions for use in URLconfs. django.utils Django's built-in utilit ... edgenerator Syndication feed generation library -- used for generating RSS, etc. django.utils.functional ...
https://man.plustar.jp/django/py-modindex.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e underlying form field for the array. This is not used to render any HTML, but it is used to process the ... ument which defaults to a comma: , . This value is used to split the submitted data. It allows you to cha ... that the array reaches at least the stated length. User friendly forms SimpleArrayField is not particular ... ly user friendly in most cases, however it is a useful wa ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set attribute but no limit_choices_to could not be used in a ModelForm ( #23795 ). Fixed a custom field t ... gression in contrib.admin add/change views which caused some ModelAdmin methods to receive the incorrect ... ditor to properly add defaults in the absence of a user specified default . For example, a CharField with ... in migrations ( #23581 ). Restored the ability to use more than five levels of subqueries ( #23758 ). Fi ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 3863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンテーション を読んでください。 警告 You should only use cache-based sessions if you're using the Memcached ... enough to be a good choice, and it'll be faster to use file or database sessions directly instead of send ... ができます。 A MAC (Message Authentication Code) is used to protect the data against changes by the client ... appens if the client storing the cookie (e.g. your user's browser) can't store all of the session cookie ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]