検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 185 for see (0.041 sec.)
設定 — Django 4.0.6 ドキュメント 13555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... がインストールされているときのみ有効です。詳しくは see ミドルウェア (Middleware) を参照。また PREPEND_WWW ... nt, as long as it has the same argument signature. See the cache documentation for more information. KEY_ ... ault) to all cache keys used by the Django server. See the cache documentation for more information. LOCA ... ber for cache keys generated by the Django server. See the cache documentation for more information. CACH ...
https://man.plustar.jp/django/ref/settings.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 11982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go administrative interface. For more information, see Tutorial 2 and the admin documentation . Requires ... stalled. auth ¶ Django's authentication framework. See Django でのユーザー認証 . contenttypes ¶ A light f ... installed Django model is a separate content type. See the contenttypes documentation . flatpages ¶ A fra ... rk for managing "flat" HTML content in a database. See the flatpages documentation . Requires the sites c ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eworks (like Selenium ). ... and a whole lot more; see below ! Wherever possible we try to introduce new ... r site's front and back ends more comprehensively. See the documentation for more details and concrete ex ... / path / to / new / project For more information, see the startapp and startproject documentation. Impro ... s matched by a FOR UPDATE query. For more details, see the documentation for select_for_update() . Model. ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 8406
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... longer needed. As a consequence, it's deprecated. See アプリケーションを設定する for full details. Custo ... ated through tables cannot be generated currently. See the DEFAULT_AUTO_FIELD docs for details on migrati ... che 3.4.0 or higher is required. For more details, see the documentation on caching in Django . New decor ... eme that is enabled according to browser settings. See Theming support for more details. ModelAdmin.autoc ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the release notes of two versions prior. 5.0 ¶ See the Django 4.0 release notes for more details on t ... an ErrorDict and ErrorList will be removed. 4.1 ¶ See the Django 3.2 release notes for more details on t ... torage.cookie.CookieStorage will be removed. 4.0 ¶ See the Django 3.0 release notes for more details on t ... . django.utils.http.is_safe_url() will be removed. See the Django 3.1 release notes for more details on t ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 7922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y and reproduce it. If you can reproduce it and it seems valid, make a note that you confirmed the bug an ... 's behavior, even if you don't fix the bug itself. See more at How can I help with triaging? Look for tic ... ed. Updating a patch is both useful and important! See more on Submitting patches . Write some documentat ... ified? Go ahead and suggest a documentation patch! See also the guide on Writing documentation . 注釈 The ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7515
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e member value will be a (value, label) two-tuple. See below for an example of subclassing choices using ... t because they can't be serialized by migrations . See that documentation for other caveats. For fields l ... or each field in the Field types section below. These error messages often don't propagate to forms. See ... bally in the DEFAULT_AUTO_FIELD setting. For more, see 自動インクリメントのプライマリーキーフィールド . p ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ute argument should be a string or gettext_lazy() (see URL パターンを翻訳する ) that contains a URL patte ... decimal digits and converts the value to an int . See Django のリクエスト処理 for more details. The view ... ditional arguments to the view function or method. See 追加的なオプションをビュー関数に渡す for an exampl ... e. See Naming URL patterns for why the name argument is u ...
https://man.plustar.jp/django/ref/urls.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7306
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ず、明確な意味を持たないためです。 Pickling/Caching. See the following section for details of what is invol ... on interactive interpreter, so you can immediately see your results when using the API interactively. len ... need the actual objects), it's more efficient to use exists() . Pickling QuerySet s ¶ If you pickle a Qu ... Python sequence and looked at seq[-5:] , we would see the fifth-last item first. Django doesn't support ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7306
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... resents revision 8961 of our public repository. It seems fitting that our 1.0 release comes at the moment ... ed to make only minor changes for any 1.X release. See the API stability guide for full details. 後方互換 ... written against Django 0.96 that you need to port, see our detailed porting guide: Porting your apps from ... tation will be your definitive guide. Anywhere you see something like: New in Django 1.0: This feature is ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT