検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 118 for page (0.060 sec.)
Django Utils — Django 4.0.6 ドキュメント 5999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, private header to a response to indicate that a page should never be cached. Each header is only added ... eck against. If there is no headerlist stored, the page needs to be rebuilt, so this function returns None ... key generation is stored in the same cache as the pages themselves. If the cache ages some data out of th ... ed to the middleware_class. For example, the cache_page() decorator is created from the CacheMiddleware li ...
https://man.plustar.jp/django/ref/utils.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite -- everyone will instead see your public error pages. You need to keep track of errors that occur in d ... onfigured to email errors about broken links (404 "page not found" errors). Django sends emails about 404 ... rcepts 404 errors, such as LocaleMiddleware or FlatpageFallbackMiddleware . Put it toward the top of your ... ort. Used for HTML version of debug 500 HTTP error page. get_traceback_text () ¶ Return plain text version ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 5962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k check Translating documentation django-admin man page Django のローカライズ 翻訳 フォーマット ドキュメン ... い。私たちは知り得た Django のブログを全て community page 上にまとめています。もしブログをそのページに表示さ ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 5962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルト値: 600 The default number of seconds to cache a page for the cache middleware . See Django's cache fram ... case of a user closing a browser or bookmarking a page and then loading that page from a browser cache. W ... th that name exists, it will be used to render the page. CSRF_HEADER_NAME ¶ デフォルト値: 'HTTP_X_CSRFTOKE ... http://... if requests originate from an insecure page). The setting also supports subdomains, so you cou ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e passed to the middleware_class. Use like:: cache_page = decorator_from_middleware_with_args(CacheMiddlew ... are) # ... @cache_page(3600) def my_view(request): # ... """ return make_ ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n introduction to the tools and the workflow. This page contains more general advice on ways you can contr ... guide on Writing documentation . 注釈 The reports page contains links to many useful Trac queries, includ ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with a list of objects selected on the change list page. If you look at any change list in the admin, you' ... rming an action: Actions that provide intermediate pages ¶ By default, after an action is performed the us ... er is redirected back to the original change list page. However, some actions, especially more complex on ... es, will need to return intermediate pages. For example, the built-in delete action asks for ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nium to test rendered HTML and the behavior of web pages, namely JavaScript functionality. Django also pro ... t, instantiate django.test.Client and retrieve web pages: >>> from django.test import Client >>> c = Clien ... ) The test client is not capable of retrieving web pages that are not powered by your Django project. If y ... ou need to retrieve other web pages, use a Python standard library module such as url ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release is needed. Update the django-admin manual page : $ cd docs $ make man $ man _build/man/django-adm ... man/django-admin.1 and then commit the changed man page. If this is the alpha release of a new series, cre ... e): $ twine upload -s dist/* Go to the Add release page in the admin , enter the new release number exactl ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 5874
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a query expression without asc() or desc() in the page's ordering ( #29428 ). Fixed admin check crash whe ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT