検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 239 for example (0.562 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use the translations of the generic language. For example, untranslated pt_BR strings use pt translations. 管 ... le now appears as an attribute of each option. For example, in a custom input_option.html template, change {% ... mmand requires translations to be deactivated (for example, to insert untranslated content into the database) ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onger collected from base ModelAdmin classes ¶ For example, in older versions of Django: from django.contrib ... s must be updated to use their own app_label . For example, for app.MyProxyModel inheriting from other_app.Co ... ll Media classes for any missing dependencies. For example, widgets depending on django.jQuery must specify j ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Use the login name and a hash of the password. For example: ADMIN_LOGIN = 'admin' ADMIN_PASSWORD = 'pbkdf2_sh ... s of tasks or closing tasks.) Continuing the above example, the following checks if a user may close tasks: u ... field, plus all required fields as arguments. For example, if your user model uses email as the username fie ... field, plus all required fields as arguments. For example, if your user model uses email as the username fie ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 4475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango release series receive security support. For example, during the development cycle leading to the relea ... nsitive -- due to a known exploit in the wild, for example -- the time between advance notification and publi ...
https://man.plustar.jp/django/internals/security.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g_description = file: README.rst url = https://www.example.com/ author = Your Name author_email = yourname@ex ... ample.com license = BSD-3-Clause # Example license classifiers = Environment :: Web Environme ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p compatibility table . Lookups with rasters ¶ All examples in the reference below are given for geometry fie ... data is automatically converted to geometries. The examples below show the SQL equivalent for the lookups in ... hip consistent with the DE-9IM model. [1] Geometry example: # A tuple lookup parameter is used to specify the ... WHERE Relate ( poly , geom , 'T*T***FF*' ) Raster example: Zipcode . objects . filter ( poly__relate = ( ras ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Django 1.4.7 release notes — Django 4.0.6 ドキュメント 4475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ath that starts with one of the allowed roots. For example, if ALLOWED_INCLUDE_ROOTS = ("/var/www",) the foll ...
https://man.plustar.jp/django/releases/1.4.7.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on or the PYTHONWARNINGS environment variable. For example, to show warnings while running tests:   $ pytho ... aptured which would hide deprecation warnings. For example, if you use pytest : $ PYTHONWARNINGS = always pyt ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... L GROUP BY clause to build the list of values. For example, if you want to annotate all related books to an a ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese classes live in django/core/paginator.py . For examples, see the Pagination topic guide . Paginator class ... of leaving the items on a page by themselves. For example, with 23 items, per_page=10 , and orphans=3 , ther ... d by the on_ends argument which defaults to 2. For example, with the default values for on_each_side and on_e ...
https://man.plustar.jp/django/ref/paginator.html - [similar]