検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 64 for manager (0.071 sec.)
GeoDjango Database API — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps ¶ GeoDjango's lookup types may be used with any manager method like filter() , exclude() , etc. However, t ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の中で use_in_migrations 属性を定義します。 class MyManager ( models . Manager ): use_in_migrations = True cla ... ss MyModel ( models . Model ): objects = MyManager () もし from_queryset() 関数で動的に生成されたマネ ... に生成されたクラスを継承する必要があります。 class MyManager ( MyBaseManager . from_queryset ( CustomQuerySet ) ... True class MyModel ( models . Model ): objects = MyManager () それに伴う影響については、マイグレーションにおけ ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... methods that execute queries ( save() , delete() , manager methods etc.), and also raw SQL queries via django ...
https://man.plustar.jp/django/ref/applications.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( name , fields , options = None , bases = None , managers = None ) ¶ プロジェクトの履歴に新たなモデル、そし ... lts to inheriting from the standard models.Model . managers は (マネージャ名, マネージャのインスタンス) という ... ctionary mapping option names to values. AlterModelManagers ¶ class AlterModelManagers ( name , managers ) ¶ ... Alters the managers that are available during migrations. AddField ¶ ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... check now supports boolean expressions. The RelatedManager.add() , create() , and set() methods now accept ca ... on._nodb_cursor() method and now returns a context manager that yields a cursor and automatically closes the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set() and use the Publisher 's reverse foreign key manager . Publisher queryset for use in get_object() We'll ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... executes inside a transaction. do_stuff () context manager として使用することも可能です: from django.db impor ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
データベース — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s not supported ¶ For most backends, raw queries ( Manager.raw() or cursor.execute() ) can use the "pyformat" ...
https://man.plustar.jp/django/ref/databases.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sed automatically, so don't open it with a context manager. メソッド ¶ FileResponse. set_headers ( open_file ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6403
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... attribute is changed. AbstractBaseUser and BaseUserManager were moved to a new django.contrib.auth.base_user ... 置き換えるとともに、GIS が有効なクラスから特別な GeoManager を削除しなければなりません。 GDAL インターフェイス ... time zones when USE_TZ is True . Added the RelatedManager.set() method to the related managers created by Fo ... as'. Context.update() can now be used as a context manager. Django template loaders can now extend templates ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT