検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 387 for This (0.018 sec.)
設定 — Django 4.0.6 ドキュメント 7296
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions that take a model object and return its URL. This is a way of inserting or overriding get_absolute_u ... . pub_year , o . slug ), } The model name used in this setting should be all lowercase, regardless of the ... 値: '' (空文字列) The location of the cache to use. This might be the directory for a file system cache, a ... a cache entry is considered stale. If the value of this setting is None , cache entries will not expire. A ...
https://man.plustar.jp/django/ref/settings.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7201
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... capabilities of OGR and GDAL's raster features at this time. オーバービュー ¶ Sample Data ¶ The GDAL/OGR ... on-standard encoding of the strings in the source. This is typically useful when you obtain DjangoUnicodeD ... '/path/to/your/cities.shp' >>> ds . layer_count # This file only contains one layer 1 layer_count ¶ Retur ... : >>> layer = ds [ 0 ] name ¶ Returns the name of this layer in the data source. >>> layer . name 'cities ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uerySets . The important thing for the purposes of this section is that the results are read from the data ... QuerySet is evaluated when you call repr() on it. This is for convenience in the Python interactive inter ... . Pickling QuerySet s ¶ If you pickle a QuerySet , this will force all the results to be loaded into memor ... take some time, defeating the purpose of caching). This means that when you unpickle a QuerySet , it conta ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er our API stability policy policy. As a result of this policy, Django 1.3 begins the deprecation process ... ramework that allows you to use a class as a view. This means you can compose a view out of a collection o ... amework-level support for Python's logging module. This means you can now easily configure and control log ... backported for Python 2.4 compatibility. To access this library, Django provides the django.utils.unittest ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... time zones when handling date/times. When enabled, this Django will store date/times in UTC, use timezone- ... s tested and supported on Python 2.5, 2.6 and 2.7. This change should affect only a small number of Django ... Django 1.5. Django does not support Python 3.x at this time. At some point before the release of Django 1 ... o interpret what a given date/time "really means". This can cause all sorts of subtle timezone-related bug ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd dedication will always be an inspiration to us. This release of Django is for Malcolm. -- The Django De ... base-level autocommit is now turned on by default. This makes transaction handling more explicit and shoul ... the same database connection for several requests. This avoids the overhead of re-establishing a connectio ... ning of each request. For backwards compatibility, this feature is disabled by default. See Persistent con ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.7 is the first release to support Python 3.4. This change should affect only a small number of Django ... Is. As the concept of Django applications matured, this code showed some shortcomings. It has been refacto ... () when Django starts. You can consequently remove this line from your URLconf. Django imports all applica ... rough a deterministic and straightforward process. This should make it easier to diagnose import issues su ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... comes with a lower-level feed-generating API. Use this if you want to generate feeds outside of a web con ... h can be used in your URLconf . A simple example ¶ This simple example, taken from a hypothetical police b ... -item' , args = [ item . pk ]) To connect a URL to this feed, put an instance of the Feed object in your U ... included in the feed as <item> elements. Although this example returns NewsItem objects using Django's ob ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6593
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... only relevant in a deployment setting. You can use this option in your local development environment, but ... USER , PASSWORD , etc., settings. For PostgreSQL, this runs the psql command-line client. For MySQL, this ... runs the mysql command-line client. For SQLite, this runs the sqlite3 command-line client. For Oracle, ... this runs the sqlplus command-line client. This command assumes the programs are on your PATH so t ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6576
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, Linux, Solaris, and macOS platforms. Tutorial ¶ This section contains a brief introduction and tutorial ... or exceptions filling your web server's log files. This generally means that you are creating GEOS objects ... rbage collected before the GEOS object. To prevent this, create GEOSGeometry objects inside the local scop ... ffer) srid ( int ) -- spatial reference identifier This is the base class for all GEOS geometry objects. I ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT