検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 99 for defaults (0.051 sec.)
マイグレーション操作 — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the historical version). If it's not supplied, it defaults to inheriting from the standard models.Model . man ... g rows. It does not affect the behavior of setting defaults in the database directly - Django never sets datab ... ase defaults and always applies them in the Django ORM code. 警 ... g rows. It does not affect the behavior of setting defaults in the database directly - Django never sets datab ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Paginator — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the second (and last) page with 13 items. orphans defaults to zero, which means pages are never combined and ... r is determined by the on_each_side argument which defaults to 3. The number of pages to include at the beginn ... range is determined by the on_ends argument which defaults to 2. For example, with the default values for on_ ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . For example, this URLconf: from django.conf.urls.defaults import * urlpatterns = patterns ( '' , ( '^myview/ ... ) ) can now be rewritten as: from django.conf.urls.defaults import * from mysite.myapp.views import myview url ... w require login very easily: from django.conf.urls.defaults import * from django.contrib.auth.decorators impor ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s that outputted by time.time() . If set to None , defaults to the current time. Outputs a string in the forma ... the current time zone . When value is omitted, it defaults to now() . This function doesn't work on naive dat ... the current time zone . When value is omitted, it defaults to now() . This function doesn't work on naive dat ... a naive datetime . If timezone is set to None , it defaults to the current time zone . バージョン 4.0 で非推奨 ...
https://man.plustar.jp/django/ref/utils.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _field and fk_field if they are different from the defaults, content_type and object_id respectively. Other pa ... of the ContentType foreign key field on the model. Defaults to content_type . ct_fk_field ¶ The name of the in ... ield that represents the ID of the related object. Defaults to object_id . class GenericTabularInline ¶ class ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dentity) of the geometry field to the given value. Defaults to 4326 (also known as WGS84 , units are in degree ... spatial_index ¶ BaseSpatialField. spatial_index ¶ Defaults to True . Creates a spatial index for the given ge ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ionships with intermediate models. The new through_defaults argument is used to specify values for new interme ... ld to False . DatabaseFeatures.uses_savepoints now defaults to True . Third party database backends must imple ... the value. The ping_google management command now defaults to https instead of http for the sitemap's URL. If ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fail. Be careful with tests that use sessions; the default session engine stores them in the database. Since p ... nvironment() and setting DEBUG to self.debug_mode (defaults to False ). DiscoverRunner. build_suite ( test_lab ... BUG will be printed if it is at least 2. The level defaults to logging.INFO . Testing utilities ¶ django.test. ... ses should be set up for. If it's not provided, it defaults to all of DATABASES aliases. The serialized_aliase ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he index of the layer to use from the Data Source (defaults to 0) source_srs Use this to specify the source SR ... s information will be written to this file handle. Defaults to using sys.stdout , but any object with a write ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on the default page generated by the django.views.defaults.page_not_found() view. The URL path is no longer d ...
https://man.plustar.jp/django/releases/1.11.18.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT