検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 64 for manager (0.080 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルストレージ ¶ File.open() can be used as a context manager, e.g. with file.open() as f: . フォーム ¶ The new ... sts.utils.skipIfCustomUser() が削除されました。 GeoManager および GeoQuerySet クラスが削除されました。 django ... ply_rel_filters() メソッドを持たない自作の related manager class をサポートするための shim が削除されました。 ... .conditional_escape() を使用するようになりました。 Manager.use_for_related_fields が削除されました。 Model Ma ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6935
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ociated with proxy models ¶ The methods ContentTypeManager.get_for_model() and ContentTypeManager.get_for_mod ... ls see the full documentation for the new setting. Managers on abstract models ¶ Abstract models are able to ... define a custom manager, and that manager will be inherited by any concret ... to use the abstract model to call a method on the manager, an exception will now be raised. Previously, the ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
モデル — Django 4.0.6 ドキュメント 6877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 モデルの属性 ¶ objects モデルの最も重要な属性は Manager です。これは、Django のモデルにデータベースクエリの ... ベースから インスタンスを取り出す ために使われます。 Manager が定義されていない場合、デフォルトの名前は objects ... 追加するには、カスタムのメソッドを定義してください。 Manager メソッドは "テーブル単位の" 操作をするように意図さ ... とができます: from django.db import models class NewManager ( models . Manager ): # ... pass class MyPerson ( ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wo ways of performing raw SQL queries: you can use Manager.raw() to perform raw queries and return model inst ... てモデルのインスタンスを返させる場合に利用できます: Manager. raw ( raw_query , params = () , translations = No ... isk for SQL injection. 独自の SQL を直接実行する ¶ Manager.raw() でも要求を満たせない場合があります:きれいにモ ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... て使用できます。 Note that dumpdata uses the default manager on the model for selecting the records to dump. If ... you're using a custom manager as the default manager and it filters some of the ... ts will be dumped. --all , -a ¶ Uses Django's base manager, dumping records which might otherwise be filtered ... or modified by a custom manager. --format FORMAT ¶ Specifies the serialization for ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 6820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... To add natural key handling, you define a default Manager for Person with a get_by_natural_key() method. In ... ast name: from django.db import models class PersonManager ( models . Manager ): def get_by_natural_key ( sel ... birthdate = models . DateField () objects = PersonManager () class Meta : unique_together = [[ 'first_name' ... primary key will always check whether the model's manager has a get_by_natural_key() method and if so, use i ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
索引 — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンオプション makemessages コマンドラインオプション --managers sendtestemail コマンドラインオプション --mapping ... ソッド) (ModelChoiceIteratorValue のメソッド) _base_manager (Model の属性) _default_manager (Model の属性) _op ... のメソッド) (GeometryCollection のメソッド) (RelatedManager のメソッド) add_action() (AdminSite のメソッド) ad ... jango.db.migrations.operations のクラス) AlterModelManagers (django.db.migrations.operations のクラス) AlterM ...
https://man.plustar.jp/django/genindex.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s from those models. ContentType also has a custom manager that adds methods for working with ContentType and ... entry" or "can delete news story". The ContentTypeManager ¶ class ContentTypeManager ¶ ContentType also has ... a custom manager, ContentTypeManager , which adds the following met ... el Methods on ContentType instances The ContentTypeManager Generic relations Reverse generic relations Generi ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 6719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that prevented a ForeignKey with a hidden reverse manager ( related_name ending with '+') from being used as ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 6719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egression in 1.8.6 by restoring the ability to use Manager objects for the queryset argument of ModelChoiceFi ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT