検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 162 for then (0.040 sec.)
Built-in Views — Django 4.0.6 ドキュメント 6599
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... If DEBUG is set to True (in your settings module), then your 404 view will never be used, and your URLconf ... If DEBUG is set to True (in your settings module), then your 500 view will never be used, and the tracebac ... idden errors. If a view results in a 403 exception then Django will, by default, call the view django.view ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6599
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2 Django 1.4 へようこそ! These release notes cover the new features , as well as some backwards incompatib ... ing to the timezone aware mode may take some care: the new mode disallows some rather sloppy behavior that ... from prior versions. And for those who don't like the new layout, you can use custom project and app temp ... with in-browser testing frameworks like Selenium . The new django.test.LiveServerTestCase base class lets ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6599
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion. atomic takes a using argument which should be the name of a database. If this argument isn't provided ... less one is already active. Such transactions must then be explicitly committed or rolled back. This isn't ... epoint transaction . on_commit ( bar ) # foo() and then bar() will be called when leaving the outermost bl ... hould mean the failure of the transaction itself), then you don't want to use the on_commit() hook. Instea ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you don't want to modify the system's library path then the GEOS_LIBRARY_PATH setting may be added to your ... you don't want to modify the system's library path then the GDAL_LIBRARY_PATH setting may be added to your ... or the Google projection (900913 or 3857) requires the null grid file only included in the extra datum shi ... s. It is easier to install the shifting files now, then to have debug a problem caused by their absence la ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t the gis templates can be located -- if not done, then features such as the geographic admin or KML sitem ... f you can't find the solution to your problem here then participate in the community! You can: Join the #d ... e library path for the entire system. LD_LIBRARY_PATH environment variable ¶ A user may set this environme ... current configuration and use crle -l to set with the new library path. Be very careful when modifying th ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arguments to SearchVector can be any Expression or the name of a field. Multiple arguments will be concate ... es are passed through the stemming algorithms, and then it looks for matches for all of the resulting term ... ated as a single phrase. If search_type is 'raw' , then you can provide a formatted search query with term ... s and operators. If search_type is 'websearch' , then you can provide a formatted search query, similar ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e any of the following to reverse the URL: # using the named URL reverse ( 'news-archive' ) # passing a ca ... Ls on specific application instances, according to the namespaced URL resolution strategy . The urlconf ar ... view function, as parsed from the URL. url_name ¶ The name of the URL pattern that matches the URL. route ... e URL. For example, if the app_name is 'foo:bar' , then app_names will be ['foo', 'bar'] . namespace ¶ The ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields = ( 'name' , 'size' )) In this example, only the name and size attributes of each model will be seri ... t will only contain the serves_hot_dogs attribute. The name attribute of the base class will be ignored. I ... "pk" and "model", the latter being represented by the name of the app ("sessions") and the lowercase name ... ( obj ) return super () . default ( obj ) You can then pass cls=LazyEncoder to the serializers.serialize( ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 持ちます。 引数 credentials の形式は利用している ( AUTHENTICATION_BACKENDS の設定値に定義されています) 認証バ ... とします。この値では利用している認証バックエンドの authenticate() メソッドによって要求される認証情報が必要に ... , backend = None ) ¶ If your site uses Django's authentication system , you can use the force_login() met ... mportant. Unlike login() , this method skips the authentication and verification steps: inactive users ( i ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing to another coordinate system (e.g. WGS84), and then inserting into a GeoDjango model. 注釈 Use of Laye ... 'int', 'str'] >>> print ( len ( layer )) # getting the number of features in the layer (should be 3) 3 >>> ... OGR feature, or if the model field is a geographic then it should correspond to the OGR geometry type, e.g ... l state in the data source. unique Setting this to the name, or a tuple of names, from the given model wil ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT