検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 331 for using (0.012 sec.)
Conditional Expressions — Django 4.0.6 ドキュメント 6614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns . The conditional expression classes ¶ We'll be using the following model in the subsequent examples: fr ... its result for use in the conditional expression. Using a When() object is similar to using the filter() m ... ethod. The condition can be specified using field lookups , Q objects, or Expression objects t ... ld that is a BooleanField . The result is provided using the then keyword. Changed in Django 4.0: Support f ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed is running on localhost (127.0.0.1) port 11211, using the pymemcache binding: CACHES = { 'default' : { ' ... rough a local Unix socket file /tmp/memcached.sock using the pymemcache binding: CACHES = { 'default' : { ' ... CATION to the URL pointing to your Redis instance, using the appropriate scheme. See the redis-py docs for ... lon or comma delimited string, or as a list. While using multiple servers, write operations are performed o ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or newer as their default version. If you're still using Python 2.3, however, you'll need to stick to Djang ... ries can be issued at a specific database with the using() method on QuerySet objects. Individual objects c ... an be saved to a specific database by providing a using argument when you call save() . Model validation ¶ ... s intended to perform some action on your website, using the credentials of a logged-in user who visits the ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... idx' , ), ] Functional indexes are added to models using the Meta.indexes option. pymemcache support ¶ The ... nds.memcached.PyMemcacheCache cache backend allows using the pymemcache library for memcached. pymemcache 3 ... o action functions that can be used with actions . Using the @display decorator has the advantage that it i ... r assigning the required attributes to the method. Using decorators has the advantage that these options ar ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supported geospatial file formats and data sources using a consistent interface. Each data source is repres ... OGR name of the underlying data source that it is using. The optional encoding parameter allows you to spe ... ing the layer_count property, or (equivalently) by using the len() function. For information on accessing t ... they allow for more efficient access to data when using DataSource . Unlike its GEOS counterpart, OGRGeome ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stent database connections ¶ Django now supports reusing the same database connection for several requests. ... e of valid settings in commands that ask for it by using the BaseCommand.can_import_settings internal optio ... n now pass extra context through to feed templates using a new Feed.get_context_data() callback. The admin ... reason phrase can be customized in HTTP responses using reason_phrase . When giving the URL of the next pa ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ease creating database indexes. They can be added using the Meta.indexes option. This document explains th ... o the nearest integer. Index.name is required when using *expressions . Restrictions on Oracle Oracle requi ... jsonb_path_ops']) creates a gin index on jsonfield using jsonb_path_ops . opclasses are ignored for databas ... es besides PostgreSQL. Index.name is required when using opclasses . condition ¶ Index. condition ¶ If the ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or newer as their default version. If you're still using Python 2.6, however, you'll need to stick to Djang ... ager () Food . objects . pizzas () . vegetarian () Using a custom manager when traversing reverse relations ... e value inserted in the field will be interpreted. Using database cursors as context managers ¶ Prior to Py ... e of a "clean" method (e.g. directly from a view). Using the former pattern was straightforward since the f ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 6303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, CSS) . By default, Django stores files locally, using the MEDIA_ROOT and MEDIA_URL settings. The example ... s below assume that you're using these defaults. しかしながら、Djangoは、 Djangoがど ... それらのストレージシステムの働きについて説明します。 Using files in models ¶ When you use a FileField or Imag ... deal with that file. Consider the following model, using an ImageField to store a photo: from django.db imp ...
https://man.plustar.jp/django/topics/files.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he current rendered value of the response content, using the current template and context data. SimpleTempl ... ent_type = None , status = None , charset = None , using = None , headers = None ) ¶ Instantiates a SimpleT ... cessful, the DEFAULT_CHARSET setting will be used. using The NAME of a template engine to use for loading t ... ent_type = None , status = None , charset = None , using = None , headers = None ) ¶ Instantiates a Templat ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT