検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 438 for For (0.053 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uthentication backend classes. django.contrib.auth.forms django.contrib.auth.hashers django.contrib.auth. ... ib.contenttypes.fields django.contrib.contenttypes.forms django.contrib.flatpages A framework for managin ... ent in a database. django.contrib.gis Geographic Information System (GIS) extensions for Django django.co ... ons django.contrib.gis.feeds GeoDjango's framework for generating spatial feeds. django.contrib.gis.forms ...
https://man.plustar.jp/django/py-modindex.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es with an optional "sites" framework. It's a hook for associating objects and functionality to particula ... r websites, and it's a holding place for the domain names and "verbose" names of your Djang ... based on this model: class models. Site ¶ A model for storing the domain and name attributes of a websit ... qualified domain name associated with the website. For example, www.example.com . name ¶ A human-readable ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HTTP request body as a bytestring. This is useful for processing data in different ways than conventiona ... l HTML forms: binary images, XML payload etc. For processing ... conventional form data, use HttpRequest.POST . You can also read fr ... g representing the current encoding used to decode form submission data (or None , which means the DEFAUL ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inor) changes between Django 1.0 and Django 1.1. Before upgrading to Django 1.1 you should double-check t ... e word size. This change is backwards incompatible for some users. If you are using a 32-bit platform, yo ... esult of this change. However, users on 64-bit platforms may experience some problems using the reset man ... agement command. Prior to this change, 64-bit platforms would generate a 64-bit, 16 character digest in ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you're using. Generally, GiST may be a good choice for the range fields and HStoreField , and GIN may be ... helpful for ArrayField . ArrayField ¶ class ArrayField ( base_ ... field , size = None , ** options ) ¶ A field for storing lists of data. Most field types can be use ... d a default , ensure it's a callable such as list (for an empty default) or a callable that returns a lis ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evious | up | next » The Django template language: for Python programmers ¶ This document explains the Dj ... w it works and how to extend it. If you're looking for reference on the language syntax, see The Django T ... ally rely on the high level, backend agnostic APIs for each of these steps instead of the template system ... 's lower level APIs: For each DjangoTemplates backend in the TEMPLATES sett ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models should be editable in the admin interface. For each of those models, register them with the admin ... Setting the attribute directly is still supported for backward compatibility. ModelAdmin. exclude ¶ この ... ading of the fieldset. This string is not rendered for TabularInline due to its layout. Note that this va ... 択済みのオプションの上部に表示されます。 ModelAdmin. form ¶ デフォルトではモデルに対して ModelForm が動的に ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EOS API ¶ Background ¶ What is GEOS? ¶ GEOS stands for Geometry Engine - Open Source , and is a C++ libra ... uite . GEOS implements the OpenGIS Simple Features for SQL spatial predicate functions and spatial operat ... ¶ GeoDjango implements a high-level Python wrapper for the GEOS library, its features include: A BSD-lice ... ython using ctypes . Loosely-coupled to GeoDjango. For example, GEOSGeometry objects may be used outside ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Most of the modules in django.utils are designed for internal use and only the following parts can be c ... tils.cache ¶ This module contains helper functions for controlling HTTP caching. It does so by managing t ... e functions to do that header-patching themselves. For information on the Vary header, see RFC 7231#secti ... ts with the same path but different header content for headers named in Vary need to get different cache ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5569
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Form fields ¶ class Field ( ** kwargs ) ¶ Form クラスを ... 作成時の一番重要な部分は、form のフィールド (field) の定義です。各フィールドには ... ugh the primary way you'll use Field classes is in Form classes, you can also instantiate them and use th ... or returns the clean value: >>> from django import forms >>> f = forms . EmailField () >>> f . clean ( 'f ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT