検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 170 for there (0.059 sec.)
コードのコミット — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it message should be in lines of 72 chars maximum. There should be a subject line, separated by a blank lin ... contributors in the commit message: "Thanks A for the report and B for review." Use git's Co-Authored-By a ... it message in that format will automatically close the referenced ticket and post a comment to it with the ... 0c0cbf1c97047daed2c5b41b296bbc56fe1d7e3 from main. There's a script on the wiki to automate this. If the co ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, although PostgreSQL at present does not enforce the restriction. 注釈 When nesting ArrayField , whether ... he values padded with None . Querying ArrayField ¶ There are a number of custom lookups and transforms for ... The contains lookup is overridden on ArrayField . The returned objects will be those where the values pass ... o the array. Any non-negative integer can be used. There are no errors if it exceeds the size of the array. ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
データベース — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... databases: PostgreSQL MariaDB MySQL Oracle SQLite There are also a number of database backends provided by ... any database errors have occurred while processing the requests, Django checks whether the connection still ... umes that all databases use UTF-8 encoding. Using other encodings may result in unexpected behavior such as ... level ¶ Like PostgreSQL itself, Django defaults to the READ COMMITTED isolation level . If you need a highe ...
https://man.plustar.jp/django/ref/databases.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 6542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault = False ) def __str__ ( self ): return " %s the restaurant" % self . place . name class Waiter ( mod ... lable: >>> p1 . restaurant <Restaurant: Demon Dogs the restaurant> p2 doesn't have an associated restaurant ... urant >>> except ObjectDoesNotExist : >>> print ( "There is no restaurant here." ) There is no restaurant h ... e () >>> p2 . restaurant <Restaurant: Ace Hardware the restaurant> >>> r . place <Place: Ace Hardware the p ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... structions up-to-date if you make changes! The point here is to be descriptive, not prescriptive, so feel f ... update this document accordingly! オーバービュー ¶ There are three types of releases that you might need to ... list one week before the actual release. Proofread the release notes, looking for organization and writing ... il announcement. Update version numbers and create the release package(s). Upload the package(s) to the dja ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for some features . Python バージョン間の互換性 ¶ The release of Django 1.2 was notable for having the fir ... ving to Python 3.x will be published shortly after the release of Django 1.3. What's new in Django 1.3 ¶ ク ... ion on class-based generic views for more details. There is also a document to help you convert your functi ... ILES_DIRS , and will be served at STATIC_URL . See the reference documentation of the app for more details ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re caching comes in. To cache something is to save the result of an expensive calculation so that you don't ... e cache. All data is stored directly in memory, so there's no overhead of database or filesystem usage. Aft ... tself, you'll need to install a Memcached binding. There are several Python Memcached bindings available; t ... ns for caching, not storage -- but we point this out here because memory-based caching is particularly temp ...
https://man.plustar.jp/django/topics/cache.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t of memory, you'll have done more harm than good. There are other trade-offs to bear in mind. Your own tim ... . Examples include: Yahoo's Yslow Google PageSpeed There are also several paid-for services that perform a ... unting in the template would be better . Secondly, there are other options to consider: in a real-life case ... , resource-hungry and slow) to compute a value, so there can be huge benefit in saving the value to a quick ...
https://man.plustar.jp/django/topics/performance.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rieve the CSRF token), if it wasn't already set on the request. In order to protect against BREACH attacks, ... not done for HTTP requests because the presence of the Referer header isn't reliable enough under HTTP.) If ... the CSRF_COOKIE_DOMAIN setting is set, the referer is compared against it. You can allow cross- ... api.example.com . If the setting is not set, then the referer must match the HTTP Host header. Expanding t ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Middleware and override the attribute to customize the redirects issued by the middleware. class BrokenLink ... re any other middleware that need to read or write the response body so that compression happens afterward. ... rue: The content body is less than 200 bytes long. The response has already set the Content-Encoding header ... . The request (the browser) hasn't sent an Accept-Encoding ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT