検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 207 for user (0.061 sec.)
Single object mixins — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ining a list of all objects in the application. If users with access to individual objects should be preve ... 変数より優先されます。例えば、ビューが model 属性を User にセットする場合、 user のデフォルトのオブジェクト ... django.contrib.auth.context_processors.auth からの user 変数をオーバーライドします。衝突を避けるには get_c ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed flatpages, you need to specify an authenticated user using a for clause. For example: {% get_flatpages ... for someuser as about_pages %} If you provide an anonymous user ... s will behave the same as if you hadn't provided a user -- i.e., it will only show you public flatpages. L ... about_pages %} {% get_flatpages '/about/' for someuser as about_pages %} Integrating with django.contrib. ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4839
" + 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. Other bugf ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4818
" + 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 ... ixed ModelBackend raising UnboundLocalError if get_user_model() raised an error (#21439). Additionally, Dj ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ility to use ABSOLUTE_URL_OVERRIDES with the 'auth.User' model ( #11775 ). As a side effect, the setting n ... ssue because admindocs is only accessible to staff users ( #23601 ). Fixed UnicodeDecodeError crash in Adm ... de the Oracle test database creation drop the test user in the event of an unclean exit of a previous test ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 4818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Group model that has a many-to-many relation to User , the following code is optimal: members = group . ... if display_group_members : if members : if current_user in members : print ( "You and" , len ( members ) - ... 1 , "other users are members of this group." ) else : print ( "The ... group." ) for member in members : print ( member . username ) else : print ( "There are no members in this ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ustomization of authentication backends. Added get_user_permissions() method to mirror the existing get_gr ... d. Added HTML autocomplete attribute to widgets of username, email, and password fields in django.contrib. ... raction with browser password managers. createsuperuser now falls back to environment variables for passwo ... RED_FIELDS now supports ManyToManyField s. The new UserManager.with_perm() method returns users that have ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so caused issues with some forms, most notably the user-editing forms in the Django administrative interfa ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 2.1.8 リリースノート — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... implicit through model from being editable if the user only has the view permission ( #30289 ). 目次 Djan ...
https://man.plustar.jp/django/releases/2.1.8.html - [similar]
検索 — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erent selections of tools, possibly via plugins or user-defined functions. Django doesn't include any supp ... examples we've seen are on short strings where the user is likely to enter something close (by varying def ...
https://man.plustar.jp/django/topics/db/search.html - [similar]