検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 190 for new (0.156 sec.)
Django の概要 — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 概要 ¶ Because Django was developed in a fast-paced newsroom environment, it was designed to make common w ... きた実績があります。 簡単な例を示しましょう: mysite/news/models.py ¶ from django.db import models class Re ... ありません: # Import the models we created from our "news" app >>> from news.models import Article , Report ... rter . objects . all () < QuerySet [] > # Create a new Reporter. >>> r = Reporter ( full_name = 'John Smi ...
https://man.plustar.jp/django/intro/overview.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... package with multiple paths. AppConfig. default ¶ New in Django 3.2. Set this attribute to False to prev ... 設定されていません。 AppConfig. default_auto_field ¶ New in Django 3.2. The implicit primary key type to ad ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upport functional indexes. OpClass() expressions ¶ New in Django 3.2. class OpClass ( expression , name ) ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... InlineFormSet._construct_form() when using save_as_new ( #28159 ). Fixed a regression where Model._state. ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Host header. For this reason, Django 1.4.4 adds a new setting, ALLOWED_HOSTS , containing an explicit li ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovides an option when editing objects to "Save as new". A regression in Django 1.9 prevented that form s ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
モデル — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( 1962 , 8 , 16 ), ... invite_reason = "Needed a new drummer." ) >>> m1 . save () >>> beatles . members ... 6) >>> ringos_membership . invite_reason 'Needed a new drummer.' Another way to access the same informati ... 6) >>> ringos_membership . invite_reason 'Needed a new drummer.' 一対一 (one-to-one) 関係 ¶ 1対1のリレーシ ... ることができます: from django.db import models class NewManager ( models . Manager ): # ... pass class MyPe ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er is only added if it isn't already set. Common ¶ New in Django 3.2. The decorators in django.views.deco ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... れども) より良いものである ¶ It's fairly rare for a new release of well-maintained software to be less eff ... very possible use-case - so while being aware that newer versions are likely to perform better, don't ass ... changes mean it performs worse rather than better. Newer versions of Python, and also of Python packages, ... nd better features, reliability, and security in a new release and that these benefits are far more signi ...
https://man.plustar.jp/django/topics/performance.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... server to be running. In fact, it will run just fine with no web server running at all! That's because i ... an use the create_user() helper method to create a new user with a correctly hashed password. force_login ... s ( using = DEFAULT_DB_ALIAS , execute = False ) ¶ New in Django 3.2. Returns a context manager that capt ... site' ) Changed in Django 4.0: In older versions, new callbacks added while executing transaction.on_com ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]