検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 207 for user (0.118 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nterface for retrieving objects from the database. User-defined models, functions and constants now appear ... tion and authorization backends for authenticating users against alternate systems, such as LDAP. We've ma ... and again. For more personalized help, the django-users mailing list is a very active list, with more tha ... .libera.chat that is regularly populated by Django users and developers from around the world. Friendly pe ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4563
" + 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.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ditor to properly add defaults in the absence of a user specified default . For example, a CharField with ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inal catch-all view that redirects unauthenticated users to the login page, regardless of whether the URL ... ra for more information. BaseFormSet now reports a user facing error, rather than raising an exception, wh ... rd reset mechanism now invalidates tokens when the user email is changed. makemessages command no longer p ... d form field is now disabled by default. Therefore UserChangeForm.clean_password() is no longer required t ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apps. 使い方 ¶ Django のデフォルトの実装を使用する User オブジェクトを使用する パーミッションと認証 ウェブ ... ユーザー管理 デフォルト実装のための API リファレンス Users と認証をカスタムする Django におけるパスワード管理 ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リストビューの例としては、 TalkListView や RegisteredUserListView といったものが考えられます。1つのトークの情 ... instance, if we wanted, we could use self.request.user to filter using the current user, or other more co ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Some tags require beginning and ending tags: {% if user.is_authenticated %} Hello, {{ user.username }} . { ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uch, our notification list is not simply a list of users of Django, and being a user of Django is not suff ... t and/or most likely to be severely impacted known users or distributors of Django, and will require a dem ... se keep in mind that this is not simply a list for users of Django, and the overwhelming majority of users ...
https://man.plustar.jp/django/internals/security.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 データベースとして SQLite を使っていない場合、 USER や PASSWORD そして HOST などの追加設定を加える必要 ... ySQL), .tables (SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django crea ... ンドを実行します:   $ python manage.py createsuperuser ...\> py manage.py createsuperuser 好きなユーザー名 ... を入力しEnterを押してください。 Username: admin 希望するemailアドレスを入力するよう促さ ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a source. In other words, this keyword enables the user to selectively import a subset range of features i ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]