検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 51 for username (0.015 sec.)
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 7208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) isn't overridden, an attacker enter an arbitrary username and see if that user has been set to is_active=Fal ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Client () >>> response = c . post ( '/login/' , { 'username' : 'john' , 'password' : 'smith' }) >>> response . ... として渡されます: >>> c = Client () >>> c . login ( username = 'fred' , password = 'secret' ) # Now you can acc ... ' %s%s ' % ( self . live_server_url , '/login/' )) username_input = self . selenium . find_element_by_name ( " ... username" ) username_input . send_keys ( 'myuser' ) password_input = se ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... list or tuple. auth.E002 : The field named as the USERNAME_FIELD for a custom user model must not be included ... <field> must be unique because it is named as the USERNAME_FIELD . auth.W004 : <field> is named as the USERNA ...
https://man.plustar.jp/django/ref/checks.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .User'> >>> user_type . get_object_for_this_type ( username = 'Guido' ) <User: Guido> Together, get_object_for ... els import User >>> guido = User . objects . get ( username = 'Guido' ) >>> t = TaggedItem ( content_object = ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 7103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Reallowed subclassing UserCreationForm without USERNAME_FIELD in Meta.fields ( #27111 ). Fixed a regressio ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7103
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 255 characters. Please run the database migration. USERNAME_FIELD and REQUIRED_FIELDS now supports ForeignKey ... bility. UserCreationForm.error_messages['duplicate_username'] is no longer used. If you wish to customize that ... orm using the 'unique' key in Meta.error_messages['username'] or, if you have a custom form field for 'usernam ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
索引 — Django 4.0.6 ドキュメント 6909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e-fuzzy compilemessages コマンドラインオプション --username createsuperuser コマンドラインオプション --verbosi ... epoints() (django.db.transaction モジュール) clean_username() (RemoteUserBackend のメソッド) cleaned_data (For ... オプション --database --email --no-input --noinput --username CreateView (組み込みクラス) Critical (django.core. ... ionsMixin のメソッド) (models.User のメソッド) get_username() (models.AbstractBaseUser のメソッド) (models.Use ...
https://man.plustar.jp/django/genindex.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uth_db' database >>> fred = User . objects . get ( username = 'fred' ) >>> fred . first_name = 'Frederick' >>> ... User . objects . using ( 'legacy_users' ) . get ( username = 'fred' ) >>> u . delete () # will delete from th ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 6909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ef login ( request ): m = Member . objects . get ( username = request . POST [ 'username' ]) if m . check_pass ... e logged in." ) else : return HttpResponse ( "Your username and password didn't match." ) そして、次の例では、 ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 6804
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... UserMiddleware は request.META['REMOTE_USER'] 内の username を検索し、 RemoteUserBackend を使用したユーザーの認 ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
PREV 1 2 3 4 5 6 NEXT