検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 207 for user (0.100 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to triage tickets that have been created by other users. Most of the workflow is based around the concept ... /UX ¶ This flag is used for tickets that relate to User Interface and User Experiences questions. For exam ... ple, this flag would be appropriate for user-facing features in forms or the admin interface. C ... c ¶ You may add your username or email address to this field to be notified ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st ): # Check form values, etc., and subscribe the user. # ... current_site = get_current_site ( request ) ... ame , ), 'editor@ %s ' % current_site . domain , [ user . email ], ) # ... On Lawrence.com, this email has ... st ): # Check form values, etc., and subscribe the user. # ... subject = loader . get_template ( 'alerts/s ... ail ( subject , message , 'editor@ljworld.com' , [ user . email ]) # ... In this case, you'd have to creat ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... S_NULL doesn't return a result ( #26991 ). Allowed User.is_authenticated and User.is_anonymous properties ... on model rename ( #27100 ). Reallowed subclassing UserCreationForm without USERNAME_FIELD in Meta.fields ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4871
" + 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.2.4.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oning ¶ Some parts of Django -- independent of end-user-written applications -- make use of full URLs, inc ... ntation has for some time contained notes advising users on how to configure web servers to ensure that on ... leakage ¶ In previous versions of Django, an admin user without change permission on a model could still v ... limits the admin history log view for an object to users with change permission for that model. 目次 Djang ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なる isolation level を使う こともできます。 AbstractUser.last_name の max_length が 150 文字に拡大 ¶ django ... .contrib.auth.models.User.last_name に対するマイグレーションが含まれます。 A ... bstractUser を継承したカスタムのユーザーモデルがある場合、その ... してください。 from django.contrib.auth.forms import UserChangeForm class MyUserChangeForm ( UserChangeForm ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w passed as the first positional argument to RemoteUserBackend.configure_user() , if it accepts it. django ... their concrete model. However, in older versions, users with permissions for a proxy model with a differe ... l inheriting from other_app.ConcreteModel , update user.has_perm('other_app.add_myproxymodel') to user.has ... rage or a third-party cloud storage instead. RemoteUserBackend.configure_user() is now passed request as t ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %s .base" % backend_name ) except ImportError as e_user : # The database backend wasn't found. Display a h ... end_name , ", " . join ( backend_reprs )) ) from e_user else : # If there's some other error, this must be ... ( "TIME_ZONE" , None ) for setting in [ "NAME" , "USER" , "PASSWORD" , "HOST" , "PORT" ]: conn . setdefau ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... my_postgres_settings tox -e py39-postgres Windows users should use: ...\> set DJANGO_SETTINGS_MODULE = my ... ed to provide other details for each database: The USER option needs to specify an existing user account f ... or the database. That user needs permission to execute CREATE DATABASE so tha ... SWORD option needs to provide the password for the USER that has been specified. Test databases get their ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jects from the previous or the next day in the end user's time zone. 警告 In this situation, if you have i ... mplemented per-user time zone selection, the same URL may show a diffe ... rent set of objects, depending on the end user's time zone. To avoid this, you should use a DateF ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT