検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 132 for based (0.037 sec.)
How to create PDF files — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll automatically set the MIME type application/pdf based on the filename extension. This tells browsers tha ... nd some techniques you can use when generated text-based formats. 参考 Django Packages provides a compariso ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leware can set the Referrer-Policy header for you, based on the SECURE_REFERRER_POLICY setting (note spelli ... putting them in a separate browsing context group based on the value of the Cross-Origin Opener Policy (CO ... set the Cross-Origin-Opener-Policy header for you, based on the SECURE_CROSS_ORIGIN_OPENER_POLICY setting. ... ddleware After SessionMiddleware : can use session-based storage. FetchFromCacheMiddleware キャッシュのハッ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 10 * 365 )) >>> # Get the discount for each Client based on the account type >>> Client . objects . annotat ... d to change our previous query to get the discount based on how long the Client has been with us, we could ... ays = 365 ) >>> # Get the discount for each Client based on the registration date >>> Client . objects . an ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デフォルトは False です。 Avoid using null on string-based fields such as CharField and TextField . If a stri ... ng-based field has null=True , that means it has two possib ... idator and MaxValueValidator to validate the input based on the values that the default database supports. ... d. PostgreSQL users PostgreSQL has two native JSON based data types: json and jsonb . The main difference b ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hod = 'GET' , cache = None ) ¶ Returns a cache key based on the request path. It can be used in the request ... ons appear in the list/tuple. See decorating class based views for example usage. decorator_from_middleware ... his could occur with a method whose computation is based on datetime.now() , or if a change were saved to t ... ular and plural and returns the appropriate string based on number . npgettext ( context , singular , plura ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... connect() will be removed. django.db.backends.base.BaseDatabaseOperations.check_aggregate_support() will be ... .db.close_connection() django.db.backends.creation.BaseDatabaseCreation.set_autocommit() django.db.transact ... . The form wizard has been refactored to use class-based views with pluggable backends in 1.4. The previous ... ngo.contrib.formtools.utils.form_hmac The function-based generic view modules will be removed in favor of t ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supported way to retrieve fields and filter fields based on their attributes . The Model._meta object has b ... ap.i18n attribute allows you to generate a sitemap based on the LANGUAGES setting. django.contrib.sites ¶ g ... et_current_site() will now lookup the current site based on request.get_host() if the SITE_ID setting is no ... gnized arguments: ... , as variable parsing is now based on argparse which doesn't implicitly accept positi ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... イン済みユーザのアクセスを制限する ¶ To limit access based on certain permissions or some other test, you'd d ... : ... class UserPassesTestMixin ¶ When using class-based views , you can use the UserPassesTestMixin to do ... dMixin mixin ¶ To apply permission checks to class-based views , you can use the PermissionRequiredMixin : ... red() . Redirecting unauthorized requests in class-based views ¶ To ease the handling of access restriction ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 6090
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age_number () 1 >>> page2 . start_index () # The 1-based index of the first item on this page 3 >>> page2 . ... end_index () # The 1-based index of the last item on this page 4 >>> p . page ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 6005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 The django-users mailing list. This is for email-based discussions. The #django IRC channel on the Libera ... .Chat IRC network. This is for chat-based discussions. If you're new to IRC, see the Libera. ...
https://man.plustar.jp/django/faq/help.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT