検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 359 for from (0.120 sec.)
The form rendering API — Django 4.0.6 ドキュメント 4468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the TEMPLATES setting). It loads templates first from the built-in form templates directory in django/fo ... rms/templates and then from the installed apps' templates directories using th ... f you want to render templates with customizations from your TEMPLATES setting, such as context processors ... in Django 4.0. Formset templates receive a context from BaseFormSet.get_context() . By default, formsets r ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he "other side" of a ForeignKey relation. That is: from django.db import models class Blog ( models . Mode ... ulk = True ) ¶ Removes the specified model objects from the related object set: >>> b = Blog . objects . g ... . entry_set . remove ( e ) # Disassociates Entry e from Blog b. Similar to add() , e.save() is called in t ... to None ( NULL ), then an object can't be removed from a relation without being added to another. In the ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arked as "async unsafe" - such as ORM operations - from an asynchronous context. If you were using Django ... count for the PBKDF2 password hasher is increased from 150,000 to 180,000. django.contrib.gis ¶ Allowed M ... under a certain (database-dependent) limit. Values from 1 to 32767 are safe in all databases supported by ... ld , BigAutoField , and SmallAutoField now inherit from IntegerField , BigIntegerField and SmallIntegerFie ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ROR , then Django will prevent management commands from executing. Messages with level lower than ERROR (i ... hint can be provided, or the hint is self-evident from the error message, the hint can be omitted, or a v ... a $ . This was likely an oversight when migrating from url() to path() . 4_0.E001 : As of Django 4.0, the ... by <model> , but it has more than one foreign key from <model> , which is ambiguous. You must specify whi ...
https://man.plustar.jp/django/ref/checks.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 4441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... des a few ways to include this header in responses from your site: A middleware that sets the header in al ... ーデコレータでミドルウェアに指示することができます: from django.http import HttpResponse from django.views. ... めに、Django は次のようなデコレータを提供しています: from django.http import HttpResponse from django.views. ... decorators.clickjacking import xframe_options_deny from django.views.decorators.clickjacking import xframe ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Tests if the geometry field is spatially disjoint from the lookup geometry. 実装例: Zipcode . objects . f ... ns models where the distance to the geometry field from the lookup geometry is greater than the given dist ... ns models where the distance to the geometry field from the lookup geometry is greater than or equal to th ... ns models where the distance to the geometry field from the lookup geometry is less than the given distanc ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 4441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods for accessing the items for each page: >>> from django.core.paginator import Paginator >>> objects ... nate_by attribute to your view class, for example: from django.views.generic import ListView from myapp.mo ... ginator in a view function to paginate a queryset: from django.core.paginator import Paginator from django ... .shortcuts import render from myapp.models import Contact def listing ( request ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 4415
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スコード import ipaddress import re import warnings from pathlib import Path from urllib.parse import urlsp ... lit , urlunsplit from django.core.exceptions import ValidationError from ... django.utils.deconstruct import deconstructible from django.utils.deprecation import RemovedInDjango41W ... arning from django.utils.encoding import punycode from django. ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 4415
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 簡単な例を示しましょう: mysite/news/models.py ¶ from django.db import models class Reporter ( models . ... する必要はありません: # Import the models we created from our "news" app >>> from news.models import Article ... ng query does not exist . # Create an article. >>> from datetime import date >>> a = Article ( pub_date = ... ルを登録することだけです。: mysite/news/models.py ¶ from django.db import models class Article ( models . M ...
https://man.plustar.jp/django/intro/overview.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4415
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s "black magic" happening behind the scenes. Aside from that, another main theme of this release is a dram ... natural filtering interface for retrieving objects from the database. User-defined models, functions and c ... n translated, at least in part, into 31 languages. From Arabic to Chinese to Hungarian to Welsh, it is now ... e language. The number of changes required to port from 0.91-compatible code to the 0.95 code base are sig ...
https://man.plustar.jp/django/releases/0.95.html - [similar]