検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 51 for username (0.006 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 7718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h ¶ changepassword ¶ django-admin changepassword [<username>] ¶ This command is only available if Django's aut ... command will attempt to change the password whose username matches the current user. --database DATABASE ¶ Sp ... manually set for it. In non-interactive mode, the USERNAME_FIELD and required fields (listed in REQUIRED_FIEL ... ically, the command will exit with error code 1. --username USERNAME ¶ --email EMAIL ¶ The username and email ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 7718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n denied" message in the login template to use get_username instead of username to support custom user models ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 7613
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y. """ connection = connection or get_connection ( username = auth_user , password = auth_password , fail_sile ... y. """ connection = connection or get_connection ( username = auth_user , password = auth_password , fail_sile ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7613
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ginally only accepted ASCII letters and numbers in usernames. Although it wasn't a deliberate choice, Unicode ... have always been accepted when using Python 3. The username validator now explicitly accepts Unicode character ... on 3 only. カスタムの user モデルでは、新しい ASCIIUsernameValidator や UnicodeUsernameValidator を使うこともで ... or one of its proxies in both cases. AbstractUser.username max_length increased to 150 ¶ A migration for djan ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7613
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rotected with authentication. In order to supply a username and password, add them in the LOCATION along with ... backends.redis.RedisCache' , 'LOCATION' : 'redis://username:password@127.0.0.1:6379' , } } If you have multipl ... 27.0.0.1:11211' , 'OPTIONS' : { 'binary' : True , 'username' : 'user' , 'password' : 'pass' , 'behaviors' : { ... {% load cache %} {% cache 500 sidebar request.user.username %} .. sidebar for logged in user .. {% endcache %} ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 7523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d prompt as follows: ...\> set http_proxy = http://username:password@proxyserver:proxyport ...\> set https_pro ... xy = https://username:password@proxyserver:proxyport In general, Django ...
https://man.plustar.jp/django/howto/windows.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 7418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a file with your credentials: ~/.pypirc ¶ [pypi] username:YourUsername password:YourPassword Access to the d ... ys --keyid-format LONG ), release manager's GitHub username, release URL, and checksums: This file contains MD ... : curl https://github.com/<<RELEASE MANAGER GITHUB USERNAME>>.gpg | gpg --import - Once the key is imported, v ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 7418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... フォームの初期値を設定することができます。たとえば、 username フォームを埋めるのに、現在のセッションの username ... d></td></tr>' >>> f . fields [ 'name' ] . label = "Username" >>> f . as_table () . split ( ' \n ' )[ 0 ] '<tr> ... <th>Username:</th><td><input name="name" type="text" value="ins ... ためです。 >>> f . base_fields [ 'name' ] . label = "Username" >>> another_f = CommentForm ( auto_id = False ) > ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 1.11.10 リリースノート — 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/1.11.10.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore for user-related data. If your project needs a username with more than 30 characters, or if you want to st ... mistakenly used your email address instead of your username, the admin interface would provide a warning advis ... ing that your email address was not your username. In Django 1.5, the introduction of custom user mo ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 NEXT