Results of 1 - 10 of about 239 for default (0.006 sec.)
- PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 9439
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... PostgreSQL docs . 注釈 All functions come without default aliases, so you must explicitly provide one. For e ... the filter keyword argument and most also have the default keyword argument. General-purpose aggregation func ... ( expression , distinct = False , filter = None , default = None , ordering = () , ** extra ) ¶ Returns a li ... s, including nulls, concatenated into an array, or default if there are no values. distinct ¶ An optional boo ...
-
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 9155
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ul when you override settings, especially when the default value is a non-empty list or dictionary, such as S ... dminEmailHandler is configured in LOGGING (done by default), Django emails these people the details of except ... D_WWW もお読みください。 CACHES ¶ デフォルト値: { 'default' : { 'BACKEND' : 'django.core.cache.backends.locme ... ividual cache. The CACHES setting must configure a default cache; any number of additional caches may also be ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- django.contrib.gis.measure — Django 4.0.6 ドキュメント 8738
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... = {} UNITS = {} LALIAS = {} def __init__ ( self , default_unit = None , ** kwargs ): value , self . _default ... _unit = self . default_units ( kwargs ) setattr ( self , self . STANDARD_ ... UNIT , value ) if default_unit and isinstance ( default_unit , str ): self . ... _default_unit = default_unit def _get_standard ( self ): re ...
-
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html
- [similar]
- モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8554
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... iven, they're enforced by model validation and the default form widget will be a select box with these choice ... ax_length = 2 , choices = YEAR_IN_SCHOOL_CHOICES , default = FRESHMAN , ) def is_upperclass ( self ): return ... しいマイグレーションが生成されます。 blank=False が default とともにフィールド上にセットされない限り、 "------ ... ax_length = 2 , choices = YearInSchool . choices , default = YearInSchool . FRESHMAN , ) def is_upperclass ( ...
-
https://man.plustar.jp/django/ref/models/fields.html
- [similar]
- Django's cache framework — Django 4.0.6 ドキュメント 8310
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... t 11211, using the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memca ... hed.sock using the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memca ... and 172.19.26.242, both on port 11211: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memca ... 1212), and 172.19.26.244 (port 11213): CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memca ...
-
https://man.plustar.jp/django/topics/cache.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 8280
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... the entire Django project for common problems. By default, all apps will be checked. You can check a subset ... database access: django - admin check -- database default -- database other By default, these checks will no ... cause the command to exit with a non-zero status. Default is ERROR . compilemessages ¶ django-admin compilem ... abase in which the cache table(s) will be created. Defaults to default . --dry-run ¶ Prints the SQL that woul ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- マネージャ — Django 4.0.6 ドキュメント 8280
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... _length = 50 ) objects = models . Manager () # The default manager. dahl_objects = DahlBookManager () # The D ... erson.people.all() , yielding predictable results. Default managers ¶ Model. _default_manager ¶ If you use cu ... prets the first Manager defined in a class as the "default" Manager , and several parts of Django (including ... , it's a good idea to be careful in your choice of default manager in order to avoid a situation where overri ...
-
https://man.plustar.jp/django/topics/db/managers.html
- [similar]
- django.apps.config — Django 4.0.6 ドキュメント 7924
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... _ . __name__ , self . label ) @cached_property def default_auto_field ( self ): from django.conf import setti ... ngs return settings . DEFAULT_AUTO_FIELD @property def _is_default_auto_field_ov ... erridden ( self ): return self . __class__ . default_auto_field is not AppConfig . default_auto_field d ... AppConfig subclass can declare a class # variable default = False. # If the apps module defines more than on ...
-
https://man.plustar.jp/django/_modules/django/apps/config.html
- [similar]
- Django 3.2 release notes — Django 4.0.6 ドキュメント 7781
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... ig subclass in an apps.py submodule. Many define a default_app_config variable pointing to this class in thei ... hat configuration automatically, so you can remove default_app_config . default_app_config made it possible t ... didn't happen. With automatic AppConfig discovery, default_app_config is no longer needed. As a consequence, ... implicit primary key can now be controlled via the DEFAULT_AUTO_FIELD setting and AppConfig.default_auto_fiel ...
-
https://man.plustar.jp/django/releases/3.2.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 7497
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
... It can be set independently for each database. The default value is 0 , preserving the historical behavior of ... l or time zone, you should either restore Django's defaults at the end of each request, force an appropriate ... ration in DATABASES : settings.py ¶ DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.postgresql' , ... s database connections: client_encoding : 'UTF8' , default_transaction_isolation : 'read committed' by defaul ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]