検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 137 for allow (0.063 sec.)
GEOS API — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 1 , mitre_limit = 5.0 ) ¶ Same as buffer() , but allows customizing the style of the buffer. end_cap_styl ... method is called. However, it has properties that allow for the creation of EWKB, a superset of the WKB st ... 2 , trim = False , precision = None ) ¶ This class allows outputting the WKT representation of a geometry. ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to examine spatial data ¶ The GDAL ogrinfo utility allows examining the metadata of shapefiles or other vec ... geospatial features; however, shapefiles are only allowed to have one layer: >>> print ( len ( ds )) 1 >>> ... Unfortunately, the shapefile data format does not allow for greater specificity with regards to geometry t ... ically wrap geometry values in transformation SQL, allowing the developer to work at a higher level of abst ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trip>]> Defining your own range types ¶ PostgreSQL allows the definition of custom range types. Django's mo ... below, and psycopg2 provides a register_range() to allow use of custom range types. class RangeField ( ** o ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , use ASGI middleware around Django's application, allowing you to combine Django with other ASGI framework ... ded for text and integer fields. The Choices class allows defining a compatible enumeration for other concr ... _display . The new ModelAdmin.get_inlines() method allows specifying the inlines based on the request or mo ... et_url_token attribute in PasswordResetConfirmView allows specifying a token parameter displayed as a compo ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tributes that don't exist are ignored. The maximum allowed similarity of passwords can be set on a scale of ... or password setting, or if you have API calls that allow passwords to be set, for example. validate_passwor ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さい。このようなケースのためにジェネリックビューには allow_empty 引数というものもあります。詳しくは class-bas ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and sync_and_async_middleware() decorators that allow you to apply these flags to middleware factory fun ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... サイト・スクリプティング (XSS) の防御 ¶ XSS attacks allow a user to inject client side scripts into the brow ... equest.get_host() メソッド内で Host ヘッダーの値を ALLOWED_HOSTS 設定で検証します。 このヘッダの検証は get_ ... うので注意してください。 より詳しい情報については、 ALLOWED_HOSTS ドキュメントをご覧ください。 警告 以前のド ... って、ウェブサーバー設定にたよるだけでなく、Djangoの ALLOWED_HOSTS に明示的に設定する必要があります。 さらに、 ...
https://man.plustar.jp/django/topics/security.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .html' % story.id, 'story_detail.html']) . That'll allow you to use a custom template for an individual sto ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5310
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t' , context ) Tests and multiple host names ¶ The ALLOWED_HOSTS setting is validated when running tests. T ... his allows the test client to differentiate between internal ... om host names in tests must include those hosts in ALLOWED_HOSTS . The first option to do so is to add the ... es a list of the domains supported by the project: ALLOWED_HOSTS = [ 'www.djangoproject.dev' , 'docs.django ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 NEXT