検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 250 for have (0.081 sec.)
Django のインストール方法 — Django 4.0.6 ドキュメント 4492
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which mode is right for your setup. Make sure you have Apache installed with the mod_wsgi module activate ... nts, follow these instructions: Make sure that you have Git installed and that you can run its commands fr ...
https://man.plustar.jp/django/topics/install.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4492
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "recover my account" URLs for sending to users who have lost their password. Ensuring data stored in hidde ... ish for every occurrence of a particular string to have the same signature hash, you can use the optional ...
https://man.plustar.jp/django/topics/signing.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the GeoJSON feature. This is only needed when you have a model with more than one geometry field and you ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... S-0.3.shp (ESRI Shapefile) Data source objects can have different layers of geospatial features; however, ... shapefiles are only allowed to have one layer: >>> print ( len ( ds )) 1 >>> lyr = ds ... bove uses a MultiPolygonField . The Layer may also have a spatial reference system associated with it. If ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eature set of the supported databases so its users have the most to gain. PostgreSQL specific aggregation ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n after the field's to_python and validate methods have been called. フォームのバリデーションは複数のステッ ... be used to validate values inside the field, let's have a look at Django's SlugField : from django.core im ... le.com" not in data : raise ValidationError ( "You have forgotten about Fred!" ) # Always return a value t ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld lookups , Q objects, or Expression objects that have an output_field that is a BooleanField . The resul ... is: >>> # Create some more Clients first so we can have something to count >>> Client . objects . create ( ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the model being viewed, or cross relations which have been explicitly allowed by the application develop ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oduced GenericIPAddressField constructor arguments have been adapted to match those of all other model fie ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . This issue only affects versions of Python that haven't received a bugfix in HTMLParser ; namely Python ... < 2.7.7 and 3.3.5. Some operating system vendors have also backported the fix for the Python bug into th ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]