検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 71 for able (0.059 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... にも起こらないオプションを受け取ります。例えば、 editable と auto_now は django.db.models.DateField に渡すこ ... とができますが、 editable のパラメーターを無視します。( auto_now には edita ... る ( ForeignKey など)。上級者向けです。 default editable serialize : False の場合、Django の serializers に ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... .chat to chat with other Django users who might be able to help. このチュートリアルはどの範囲をカバーしてい ... the previously cloned local copy of Django in editable mode 、ローカルにコピーしたDjangoの外部に新しいDja ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... kMessage . An instance encapsulates a single reportable error or warning. It also provides context and hin ... ts applicable to the message, and a unique identifier that is us ... set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in deployment. This disables async safety protecti ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... RLconf . After you've taken these steps, you'll be able to use the admin site by visiting the URL you hook ... e which of your application's models should be editable in the admin interface. For each of those models, ... he custom AdminSite . In that case, in order to disable auto-discovery, you should put 'django.contrib.adm ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... on query expressions, using Python constants, variables, and even other expressions. 例 ¶ from django.db. ... dels.aggregates , but for convenience they're available and usually imported from django.db.models . F() 式 ... y, from the following SQL: SELECT ... LOWER ( "db_table" . "field" ) as "field_lower" See Database Functio ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... xt » Django Utils ¶ This document covers all stable modules in django.utils . Most of the modules in d ... e and only the following parts can be considered stable and thus backwards compatible as per the internal ... ntifier (IRI) portion to a URI portion that is suitable for inclusion in a URL. This is the algorithm from ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... hoices for DateFieldListFilter if the field is nullable. admin に埋め込まれていた jQuery ライブラリが 2.1. ... ri caches redirects and prevents a user from being able to log out. Added the optional backend argument to ... rm.use_required_attribute attribute to False to disable it. The required attribute isn't included on forms ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... and both model and form fields now accept configurable lists of validators specifying reusable, encapsula ... amework ¶ Django now includes a robust and configurable messages framework with built-in support for cooki ... TP to send all email, you can now choose a configurable email backend to send messages. If your hosting pr ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5228
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... = False ) ¶ Returns the errors as a dictionary suitable for serializing to JSON. Form.errors.as_json() ret ... l if present, otherwise trying Field.initial . Callable values are evaluated. It is recommended to use Bou ... s. This is useful especially when dealing with callables whose return values can change (e.g. datetime.now ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5228
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... n N, there is no guarantee that pickle will be readable with Django version N+1. Pickles should not be use ... esult rows. However, if your query spans multiple tables, it's possible to get duplicate results when a Qu ... , rather than model instances, when used as an iterable. Each of those dictionaries represents an object, ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT