検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 438 for For (0.110 sec.)
asgiref.sync — Django 4.0.6 ドキュメント 5078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt Local def _restore_context ( context ): # Check for changes in contextvars, and set them to the curren ... t # context for downstream consumers for cvar in context : try : i ... functions are coroutine functions, hence the need for # this to exist. Code taken from CPython. if sys . ... ntext : """Async context manager to manage context for thread sensitive mode This context manager control ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o is hosted on GitHub, patches are provided in the form of pull requests. When committing a pull request, ... , such as Oracle or Selenium. See the CI wiki page for instructions. If you find yourself checking out pu ... in $ git checkout main $ # Merge the work as "fast-forward" to main to avoid a merge commit. $ # (in prac ... it checkout main ...\> REM Merge the work as "fast-forward" to main to avoid a merge commit. ...\> REM (i ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion cycle, and we've begun the deprecation process for some features . 既存のプロジェクトをアップデートす ... change list page. The admin_order_field attribute for elements in ModelAdmin.list_display may now be a q ... nation.html , prepopulated_fields_js.html , search_form.html , and submit_line.html templates can now be ... ridden globally). The admin change list and change form object tools can now be overridden per app, per m ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 5020
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raries ¶ GeoDjango uses and/or provides interfaces for the following open source geospatial libraries: Pr ... cation library いいえ 2 PostGIS Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.1, 3.0, 2.5, 2. ... 4 SpatiaLite Spatial extensions for SQLite Yes (SQLite only) 5.0, 4.3 Note that older ... utils libproj-dev gdal-bin Please also consult platform-specific instructions if you are on macOS or Wind ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( target ) NONE_ID = _make_id ( None ) # A marker for caching NO_RECEIVERS = object () [ドキュメント] cl ... ass Signal : """ Base class for all signals Internal attributes: receivers { recei ... ading . Lock () self . use_caching = use_caching # For convenience we create empty caches even if they ar ... ote about caching: if use_caching is defined, then for each # distinct sender we cache the receivers that ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uration. Consult the Django settings documentation for a full list of email-related settings. By default, ... request has a referer. It doesn't bother to email for 404s that don't have a referer -- those are usuall ... too. 注釈 BrokenLinkEmailsMiddleware must appear before other middleware that intercepts 404 errors, such ... be a list of compiled regular expression objects. For example: import re IGNORABLE_404_URLS = [ re . com ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 4987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with any dependencies those packages have. ノート For most of these add-ons -- specifically, the add-ons ... n ¶ The automatic Django administrative interface. For more information, see Tutorial 2 and the admin doc ... でのユーザー認証 . contenttypes ¶ A light framework for hooking into "types" of content, where each instal ... ntenttypes documentation . flatpages ¶ A framework for managing "flat" HTML content in a database. See th ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 4970
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.core.exceptions import ImproperlyConfigured # For backwards compatibility with Django < 3.2 from dja ... _value , traceback ): if exc_type is None : return for dj_exc_type in ( DataError , OperationalError , In ... lue . args ) # Only set the 'errors_occurred' flag for errors that may make # the connection unusable. if ... te that we are intentionally not using @wraps here for performance # reasons. Refs #21109. def inner ( * ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4954
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed values can optionally include a converter type. For example, use <int:name> to capture an integer para ... o add a leading slash, because every URL has that. For example, it's articles , not /articles . Example r ... umbers, plus the hyphen and underscore characters. For example, building-your-1st-django-site . uuid - Ma ... tches a formatted UUID. To prevent multiple URLs from mapping ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .backends.spatialite MySQL Spatial Limitations ¶ Before MySQL 5.6.1, spatial extensions only support boun ... ectangles, or MBR). Specifically, MySQL did not conform to the OGC standard. Django supports spatial func ... upport ¶ RasterField is currently only implemented for the PostGIS backend. Spatial lookups are available ... for raster fields, but spatial database functions and ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]