検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 119 for work (0.105 sec.)
データベース — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quests, Django checks whether the connection still works, and closes it if it doesn't. Thus, database erro ... least as many simultaneous connections as you have worker threads. Sometimes a database won't be accessed ... ly per database user with ALTER ROLE . Django will work just fine without this optimization, but each new ... rver's configured isolation level. However, Django works best with and defaults to read committed rather t ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ily reliant on thread-safety to function and don't work correctly under coroutines sharing the same thread ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y: getting the database, rather than Python, to do work reducing the number of queries some operations req ... ead saves will be based on the original value; the work of the first thread will be lost. If the database ... d more about how Django's SQL injection protection works. Window functions ¶ Window functions provide a wa ... self . expressions = expressions Let's see how it works: >>> from django.db.models import F , Value , Cha ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide a SchemaEditor implementation in order to work with Django's migration functionality - however, a ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction, Distance function, and distance lookups now work with geodetic coordinates on SpatiaLite. The OpenL ... on PostgreSQL. This feature transfers some of the worker memory load (used to hold query results) to the ... ets or extend the templates. Also, the new widgets work a bit differently than the old ones. Instead of us ... localzone TIME_ZONE = get_localzone () . zone This works similar to settings.TIME_ZONE = None except that ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogpost' ) # True ... プロキシモデル ¶ Proxy models work exactly the same way as concrete models. Permissio ... m in your inheritance list. The following does NOT work: class TestMixin1 ( UserPassesTestMixin ): def tes ... take that result into account, TestMixin1 wouldn't work standalone anymore. permission_required デコレータ ... e SITE_ID setting. If you don't have the site framework installed, this will be set to an instance of Requ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ImageField ( storage = fs ) Custom storage systems work the same way: you can pass them in as the storage ...
https://man.plustar.jp/django/topics/files.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orward in spring and backward in autumn. If you're working in local time, you're likely to encounter error ... ument of the standard datetime constructor doesn't work reliably for time zones with DST. Using UTC is gen ... writing a pluggable application that's expected to work independently of the value of USE_TZ , you may fin ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tps://github.com/geopy/geopy) and Geoff Biggs' PhD work on dimensioned units for robotics. """ from decima ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me generators and iterators, when doseq=True, to # work around https://bugs.python.org/issue31706. query_v ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT