検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 225 for also (0.102 sec.)
GEOS API — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e geometry key content of a GeoJSON structure. See also GeoJSON Serializer . GEOSGeometry. geojson ¶ Alias ... unding envelope of this geometry. Note that it can also return a Point if the input geometry is a point. G ... int ( 1 , 1 )) In addition, LineString objects may also be created by passing in a single sequence of coor ... the given geometry. In addition, WKBWriter objects also have properties that may be used to change the byt ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ometry field to the given value. Defaults to 4326 (also known as WGS84 , units are in degrees of longitude ... troleum Survey Group ) identifier. However, it may also be associated with custom projections defined in s ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [ 'pub_date' ]) will allow filtering on headline , also selecting pub_date , while fetching data only from ... pports covering B-Tree indexes, and PostgreSQL 12+ also supports covering GiST indexes . 目次 Model index ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... verse ( 'arch-summary' , args = [ 1945 ])) You can also pass kwargs instead of args . For example: >>> rev ... nt ( match . url_name ) A ResolverMatch object can also be assigned to a triple: func , args , kwargs = re ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee things to note about 404 views: The 404 view is also called if Django doesn't find a match after checki ... ation like filesystem paths. bad_request views are also only used when DEBUG is False . 目次 Built-in View ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h non-ASCII responses using CSRF tokens. The patch also caused issues with some forms, most notably the us ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsions of Python. This releases corrects this, and also fixes a bad documentation link in the project temp ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsions of Python. This releases corrects this, and also fixes a bad documentation link in the project temp ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o determine the appropriate view to invoke. Django also provides a convenience function -- reverse() -- wh ... d not have a CSRF cookie, the cache framework will also cache the CSRF cookie and serve the same nonce to ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on ( migrations . Migration ): atomic = False It's also possible to execute parts of the migration inside ... with use_in_migrations = True ) and Meta options (also versioned, so they may be different from your curr ... ion referencing them. Any custom model fields will also need to be kept, since these are imported directly ... ¶ As well as changing the database schema, you can also use migrations to change the data in the database ...
https://man.plustar.jp/django/topics/migrations.html - [similar]