検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 171 for we (0.017 sec.)
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 13220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt out of mixins providing discrete functionality. We'll consider DetailView , which renders a "detail" ... em. This will introduce us to four mixins which between them provide useful functionality when working w ... Lists of objects follow roughly the same pattern: we need a (possibly paginated) list of objects, typic ... ally a QuerySet , and then we need to make a TemplateResponse with a suitable te ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 11350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o see added. As in any garden, sometimes there are weeds to be pulled and sometimes there are flowers an ... d vegetables that need picking. We need your help to sort out one from the other, and ... in the end we all benefit together. Like all gardens, we can asp ... ho -- with the best of intentions -- fertilize the weeds and poison the roses. It's the job of the commu ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 8963
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd disclosure of security-related issues. As such, we've adopted and follow a set of policies which conf ... updates to the official distribution of Django, as well as to third-party distributions. Reporting secur ... ut due to the sensitive nature of security issues, we ask that they not be publicly reported in this fas ... f Django: older versions may also be affected, but we do not investigate to determine that, and will not ...
https://man.plustar.jp/django/internals/security.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8670
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... require major changes to existing applications. However, we're also releasing 0.96 now because we have ... e some code changes for application developers, so we recommend that you stick with Django 0.96 until th ... = "mysql" to this: DATABASE_ENGINE = "mysql_old" However, we strongly encourage MySQL users to upgrade t ... ュのエスケープ方式の変更 ¶ The Django database API now escapes backslashes given as query parameters. If y ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... そ! These release notes cover the new features , as well as some backwards incompatible changes you'll wa ... when upgrading from Django 1.3 or older versions. We've also dropped some features, which are detailed ... in our deprecation plan , and we've begun the deprecation process for some features ... e rather sloppy behavior that used to be accepted. We encourage anyone who's upgrading to check out the ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 8209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s « previous | up | next » Writing documentation ¶ We place a high importance on consistency and readabi ... Django was created in a journalism environment! So we treat our documentation like we treat our code: we ... read as HTML at https://docs.djangoproject.com/ , we edit it as a collection of text files for maximum ... entation, just as it has latest-and-greatest code. We also backport documentation fixes and improvements ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 8085
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mutable. It's just a # collection of functions. So we don't need to do anything # complicated for copyin ... eed to # override __copy__() and __deepcopy__() as well. self . _wrapped = empty __getattr__ = new_metho ... Object must provide a _setup() method" ) # Because we have messed with __class__ below, we confuse pickl ... e as to what # class we are pickling. We're going to have to initialize th ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 8029
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import sys import threading import warnings import weakref from concurrent.futures import Future , Threa ... : pass if force_new_loop : # They have asked that we always run in a new sub-loop. self . main_event_lo ... loop in this thread. Look for the threadlocal if # we're inside SyncToAsync main_event_loop_pid = getatt ... c . threadlocal , "main_event_loop_pid" , None ) # We make sure the parent loop is from the same process ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7916
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _str__ ( self ): return self . title A common task we might perform with a model like this is to update ... an article's status from "draft" to "published". We could easily do this in the admin one article at a ... time, but if we wanted to bulk-publish a group of articles, it'd b ... to "published." Writing action functions ¶ First, we'll need to write a function that gets called when ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 7848
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e discussion to django-developers . バグレポート ¶ Well-written bug reports are incredibly helpful. Howe ... ed by developers and interested community members; we see them as they are filed. 以前に作成されたticket ... をすぐに発見することができます。 機能のリクエスト ¶ We're always trying to make Django better, and your f ... nce, you want to support another database engine — we'll probably suggest that you develop it independen ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT