検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 572 for up (2.618 sec.)
django.core.mail — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.core.mail のソースコード """ Tools for send ... . send () [ドキュメント] def send_mass_mail ( datatuple , fail_silently = False , auth_user = None , aut ... ord = None , connection = None ): """ Given a datatuple of (subject, message, from_email, recipient_list ... for subject , message , sender , recipient in datatuple ] return connection . send_messages ( messages ) ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.utils.html のソースコード """HTML utilities ... character with a value less than 32. _js_escapes . update (( ord ( " %c " % z ), " \\ u %04X " % z ) for ... feData class and by third-party libraries like markupsafe. """ if isinstance ( text , Promise ): text = ... instead of str.format or % interpolation to build up small HTML fragments. """ args_safe = map ( condit ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » FAQ: Django を使う ¶ Why do I get an erro ... th to a directory where you'd like Django to store uploaded files. (For performance, these files are not ... count. モデルに FileField や ImageField を追加し、 upload_to オプションを定義して、 MEDIA_ROOT のどのサブ ... TTINGS , ROOT , 定義 , directory クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/faq/usage.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to manage error reporting ¶ サイトを公 ... porter ): def get_traceback_data ( self ): data = super () . get_traceback_data () # ... remove/add some ... stomExceptionReporter () ... 参考 You can also set up custom error reporting by writing a custom piece o ... rmation Custom error reports 前のトピックへ How to upgrade Django to a newer version 次のトピックへ How ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to provide initial data for models ¶ ... ture , data , How , ディレクトリ クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to override templates ¶ プロジェクトで ... te overrides in a project's templates folder. If you prefer, however, it's also possible to put the over ... src = "link/to/logo.png" alt = "logo" > {{ block .super }} {% endblock %} Key points to note: The exampl ... ding block, adding a custom logo, and using block.super to retain the prior content. The rest of the tem ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django へのコントリビュート ¶ Django is a ... nes for reStructuredText files Django-specific markup Documenting new features Minimizing images An exam ... s , 機能 , next , バグ , working クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
ビルトインのクラスベースビュー API — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ビルトインのクラスベースビュー API ¶ クラ ... t Views Generic editing ビュー FormView CreateView UpdateView DeleteView Generic date ビュー ArchiveInde ... ist Views 編集するためのビュー FormView CreateView UpdateView DeleteView 日付ベースのビュー ArchiveIndex ... ック , リクエスト , ベース , mixin クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/class-based-views/index.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » PostgreSQL specific database constraints ... ¶ PostgreSQL supports additional data integrity constraints availab ... row, an IntegrityError is raised. Similarly, when update conflicts with an existing row. name ¶ Exclusi ... clusionConstraint. expressions ¶ An iterable of 2-tuples. The first element is an expression or string. ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 3266
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » PostgreSQL specific model fields ¶ All of ... lists of data. Most field types can be used, and you pass another field instance as the base_field . You ... ying ArrayField ¶ There are a number of custom lookups and transforms for ArrayField . We will use the f ... ): return self . name contains ¶ The contains lookup is overridden on ArrayField . The returned objects ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]