検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for managers (0.025 sec.)
マネージャ — Django 4.0.6 ドキュメント 15436
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... はRoald Dahlの本のみを返します: # First, define the Manager subclass. class DahlBookManager ( models . Manager ... out another interesting technique: using multiple managers on the same model. You can attach as many Manager( ... ople.all() , yielding predictable results. Default managers ¶ Model. _default_manager ¶ If you use custom Mana ... an assuming the model has an objects manager. Base managers ¶ Model. _base_manager ¶ Using managers for relate ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 12330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d_mail" , "send_mass_mail" , "mail_admins" , "mail_managers" , ] [ドキュメント] def get_connection ( backend = ... silently = fail_silently ) [ドキュメント] def mail_managers ( subject , message , fail_silently = False , conn ... , html_message = None ): """Send a message to the managers, as defined by the MANAGERS setting.""" if not set ... tings . MANAGERS : return if not all ( isinstance ( a , ( list , tu ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 9319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be interpreted. Using database cursors as context managers ¶ Prior to Python 2.7, database cursors could be u ... n 2.7 and cursors were no longer usable as context managers. Django 1.7 allows a cursor to be used as a contex ... ). The remove() and clear() methods of the related managers created by ForeignKey and GenericForeignKey now ac ... ioned models without custom attributes, methods or managers. Make sure your allow_migrate methods are only ref ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Model クラスのリファレンス — Django 4.0.6 ドキュメント 8685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at in your model class you have at least a default Manager specified. If you don't add your own Manager , Djan ... le = models . Manager () For more details on model managers see Managers and Retrieving objects . 目次 Model ク ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 8384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( #27054 , #27110 , #27142 ). Removed duplicated managers in Model._meta.managers ( #27073 ). Fixed contrib. ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 8384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d thus not have any custom attributes, methods, or managers. You should only rely on _meta . This method can a ... user_obj . delete ( using = 'legacy_users' ) Using managers with multiple databases ¶ Use the db_manager() met ... hod on managers to give managers access to a non-default database. ... another Selecting a database to delete from Using managers with multiple databases Using get_queryset() with ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 8273
" + 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 ) ¶ A ... lters the managers that are available during migrations. AddField ¶ c ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 8067
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d html_message as the text/html content type. mail_managers() ¶ mail_managers ( subject , message , fail_silen ... _message = None ) [ソース] ¶ django.core.mail.mail_managers() は、 mail_admins() とほぼ同じで、 MANAGERS 設定で ... ss_mail() と send_mail() の比較 mail_admins() mail_managers() 例 ヘッダインジェクションを防止する EmailMessage ...
https://man.plustar.jp/django/topics/email.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 7956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 関する詳細は ロギング を参照してください。 ADMINS と MANAGERS ¶ ADMINS は、500 エラーの通知を E メールで受け取り ... ます。 MANAGERS は、404 エラーの通知を受け取ります。 IGNORABLE_404 ... X_AGE TEMPLATES エラーのレポート LOGGING ADMINS と MANAGERS デフォルトのエラービューをカスタムする 前のトピック ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 7956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts . get_current () The CurrentSiteManager ¶ class managers. CurrentSiteManager ¶ If Site plays a key role in ... sites.models import Site from django.contrib.sites.managers import CurrentSiteManager from django.db import mo ... sites.models import Site from django.contrib.sites.managers import CurrentSiteManager from django.db import mo ... ork Caching the current Site object The CurrentSiteManager Site middleware How Django uses the sites framework ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 NEXT