検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 438 for For (0.082 sec.)
django.contrib.postgres — Django 4.0.6 ドキュメント 4048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts. This optional module contains model fields and form fields for a number of PostgreSQL specific data t ... ould encourage those writing reusable applications for the Django community to write database-agnostic co ... s between the data stores. Django provides support for a number of data types which will only work with P ... ostgreSQL. There is no fundamental reason why (for example) a contrib.mysql module does not exist, ex ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
検索 — Django 4.0.6 ドキュメント 4048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed fields have a selection of matching operations. For example, you may wish to allow lookup up an author ... ined functions. Django doesn't include any support for them at this time. We'll use some examples from Po ... n this case we have an asymmetry though - a search for Helen will pick up Helena or Hélène , but not the ... how many appear in both search and source strings. For the longer name, there are more combinations that ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 4031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ort Error as BinasciiError from email.utils import formatdate from urllib.parse import ( ParseResult , Sp ... ems" ): query = query . items () query_params = [] for key , value in query : if value is None : raise Ty ... peError ( "Cannot encode None for key ' %s ' in a query string. Did you " "mean to p ... https://bugs.python.org/issue31706. query_val = [] for item in itr : if item is None : raise TypeError ( ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 4031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cumentation are some additional notes and settings for PostGIS users. PostGIS ¶ 設定 ¶ 注釈 The settings ... atial backend initializes on PostGIS, it has to perform an SQL query to determine the version in order to ... ifying the major, minor, and micro version numbers for PostGIS. For example, to configure for PostGIS X.Y ... abase user with sufficient privileges to run tests for GeoDjango applications on PostgreSQL. If your spat ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as its own Feed subclass that may embed location information in RSS/Atom feeds formatted according to eit ... please consult Django's syndication documentation for details on general usage. カスタマイズ例 ¶ API Ref ... , or can be a tuple to represent a point or a box. For example: class ZipcodeFeed ( Feed ): def geometry ... eometry ( item ) ¶ Set this to return the geometry for each item in the feed. This can be a GEOSGeometry ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » GeoDjango Forms API ¶ GeoDjango provides some specialized form f ... ASA . Field arguments ¶ In addition to the regular form field arguments , GeoDjango form fields take the ... the SRID code that the field value should be transformed to. For example, if the map widget SRID is diff ... ss. It matches the OpenGIS standard geometry name. Form field classes ¶ GeometryField ¶ class GeometryFie ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #32091 ). Fixed displaying Unicode characters in forms.JSONField and read-only models.JSONField values ... f ArrayAgg and StringAgg with ordering on key transforms for JSONField ( #32096 ). Fixed a regression in ... caused a crash of __in lookup when using key transforms for JSONField in the lookup value ( #32096 ). Fi ... caused a crash of ExpressionWrapper with key transforms for JSONField ( #32096 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be detected. Django provides both a low-level API for signing values and a high-level API for setting an ... 名もあります。 Generating "recover my account" URLs for sending to users who have lost their password. Ens ... uring data stored in hidden form fields has not been tampered with. Generating one ... -time secret URLs for allowing temporary access to a protected resource, ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 3989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s *not* contain, if inverse_match is True) a match for the regular expression. """ regex_matches = self . ... "0-9-]{0,61}[a-z" + ul + r "0-9])?" ) # Max length for domain name labels is 63 characters per RFC 1034 s ... ValidationError as e : # Trivial case failed. Try for possible IDN domain if value : try : scheme , netl ... ragment = urlsplit ( value ) except ValueError : # for example, "Invalid IPv6 URL" raise ValidationError ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 3989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... session, or no session at all. This can lead to information disclosure and can be a vector for cache poi ... eader in combination with many content types. Therefore, Django would remove the header if the request wa ... net Explorer. To remedy this, the special behavior for these older Internet Explorer versions has been re ... ddition, modifications to the Cache-Control header for all Internet Explorer requests with a Content-Disp ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]