検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 216 for contrib (0.075 sec.)
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ta integrity constraints available from the django.contrib.postgres.constraints module. They are added in the ... or Deferrable.IMMEDIATE . For example: from django.contrib.postgres.constraints import ExclusionConstraint fr ... om django.contrib.postgres.fields import RangeOperators from django. ... ng canceled reservations into account: from django.contrib.postgres.constraints import ExclusionConstraint fr ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5816
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts app, follow these steps: Ensure that the django.contrib.sites framework is installed . Add 'django.contrib ... rects' to your INSTALLED_APPS setting. Add 'django.contrib.redirects.middleware.RedirectFallbackMiddleware' t ... by a standard Django model , which lives in django/contrib/redirects/models.py . You can access redirect obje ... > from django.conf import settings >>> from django.contrib.redirects.models import Redirect >>> # Add a new r ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... うに設定を行います。 MIDDLEWARE 設定を編集し 'django.contrib.sessions.middleware.SessionMiddleware' を含むように ... SessionMiddleware 行と INSTALLED_APPS 内の 'django.contrib.sessions' を削除しても構いません。これで、オーバー ... ¶ デフォルトでは、Django はセッションを、( django.contrib.sessions.models.Session モデルを用いて) データベー ... い場合には、設定ファイルの INSTALLED_APPS に 'django.contrib.sessions' を追加する必要があります。 一度インストー ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5753
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n opt-in feature to enhance the security of django.contrib.sessions . Directory traversal vulnerability in ss ... ng a remote-code execution vulnerability in django.contrib.sessions ¶ django.contrib.sessions currently uses ... ng a remote-code execution vulnerability in django.contrib.sessions 前のトピックへ Django 1.5.4 release notes ... ド release , notes , session , template , essions , contrib , pickle , using , possible , would クイック検索 L ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.7.5 release notes — Django 4.0.6 ドキュメント 5721
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x that prevented a migration crash when unapplying contrib.contenttypes 's or contrib.auth 's first migration ... ecognized in migrations ( #24236 ). Fixed crash in contrib.sites migrations when a default database isn't use ... 7.4 release notes 関連キーワード release , notes , contrib , Bugfixes , トピック , migrations , from , databa ...
https://man.plustar.jp/django/releases/1.7.5.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e import paths that inspectdb generates for django.contrib.postgres fields ( #29307 ). Fixed a regression in ... than necessary ( #29193 ). Fixed crashes in django.contrib.admindocs when a view is a callable object, such a ... s django.contrib.syndication.views.Feed ( #29296 ). Fixed a regress ... Django 2.0.4 リリースノート 関連キーワード Fixed , contrib , regression , トピック , previous , up , next , v ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5658
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pment as an Open Source project. Django's received contributions from hundreds of developers, been translated ... ur 1.0 release comes at the moment where community contributions overtake those made privately. Stability and ... ion ¶ The Django administrative interface ( django.contrib.admin ) has been completely refactored; admin defi ... n the documentation for the autoescape tag. django.contrib.gis (GeoDjango) ¶ A project over a year in the mak ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 5595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.contrib.messages.api のソースコード from django.contrib.me ... ssages import constants from django.contrib.messages.storage import default_storage __all__ = ... u cannot add messages without installing " "django.contrib.messages.middleware.MessageMiddleware" ) else : re ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es the following spatial database backends: django.contrib.gis.db.backends.postgis django.contrib.gis.db.back ... ends.mysql django.contrib.gis.db.backends.oracle django.contrib.gis.db.backe ... be used to save geometric models: >>> from django.contrib.gis.geos import GEOSGeometry >>> poly = GEOSGeomet ... lso be used to save raster models: >>> from django.contrib.gis.gdal import GDALRaster >>> rast = GDALRaster ( ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 5595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... face ¶ The Django administrative interface, django.contrib.admin , supports filtering of displayed lists of o ... as users' password hashes. To remedy this, django.contrib.admin will now validate that querystring lookup ar ... y used to execute the GeoDjango test suite, django.contrib.gis.tests.run_gis_tests , was finally deprecated i ... n favor of a class-based test runner, django.contrib.gis.tests.GeoDjangoTestSuiteRunner , added in this ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT