検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 207 for user (0.113 sec.)
Form fields — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e encoder and decoder from JSONField will be used. User friendly forms JSONField is not particularly user ... ield are derived and which is used to validate the user's selection. It's evaluated when the form is rende ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of ReadOnlyPasswordHashWidget (used in the admin's user change page) ( #28097 ). Allowed prefetch calls on ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... うになりました。 パスワードのバリデータ help_text が UserCreationForm に追加されました。 HttpRequest が auth ... 場合にリクエストを認証バックエンドに順番に渡します。 user_login_failed() シグナルが request 属性を受け取るよ ... を使うカスタムユーザーモデルをサポートします。 CustomUser.EMAIL_FIELD をフィールドの名前にセットしてください ... 。 モデルを定義するモジュール内においても、 get_user_model() をインポート時に呼ぶことができるようになり ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e views are present which construct a URL based on user input (commonly, a "next" parameter in a querystri ... ses will perform appropriate type conversions, and users of the raw() and extra() query methods -- which a ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . django.views.i18n.set_language() doesn't set the user language in request.session (key _language ). alia ... loads() is removed. Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) is removed ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4595
" + 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 mi ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat this directory is writable by the web server's user account. モデルに FileField や ImageField を追加し ...
https://man.plustar.jp/django/faq/usage.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ともに使うには? How to authenticate against Django's user database from Apache application オブジェクト ¶ WS ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tring "hello", this will appear. {% endif %} {% if user in users %} If users is a QuerySet, this will appe ... ar if user is an instance that belongs to the QuerySet. {% en ... 普通のコンテキスト変数を使うこともできます。例えば user_stylesheet 変数をテンプレートに渡すなら、以下のよう ... ic %} < link rel = "stylesheet" href = " {% static user_stylesheet %} " type = "text/css" media = "screen" ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... views . index , name = 'main-view' ), path ( 'bio/<username>/' , views . bio , name = 'bio' ), path ( 'art ... tern. The string may contain angle brackets (like <username> above) to capture part of the URL and send it ... . index , name = 'index' ), re_path ( r '^bio/(?P<username>\w+)/$' , views . bio , name = 'bio' ), re_pat ... patible with Python's re module. Strings typically use raw string syntax ( r'' ) so that they can contain ...
https://man.plustar.jp/django/ref/urls.html - [similar]