検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 61 for limit (0.069 sec.)
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specify field names to which the SELECT should be limited. If you specify the fields, each dictionary will ... on ( qs2 ) . order_by ( 'name' ) In addition, only LIMIT , OFFSET , COUNT(*) , ORDER BY , and specifying co ... d queries. For example, most databases don't allow LIMIT or OFFSET in the combined queries. intersection() ... _on .) You can update multiple fields — there's no limit on how many. For example, here we update the comme ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ount when it is set. バリデータ ¶ URLValidator now limits the length of domain name labels to 63 characters ... easily allow the use of email addresses (which are limited to 254 characters) as usernames but rejected it ... due to a MySQL limitation. When using the utf8mb4 encoding (recommended ... er model. If you want to preserve the 30 character limit for usernames, use a custom form when creating a u ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now has a has_module_permission() method to allow limiting access to the module on the admin index page. I ... edOnlyFieldListFilter in ModelAdmin.list_filter to limit the list_filter choices to foreign objects which a ... eck ensures auto-generated column names are within limits specified by database ¶ A field name that's longe ... or if it detects a loop or hits a maximum redirect limit (rather than passing silently). Translatable strin ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bute and ModelAdmin.get_sortable_by() method allow limiting the columns that can be sorted in the change li ... obj . Admin actions may now specify permissions to limit their availability to certain users. django.contri ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor , and MaxLengthValidator now accept a callable limit_value . Backwards incompatible changes in 2.2 ¶ デ ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 6609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase password, you should make every attempt to limit access to it. For example, change its file permiss ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ases might be responsible for the failure, you may limit tests to be cross-analyzed by specifying further t ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds now respects ForeignKey.to_field and ForeignKey.limit_choices_to when searching a related model. The adm ... can be instantiated when supplying POST data. See Limiting the maximum number of instantiated forms for mo ... can be instantiated when supplying POST data. See Limiting the maximum number of instantiated forms for mo ... w keyword-only. The undocumented django.utils.http.limited_parse_qsl() function is removed. Please use urll ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のように権限を使用します: Access to view objects is limited to users with the "view" or "change" permission ... にアクセスを制限する ¶ 原理的な方法 ¶ The raw way to limit access to pages is to check request.user.is_authen ... パスしたログイン済みユーザのアクセスを制限する ¶ To limit access based on certain permissions or some other ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assword-based key derivation functions in order to limit the amount of parallelism an attacker can use, see ... rols how many threads will run in parallel. maxmem limits the maximum size of memory that can be used durin ... the hash. Defaults to 0 , which means the default limitation from the OpenSSL library. We've chosen reason ... in Django 2.2.26: The max_similarity parameter was limited to a minimum value of 0.1. class CommonPasswordV ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT