検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 134 for INCLUDE (0.080 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » GeoDjango Tutorial ¶ はじめに ¶ GeoDjango is an included contrib module for Django that turns it into a wo ... ations, like location-based services. Its features include: Django model fields for OGC geometries and raster ... In addition, modify the INSTALLED_APPS setting to include django.contrib.admin , django.contrib.gis , and wo ... formats. When unzipped, the world borders dataset includes files with the following extensions: .shp : Holds ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... False to disable it. The required attribute isn't included on forms of formsets because the browser validati ... ou'll trigger validation, and the HTML output will include any validation errors: >>> class CommentForm ( for ... dation condition here is important. If you want to include a boolean in your form that can be either True or ... whether files in the specified location should be included. Either this or allow_folders must be True . allo ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rvations. Other notable new features in Django 1.5 include: Support for saving a subset of model's fields - M ... een dropped. New tutorials ¶ Additions to the docs include a revamped Tutorial 3 and a new tutorial on testin ... atch for Django . マイナーな機能 ¶ Django 1.5 also includes several smaller improvements worth noting: The te ... ata in HTTP requests ¶ request.POST will no longer include data posted via HTTP requests with non form-specif ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d for all supported database backends ¶ Django now includes models.JSONField and forms.JSONField that can be ... contenttypes ¶ The new remove_stale_contenttypes --include-stale-apps option allows removing stale content ty ... the database. The flush and sqlflush commands now include SQL to reset sequences on SQLite. モデル ¶ The new ... d will be retained for the foreseeable future. The include template tag now accepts iterables of template nam ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oop ) def __get__ ( self , parent , objtype ): """ Include self for methods """ func = functools . partial ( ... n ret def __get__ ( self , parent , objtype ): """ Include self for methods """ return functools . partial ( ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as a string. Optional `unixfrom' when True, means include the Unix From_ envelope header. This overrides the ... age as bytes. Optional `unixfrom' when True, means include the Unix From_ envelope header. This overrides the ... """ Return a list of all recipients of the email (includes direct addressees as well as Cc and Bcc entries). ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , args , kwargs = super () . deconstruct () # Only include kwarg if it's not the default if self . separator ... d superclass; you want to make sure they're always included, rather than disappearing if they take on the old ... ts of deconstruction by looking in migrations that include the field, and you can test deconstruction in unit ... also called when constructing a WHERE clause that includes the model field -- that is, when you retrieve dat ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thod that returns a list of objects that should be included in the feed as <item> elements. Although this exa ... absolute_url() , the result of item_link() will be included directly in the URL, so you are responsible for d ... created by the syndication framework automatically include the appropriate <language> tag (RSS 2.0) or xml:la ... r them in this order. In each case, the URL should include # the "http://" and domain name. def author_link ( ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gs and filters . 参考 Django's admin interface can include a complete reference of all template tags and filt ... gs and filters . 参考 Django's admin interface can include a complete reference of all template tags and filt ... 定したテンプレートを継承している他のテンプレートや、 include で取り込んだテンプレートでも有効です。例えば: base ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 5607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew feature ¶ Ordinarily, a point release would not include new features, but in the case of Django 1.1.2, we ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT