検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 235 for only (0.044 sec.)
View decorators — Django 4.0.6 ドキュメント 7455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_method_list ) ¶ Decorator to require that a view only accepts particular request methods. Usage: from dj ... ) def my_view ( request ): # I can assume now that only GET or POST requests make it this far # ... pass N ... require_GET () ¶ Decorator to require that a view only accepts the GET method. require_POST () ¶ Decorato ... r to require that a view only accepts the POST method. require_safe () ¶ Decorat ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7066
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resource that they have already seen. This is commonly used when retrieving a web page (using an HTTP GET ... orator. This decorator uses the two functions (you only need to supply one, if you can't compute both quan ... he front page, displaying the latest blog entries, only changes when you add a new blog entry, you can com ... so be prepared to handle both. However, sometimes only one value is easy to compute and Django provides d ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ext in rendering the template. The middleware will only add a trailing slash and redirect (by looking at t ... continues to be processed as usual. The middleware only gets activated for 404s -- not for 500s or respons ... Because the FlatpageFallbackMiddleware is applied only after URL resolution has failed and produced a 404 ... eturns will not apply any view middleware methods. Only requests which are successfully routed to a view v ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
設定 — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... see the CSRF limitations section. CSRF_COOKIE_HTTPONLY ¶ デフォルト値: False Whether to use HttpOnly flag ... he CSRF cookie. Designating the CSRF cookie as HttpOnly doesn't offer any practical protection because CSR ... F is only to protect against cross-domain attacks. If an att ... nstead of from the cookie . See SESSION_COOKIE_HTTPONLY for details on HttpOnly . CSRF_COOKIE_NAME ¶ デフォ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.test.simple.DjangoTestSuiteRunner ) found tests only in the models.py and tests.py modules of a Python ... sts located anywhere in your codebase, rather than only in INSTALLED_APPS . For more details, see Django に ... ATE or INSERT were needed. The new algorithm needs only one query for updating an existing row while the o ... immediately fail the authentication chain. The HttpOnly flag can be set on the CSRF cookie with CSRF_COOKI ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CVE-2018-16984: Password hash disclosure to "view only" admin users ¶ If an admin user has the change per ... mission to the user model, only part of the password hash is displayed in the chan ... CVE-2018-16984: Password hash disclosure to "view only" admin users Bugfixes 前のトピックへ Django 2.1.3 ... gression , hash , where , admin , change , users , only , permission クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6606
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hic Projections library Yes (PostgreSQL and SQLite only) 8.x, 7.x, 6.x, 5.x, 4.x GDAL Geospatial Data Abst ... Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.1, 3.0, 2.5, 2.4 SpatiaLite Spatial extensions ... for SQLite Yes (SQLite only) 5.0, 4.3 Note that older or more recent versions ... If using MySQL or Oracle as the spatial database, only GEOS is required. 注釈 On Linux platforms, it may ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uns (if STATIC_ROOT isn't empty), files are copied only if they have a modified timestamp greater than the ... tting to 'path.to.MyStaticFilesStorage' . Some commonly used options are: --noinput , --no-input ¶ Do NOT ... ¶ By default, all matching locations are found. To only return the first match for each relative path, use ... with the staticfiles app entirely. This option is only available if the staticfiles app is in your projec ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
データベース — Django 4.0.6 ドキュメント 6524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rminated by the database server. (This problem may only affect very low traffic sites.) At the end of each ... -side cursor . By default, PostgreSQL assumes that only the first 10% of the results of cursor queries wil ... erver-side cursor, because server-side cursors are only accessible in the connection in which they were cr ... transaction. This way, the server-side cursor will only live for the duration of the transaction. Manually ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eOperators . EQUAL ), ] Restrictions on operators. Only commutative operators can be used in exclusion con ... n constraint as non-key columns. This allows index-only scans to be used for queries that select only incl ... uded fields ( include ) and filter only by indexed fields ( expressions ). include is supp ... orted only for GiST indexes on PostgreSQL 12+. opclasses ¶ Ex ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT