検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for Stores (0.023 sec.)
GeoDjango Model API — Django 4.0.6 ドキュメント 16799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r geometry fields. PointField ¶ class PointField ¶ Stores a Point . LineStringField ¶ class LineStringField ...Stores a LineString . PolygonField ¶ class PolygonField ¶ ... Stores a Polygon . MultiPointField ¶ class MultiPointFiel ... d ¶ Stores a MultiPoint . MultiLineStringField ¶ class MultiL ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 9905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... geField ¶ class IntegerRangeField ( ** options ) ¶ Stores a range of integers. Based on an IntegerField . Re ... ield ¶ class BigIntegerRangeField ( ** options ) ¶ Stores a range of large integers. Based on a BigIntegerFi ... geField ¶ class DecimalRangeField ( ** options ) ¶ Stores a range of floating point values. Based on a Decim ... eField ¶ class DateTimeRangeField ( ** options ) ¶ Stores a range of timestamps. Based on a DateTimeField . ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 8621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n some ways to handle differences between the data stores. Django provides support for a number of data type ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orrect, time-zone aware mode. In this mode, Django stores date and time information in UTC in the database, ... nt doesn't apply to PostgreSQL, because it already stores timestamps with time zone information in Django 1. ... ing ¶ Django's auth system ( django.contrib.auth ) stores passwords using a one-way algorithm. Django 1.3 us ... There is still some precision loss, because Python stores microseconds (6 digits) and JSON only supports mil ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 8257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... like this: class BlogEntry ( models . Model ): """ Stores a single blog entry, related to :model:`blog.Blog` ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the warning at the top of this section, Django stores all SQL queries when DEBUG=True . Set DEBUG=False ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eed to be within a nested pair of Subquery instances to resolve correctly: >>> Book . objects . filter ( aut ... artition. If the released field of the Movie model stores the release month of each movies, this ValueRange ... ( expressions ) ¶ Takes a list of expressions and stores them such that get_source_expressions() can return ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 7908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e.g. images, JavaScript, CSS) . By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL ...
https://man.plustar.jp/django/topics/files.html - [similar]
Signals — Django 4.0.6 ドキュメント 7908
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cific senders for more information. weak -- Django stores signal handlers as weak references by default. Thu ...
https://man.plustar.jp/django/topics/signals.html - [similar]
設定 — Django 4.0.6 ドキュメント 7718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f you're connecting to a third-party database that stores datetimes in a local time rather than UTC, then yo ... ge.fallback.FallbackStorage' Controls where Django stores message data. Valid values are: 'django.contrib.me ... ontrib.sessions.backends.db' Controls where Django stores session data. Included engines are: 'django.contri ... rage, this sets the directory in which Django will store session data. When the default value ( None ) is us ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 NEXT