検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 572 for up (0.069 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 4340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Advanced testing topics ¶ The request fac ... his is just a factory for producing requests, it's up to you to handle the response. It does not support ... re. Session and authentication attributes must be supplied by the test itself if required for the view t ... ew , my_view class SimpleTest ( TestCase ): def setUp ( self ): # Every test needs access to the request ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.contrib.sessions.exceptions — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.contrib.sessions.exceptions のソースコード ... red with""" pass [ドキュメント] class SessionInterrupted ( BadRequest ): """The session was interrupted. ... """ pass クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/contrib/sessions/exceptions.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.contrib.sites.middleware のソースコード fro ... e = get_current_site ( request ) クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » GeoDjango Installation ¶ オーバービュー ¶ ... h SpatiaLite) are the spatial databases currently supported. 注釈 PostGIS is recommended, because it is ... ed. The following lists the library requirements, supported versions, and any notes for each of the supp ... abase backends: データベース Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.4 documentation 4196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュール一覧 上へ Django ドキュメント 目次 ¶ revision-up-to: 11321 (1.1) Django ドキュメント ¶ revision-up- ... の撤廃・削除スケジュール さあ始めましょう ¶ revision-up-to: 17812 (1.4) Django は初めてですか? Web 開発全般 ... 、行動に移してみましょう。 Django の概要 ¶ revision-up-to: 17812 (1.4) Django は変転の激しいニュースルーム ... hn Smith' .. # Django provides a rich database lookup API. # Django は充実したデータベース検索 API を提供 ...
https://man.plustar.jp/django/contents.html - [similar]
データベース — Django 4.0.6 ドキュメント 4196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » データベース ¶ Django officially supports ... ds provided by third parties . Django attempts to support as many features as possible on all database b ... had to make design decisions on which features to support and which assumptions we can make safely. This ... maintains its own connection, your database must support at least as many simultaneous connections as y ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 0.95 リリースノート ¶ Django 0.95 ... FlatPage, Sites and Redirects apps, have been decoupled and moved into django.contrib . If you don't wa ... to install their database tables. Django now has support for managing database transactions. We've adde ... longer requires you to have a working database set up just to serve dynamic pages. In other words, you c ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 4196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.4.21 release notes ¶ July 8, 201 ... sts with unknown session keys, potentially filling up the session store or causing other users' session ... ords , built , record , backends クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4196
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クラスベースのビューでミックスインを使用す ... get_template_names() , which by default will look up template_name on the class-based view; two other m ... rmView , and the model-specific views CreateView , UpdateView and DeleteView ), and in the date-based ge ... e, the generic edit views use _form for create and update views, and _confirm_delete for delete views.) ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to deploy with ASGI ¶ As well as WSGI ... , Django also supports deploying on ASGI , the emerging Python stand ... ons. Django's startproject management command sets up a default ASGI configuration for you, which you ca ... pplication オブジェクト ¶ Like WSGI, ASGI has you supply an application callable which the application s ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]