検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 64 for Manager (0.071 sec.)
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a reverse many-to-many relationship with a custom manager ( #30325 ). Fixed a regression in Django 2.2 where ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tBaseUser のインポート AbstractBaseUser と BaseUserManager は django.contrib.auth.base_user からインポートでき ... : class models. AbstractUser ¶ clean () ¶ BaseUserManager.normalize_email() を呼び出し、メールを正規化します ... ず super() を呼び出すようにしてください。 Writing a manager for a custom user model ¶ You should also define a ... custom manager for your user model. If your user model defines us ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 6676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tch release s, but that depends on the translation manager's availability. So don't miss the string freeze pe ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソッドを追加する (通常推奨される方法です): class BookManager ( models . Manager ): def create_book ( self , tit ... els . CharField ( max_length = 100 ) objects = BookManager () book = Book . objects . create_book ( "Pride an ... thods will perform their queries using the default manager for the model. If you need to emulate filtering us ... ed by a custom manager, or want to perform one-off custom filtering, both ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons where you might want to pass in either a model manager or a QuerySet and do further filtering on the resu ... 、この機能は注意深く使用してください! また、 related managers で add() 、 remove() 、 clear() 、 set() といった ... g. As such, it should generally be called from the Manager or from a fresh QuerySet instance. Changed in Djan ... is an implementation detail subject to change. as_manager() ¶ classmethod as_manager () ¶ Class method that ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Signals — Django 4.0.6 ドキュメント 6676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hrough the django.test.TestCase.settings() context manager or the django.test.override_settings() decorator/c ... ontext manager. It's actually sent twice: when the new value is a ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 6619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ows documentation. pip について ¶ pip is a package manager for Python and is included by default with the Pyt ...
https://man.plustar.jp/django/howto/windows.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 6619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith the original mode. It can be used as a context manager, e.g. with file.open() as f: . __iter__ () [ソース ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 6619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om table-level functions to models, through a new "Manager" API. It's now possible to use Django without a da ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E メール ¶ Email backends now support the context manager protocol for opening and closing connections. The ... without models. Migrations can now serialize model managers as part of the model state. A generic mechanism t ... erModel , AbstractBaseUser ): UserModel . _default_manager . filter ( last_login = models . F ( 'date_joined' ... : TransactionMiddleware the decorators and context managers autocommit , commit_on_success , and commit_manua ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT