検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 207 for user (0.086 sec.)
Django 3.2.11 release notes — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimilar ... omparison values. On the assumption that access to user registration was unrestricted this provided a pote ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has sever ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue h ...
https://man.plustar.jp/django/releases/3.2.11.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ポートを使用して、メールが送信されます。 EMAIL_HOST_USER と EMAIL_HOST_PASSWORD が指定されている場合は、SMT ... il , recipient_list , fail_silently = False , auth_user = None , auth_password = None , connection = None ... ll of which are subclasses of SMTPException . auth_user : SMTP サーバー認証のためのユーザー名で、省略可能。 ... 指定されなかった場合、Django EMAIL_HOST_USER 設定の値を使います。 auth_password : SMTP サーバー ...
https://man.plustar.jp/django/topics/email.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed separately r "(?:[^\s:@/]+(?::[^\s:@/]*)?@)?" # user:pass authentication r "(?:" + ipv4_re + "|" + ipv6 ... "Enter a valid email address." ) code = "invalid" user_regex = _lazy_re_compile ( # dot-atom r "(^[-!#$%& ... code = self . code , params = { "value" : value }) user_part , domain_part = value . rsplit ( "@" , 1 ) if ... not self . user_regex . match ( user_part ): raise ValidationError ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . In general, the library path may be set on a per-user basis by setting an environment variable, or by co ... e system. LD_LIBRARY_PATH environment variable ¶ A user may set this environment variable to customize the ... in the LD_LIBRARY_PATH variable. For example, the user could place the following in their bash profile: e ... directory, such as /etc/ld.so.conf.d . As the root user, add the custom library path (like /usr/local/lib ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ially-supported feature has been the ability for a user with sufficient knowledge of a model's structure a ... to gain access to information outside of an admin user's permissions; for example, an attacker with acces ... tabase API -- expose sensitive information such as users' password hashes. To remedy this, django.contrib. ... oned above. This is backwards-incompatible for any users relying on the prior ability to insert arbitrary ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word is entered. This can leak information about a user, depending on what messages confirm_login_allowed( ... ) isn't overridden, an attacker enter an arbitrary username and see if that user has been set to is_active ... ror if the authentication backend rejects inactive users (the default authentication backend, ModelBackend ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... appens if the client storing the cookie (e.g. your user's browser) can't store all of the session cookie a ... みであることに注意してください。 If value is 0 , the user's session cookie will expire when the user's web b ... ns either True or False , depending on whether the user's session cookie will expire when the user's web b ... ef login ( request ): m = Member . objects . get ( username = request . POST [ 'username' ]) if m . check_ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the model that binds them. For instance, the auth.User model has such a relation to the auth.Permission m ... odel: <object pk="1" model="auth.user"> <!-- ... --> <field to="auth.permission" name="u ... t> </field> </object> This example links the given user with the permission models with PKs 46 and 47. 制御 ... bjects, notably including Permission , Group , and User . 警告 You should never include automatically gene ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rability, extra_context must not contain untrusted user input as these values are interpolated into the SQ ... on vulnerability, extra must not contain untrusted user input as these values are interpolated into the SQ ... attacks , you must escape any parameters that the user can control by using params . params is a required ... wledge that you're not interpolating your SQL with user-provided data. You also must not quote placeholder ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... key and the session cookie is set accordingly. Any users with an empty string in their session cookie will ... e seriously, by django.contrib.auth.login() when a user switches accounts. If a user is logged in and logs ... e set on the session and the session is saved. Any users with an empty string in their session cookie will ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT