検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 250 for have (0.077 sec.)
Unit tests — Django 4.0.6 ドキュメント 5756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erating system packages that your computer doesn't have installed. You can usually figure out which packag ... ating system to the search query if needed. If you have trouble installing the requirements, you can skip ... lling the optional test dependencies. If you don't have an optional dependency installed, the tests that r ... use the same backend as the default , and it must have a different name. If you're using a backend that i ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of context-switches between sync and async. If you have an ASGI server, but all your middleware and views ... n an ASGI server and an asynchronous view, it will have to switch into sync mode for the middleware and th ... eral you will only want to enable ASGI mode if you have asynchronous code in your project. 非同期安全性 ¶ ... to operate safely in an async environment, as they have global state that is not coroutine-aware. These pa ...
https://man.plustar.jp/django/topics/async.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Django admin). It means the same story doesn't have to be published twice in the database; it only has ... a RequestSite instance if it is not. If you don't have access to the request object, you can use the get_ ... in for display ¶ LJWorld.com and Lawrence.com both have email alert functionality, which lets readers sign ... late system. Assuming Lawrence.com and LJWorld.com have different template directories ( DIRS ), you could ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.lookups import GreaterThan # Find companies that have more employees than chairs. Company . objects . fi ... es__gt = F ( 'num_chairs' )) # Find companies that have at least twice as many employees # as chairs. Both ... r . stories_filed += 1 reporter . save () Here, we have pulled the value of reporter.stories_filed from th ... ct back to the database. But instead we could also have done: from django.db.models import F reporter = Re ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld. For example, to generate a list of books that have more than one author, you can issue the query: >>> ... highly_rated ) Each Author in the result set will have the num_books and highly_rated_books attributes. S ... , 1) Both queries return a list of publishers that have at least one book with a rating exceeding 3.0, hen ... . The second query counts the number of books that have a rating exceeding 3.0 for each publisher. The fil ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eck with the other mergers to make sure they don't have any uncommitted changes for the release. Proofread ... eature release, ensure translations from Transifex have been integrated. This is typically done by a separ ... the releaser, but here are the steps. Provided you have an account on Transifex: $ python scripts/manage_t ... including the tag: git push --tags . Make sure you have an absolutely clean tree by running git clean -dfx ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l data, in order for most of them to be useful you have to have some data to work with. If you're starting ... out and don't yet have any data of your own to use, GeoDjango tests conta ... ures. Typically, all the features in a given layer have the same geometry type. The geom_type property of ... , which returns an OGRGeometry object. A Feature behaves like a standard Python container for its fields, ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) ¶ Role ¶ Releasers are a small set of people who have the authority to upload packaged releases of Djang ... releases, take part in filling certain roles, and have a tie-breaking vote when other decision-making pro ... on and development of Django. Such engagement must have occurred within a period of no more than two years ... s who believe themselves eligible to vote, but who have not yet registered to vote, may make an applicatio ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 3.0 or earlier. We've dropped some features that have reached the end of their deprecation cycle, and we ... the majority of their views synchronous, and only have a select few running in async mode - but it is ent ... ort should be entirely backwards-compatible and we have tried to ensure that it has no speed regressions f ... or your existing, synchronous code. It should have no noticeable effect on any existing Django projec ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the same related object. We might seek blogs that have an entry from 2008 with “Lennon” in its headline, ... or we might seek blogs that merely have any entry from 2008 as well as some newer or older ... te ( ... blog = pop , ... headline = 'Lennon Would Have Loved Hip Hop' , ... pub_date = date ( 2020 , 4 , ... 1 ), ... ) <Entry: Lennon Would Have Loved Hip Hop> >>> Blog . objects . filter ( ... e ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT