検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 359 for from (0.069 sec.)
django.utils.module_loading — Django 4.0.6 ドキュメント 4388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng のソースコード import copy import os import sys from importlib import import_module from importlib.util ... s doesn't look like a module path" % dotted_path ) from err try : return cached_import ( module_path , cla ... attribute/class' % ( module_path , class_name ) ) from err def autodiscover_modules ( * args , ** kwargs ... ve a _registry instance variable to access it. """ from django.apps import apps register_to = kwargs . get ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 4388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import html.entities import re import unicodedata from gzip import GzipFile from gzip import compress as ... gzip_compress from io import BytesIO from django.core.exceptions impo ... rt SuspiciousFileOperation from django.utils.functional import SimpleLazyObject , ... keep_lazy_text , lazy from django.utils.regex_helper import _lazy_re_compile ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be encoded. If not given it will be extracted from content_type , and if that is unsuccessful, the DE ... bsequent calls, it will return the result obtained from the first call. TemplateResponse objects ¶ class T ... will be encoded. If not given it will be extracted from content_type , and if that is unsuccessful, the DE ... manually: # Set up a rendered TemplateResponse >>> from django.template.response import TemplateResponse > ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4388
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by appending something like this to your URLconf: from django.conf import settings from django.urls impor ... t re_path from django.views.static import serve # ... the rest of ... is will call the serve() view, passing in the path from the URLconf and the (required) document_root param ... plate_name = '404.html' ) ¶ When you raise Http404 from within a view, Django loads a special view devoted ...
https://man.plustar.jp/django/ref/views.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 4352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ード import logging import threading import weakref from django.utils.inspect import func_accepts_kwargs lo ... ther be a Python object, or None to receive events from any sender. weak Whether to use weak references to ... a string, though it may be anything hashable. """ from django.conf import settings # If DEBUG is on, chec ... e , dispatch_uid = None ): """ Disconnect receiver from sender for signal. If weak references are used, di ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . It must implement get_template() and optionally from_string() . Here's an example for a fictional fooba ... r template library: from django.template import TemplateDoesNotExist , Temp ... lateSyntaxError from django.template.backends.base import BaseEngine fr ... self . engine = foobar . Engine ( ** options ) def from_string ( self , template_code ): try : return Temp ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 4352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n you want to install). Alternately, you can build from source . Consult the platform-specific instruction ... e is to use a migration operation in your project: from django.contrib.postgres.operations import CreateEx ... tension from django.db import migrations class Migration ( migr ... l database and user, the following may be executed from the SQL Shell as the postgres user: postgres # CRE ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4352
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tomatically derives the name of the database table from the name of your model class and the app that cont ... name that will be used by default for the relation from a related object back to this one. The default is ... aders, it's recommended to specify all the columns from the database table you are modeling when using unm ... , and the order of answers matters, you'd do this: from django.db import models class Question ( models . ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 4326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs in 1.11.1. Also, the latest string translations from Transifex are incorporated. Minor feature ¶ The ne ... contains non-ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in inval ... eld file extension validation added in Django 1.11 from the model field to the form field to reallow the u ... 11.1 リリースノート 関連キーワード Fixed , crash , from , when , detection , regression , feature , Minor ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... command). django.contrib.gis ¶ 新たな GEOSGeometry.from_gml() と OGRGeometry.from_gml() メソッドによって、 ... penLayers-based form widgets now use OpenLayers.js from https://cdnjs.cloudflare.com which is more suitabl ... oid possible data loss, it's recommended to switch from MySQL's default level, repeatable read, to read co ... Added the ExtractWeek function to extract the week from DateField and DateTimeField and exposed it through ...
https://man.plustar.jp/django/releases/1.11.html - [similar]