検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 216 for contrib (0.071 sec.)
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 5175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.contrib.sessions.exceptions のソースコード from django.cor ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 5175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.contrib.sites.middleware のソースコード from django.utils. ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 5144
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrent similarity threshold. To use it, add 'django.contrib.postgres' in your INSTALLED_APPS and activate the ... rrent similarity threshold. To use it, add 'django.contrib.postgres' in your INSTALLED_APPS and activate the ... okup functions. To use it, you need to add 'django.contrib.postgres' in your INSTALLED_APPS and activate the ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns ¶ These functions are available from the django.contrib.postgres.aggregates module. They are described in ... >>> from django.db.models import Q >>> from django.contrib.postgres.aggregates import BoolAnd >>> Comment . o ... >>> from django.db.models import Q >>> from django.contrib.postgres.aggregates import BoolOr >>> Comment . ob ... eld ( blank = True , null = True ) >>> from django.contrib.postgres.aggregates import JSONBAgg >>> Room . obj ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r all of your apps' models, including those in any contrib and third-party apps you're using, so that no quer ... INSTALLED_APPS before you migrate. See Behavior of contrib apps for information about contrib apps that must ... be registered with any Admin instance: from django.contrib import admin # Specialize the multi-db admin objec ... is not officially supported by Django. Behavior of contrib apps ¶ Several contrib apps include models, and so ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntire Django test suite, including those in django.contrib.gis : DATABASES = { 'default' : { 'ENGINE' : 'djan ... go.contrib.gis.db.backends.postgis' , 'NAME' : 'geodjango' , ... : 'geodjango' , }, 'other' : { 'ENGINE' : 'django.contrib.gis.db.backends.postgis' , 'NAME' : 'other' , 'USE ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5081
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL databases ( #24595 ). Fixed JavaScript path of contrib.admin 's related field widget when using alternate ... locales ( #23271 ). Fixed help text positioning of contrib.admin fields that use the ModelAdmin.filter_horizo ... GDALAllRegister' not found error when initializing contrib.gis on Windows. Optimizations ¶ Changed ModelState ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ategory is variable). Feed classes subclass django.contrib.syndication.views.Feed . They can live anywhere in ... a feed of the latest five news items: from django.contrib.syndication.views import Feed from django.urls imp ... )), # ... ] Note: The Feed class subclasses django.contrib.syndication.views.Feed . title , link and descript ... you returned in items() ). {{ site }} -- A django.contrib.sites.models.Site object representing the current ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5049
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sses ( #28096 ). Fixed change password link in the contrib.auth admin for el , es_MX , and pt translations ( ... for cx_Oracle 6.0 support ( #28138 ). Updated the contrib.postgres SplitArrayWidget to use template-based wi ... iding GDAL errors if it's not installed when using contrib.gis ( #28160 ). (It's a required dependency as of ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tests pass at all times. We appreciate any and all contributions to the test suite! The Django tests all use ... you're not familiar with how to do that, read our contributing tutorial . Next, clone your fork, install som ... of JavaScript unit tests for functions in certain contrib apps. The JavaScript tests aren't run by default u ... r own settings file. Some tests, such as those for contrib.postgres , are specific to a particular database b ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]