検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 216 for contrib (0.023 sec.)
Django 3.2 release notes — Django 4.0.6 ドキュメント 6792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... application's path in INSTALLED_APPS (e.g. 'django.contrib.admin' ) rather than the app config's path (e.g. ' ... django.contrib.admin.apps.AdminConfig' ). It was introduced for b ... functions under the hood. マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now allows search ... iew to False to disable the catch-all view. django.contrib.auth ¶ The default iteration count for the PBKDF2 ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ompatible considerations . マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now accepts any l ... limit their availability to certain users. django.contrib.auth ¶ createsuperuser now gives a prompt to allow ... assing the AUTH_PASSWORD_VALIDATORS checks. django.contrib.gis ¶ The new GEOSGeometry.buffer_with_style() met ... ed on OpenLayers 4.6.5 (previously 3.20.1). django.contrib.sessions ¶ Added the SESSION_COOKIE_SAMESITE setti ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 効にするために必要な設定を全て含んでいます: 'django.contrib.messages' は、 INSTALLED_APPS の中にあります。 MID ... DLEWARE は 'django.contrib.sessions.middleware.SessionMiddleware' と 'django. ... エンドの 'context_processors' オプションは、 'django.contrib.messages.context_processors.messages' を含みます。 ... ジを使いたくない場合は、 INSTALLED_APPS から 'django.contrib.messages' を、 MIDDLEWARE から MessageMiddleware 行 ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and permission_required() , decorators from django.contrib.auth only apply to functions and no longer work on ... this implementation and it will be used by django.contrib.auth.models.User . See the authentication docs for ... re details. readonly_fields in ModelAdmin ¶ django.contrib.admin.ModelAdmin.readonly_fields has been added to ... spatial database backends are now included: django.contrib.gis.db.backends.postgis django.contrib.gis.db.back ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo Tutorial ¶ はじめに ¶ GeoDjango is an included contrib module for Django that turns it into a world-class ... up: DATABASES = { 'default' : { 'ENGINE' : 'django.contrib.gis.db.backends.postgis' , 'NAME' : 'geodjango' , ... odify the INSTALLED_APPS setting to include django.contrib.admin , django.contrib.gis , and world (your newly ... created application): INSTALLED_APPS = [ 'django.contrib.admin' , 'django.contrib.auth' , 'django.contrib.c ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... more details and examples. マイナーな機能 ¶ django.contrib.admin ¶ Added support for the admin_order_field at ... 3.1 から 3.4.1 にアップグレードされました。 django.contrib.auth ¶ The new reset_url_token attribute in Passwo ... of username, email, and password fields in django.contrib.auth.forms for better interaction with browser pas ... asher is increased from 150,000 to 180,000. django.contrib.gis ¶ Allowed MySQL spatial lookup functions to op ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
概要: モジュールコード — Django 4.0.6 ドキュメント 6509
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るもの asgiref.sync django django.apps.config django.contrib.gis.measure django.contrib.messages.api django.con ... trib.messages.middleware django.contrib.postgres.validators django.contrib.sessions.except ... ions django.contrib.sites.middleware django.core.checks.messages djang ...
https://man.plustar.jp/django/_modules/index.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... revious | up | next » The staticfiles app ¶ django.contrib.staticfiles collects static files from each of you ... _STORAGE STATICFILES_FINDERS 管理コマンド ¶ django.contrib.staticfiles exposes three management commands. col ... parameters, respectively. For example: from django.contrib.staticfiles import storage class MyStaticFilesStor ... tterns attribute of this class and replace 'django.contrib.staticfiles' with that class path in your INSTALLE ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6414
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y from WKT, HEX, WKB, and GeoJSON: >>> from django.contrib.gis.geos import GEOSGeometry >>> pnt = GEOSGeometr ... coordinates into its constructor: >>> from django.contrib.gis.geos import Point >>> pnt = Point ( 5 , 23 ) A ... yword argument srid . For example: >>> from django.contrib.gis.geos import GEOSGeometry , LineString , Point ... a GEOSGeometry object from a file: >>> from django.contrib.gis.geos import fromfile >>> pnt = fromfile ( '/pa ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6414
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Meta.constraints option. マイナーな機能 ¶ django.contrib.admin ¶ Added a CSS class to the column headers of ... TabularInline . django.contrib.auth ¶ The HttpRequest is now passed as the first ... ackend.configure_user() , if it accepts it. django.contrib.gis ¶ Added Oracle support for the Envelope functi ... pport for the coveredby and covers lookups. django.contrib.postgres ¶ The new ordering argument for ArrayAgg ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT