検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 572 for up (0.112 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » モデルフィールドリファレンス ¶ このドキュ ... nk=False を持つ場合、フィールドは必須となります。 Supplying missing values blank=True can be used with f ... clean() on the model in order to programmatically supply any missing values. choices ¶ Field. choices ¶ ... _IN_SCHOOL_CHOICES , default = FRESHMAN , ) def is_upperclass ( self ): return self . year_in_school in ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Model index reference ¶ Index classes eas ... gnored with MySQL < 8.0.13 and MariaDB as neither supports them. fields ¶ Index. fields ¶ A list or tupl ... (headline, pub_date DESC) . Index ordering isn't supported on MySQL. In that case, a descending index i ... le function due to the casting Django does for lookups . Restrictions on SQLite SQLite imposes restricti ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » django.urls utility functions ¶ reverse() ... one , urls , resolve , app , use クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » django.urls functions for use in URLconfs ... other backslash. When a match is made, captured groups from the regular expression are passed to the vie ... w -- as named arguments if the groups are named, and as positional arguments otherwise. ... ther an iterable that returns URL patterns or a 2-tuple containing such iterable plus the names of the a ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Built-in Views ¶ Several of Django's buil ... t-end web server). The most likely example is user-uploaded content in MEDIA_ROOT . django.contrib.stati ... tatic assets and has no built-in handling for user-uploaded files, but you can have Django serve your ME ... RequestContext and will have access to variables supplied by your template context processors (e.g. MED ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.6.3 release notes ¶ April 21, 20 ... eter in a querystring indicating where to redirect upon successful completion of an action). One or more ... sField IPAddressField These three fields have been updated to convert their arguments to the correct typ ... a() query methods -- which allow the developer to supply raw SQL or SQL fragments -- will be advised to ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.7.2 release notes ¶ January 2, 2 ... ndored version of six, django.utils.six , has been upgraded to the latest release (1.9.0). Bugfixes ¶ Fi ... a model on SQLite ( #23702 ). Added a warning for duplicate models when a module is reloaded. Previously ... erIndexTogether or AlterUniqueTogether ( #23614 ). Updated the first day of the week in the Ukrainian lo ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 2.2 リリースノート ¶ April 1, 2019 ... compatible changes you'll want to be aware of when upgrading from Django 2.1 or earlier. We've begun the ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Django 2.2 is designated as a long-term support release . It will receive security updates for ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
リリースノート — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » リリースノート ¶ こちらには Django の公式 ... ョン , セキュリティ , final , ドキュメント , next , up , previous クイック検索 Last update: 2022年6月01日 ... « previous | up | next » ...
https://man.plustar.jp/django/releases/index.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 3191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 非同期サポート ¶ Djangoは、 ASGI の環境下 ... fore it enters the middleware stack. However, if you put synchronous middleware between an ASGI server a ... its own thread). The async context can be imposed upon you by the environment in which you are running ... your Django code. For example, Jupyter notebooks and IPython interactive shells both ...
https://man.plustar.jp/django/topics/async.html - [similar]