検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 95 for valid (0.051 sec.)
django.apps.config — Django 4.0.6 ドキュメント 6911
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roperlyConfigured ( "The app label ' %s ' is not a valid Python identifier." % self . label ) # Human-reada ... tring failed, it means that entry # doesn't have a valid value. if app_module is None and app_config_class ... ttribute." % entry ) # Ensure app_name points to a valid module. try : app_module = import_module ( app_nam ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 6911
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et" > AuthType Basic AuthName "Top Secret" Require valid-user AuthBasicProvider wsgi WSGIAuthUserScript /pa ... mysite/wsgi.py Require group secret-agents Require valid-user </Location> To support the WSGIAuthGroupScrip ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6911
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migration ). Adding constraints without enforcing validation ¶ New in Django 4.0. PostgreSQL supports the ... NOT VALID option with the ADD CONSTRAINT statement to add ch ... eck constraints without enforcing validation on existing rows. This option is useful if yo ... that all existing rows satisfy the constraint. To validate check constraints created with the NOT VALID op ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Area Azimuth Difference ForcePolygonCW AsGeoJSON IsValid Distance BoundingCircle Intersection MakeValid AsG ... returns the geometric intersection between them. IsValid ¶ class IsValid ( expr ) ¶ Availability : MySQL (≥ ... lue is well formed. Returns True if its value is a valid geometry and False otherwise. Length ¶ class Lengt ... n point , as a fraction of the 2D line length. MakeValid ¶ class MakeValid ( expr ) ¶ Availability : PostGI ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase connections in a single Django instance. Model validation inspired by Django's form validation. Vastly ... ding a using argument when you call save() . Model validation ¶ Model instances now have support for valida ... l and form fields now accept configurable lists of validators specifying reusable, encapsulated validation ... behavior. Note, however, that validation must still be performed explicitly. Simply in ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンと同じように、モデルフォームのバリデーションは is_valid() が呼ばれたときや errors 属性にアクセスしたとき、 ... メッセージは、 モデルバリデーション のステップの間に ValidationError が発生したときに、対応するエラーメッセー ... フォームとまったく同じ方法で動作します。例えば、 is_valid() メソッドは妥当性をチェックするために使用される、 ... データを指定したい場合、フィールドを宣言的に定義して validators パラメータを設定することで実現できます: from ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate_names() ] メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ... e_name_suffix メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ... e_name_suffix メソッド as_view() dispatch() form_invalid() form_valid() get() get_context_data() get_form() ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e URL to redirect to when the form is successfully validated. Returns success_url by default. form_valid ( ... form ) ¶ Redirects to get_success_url() . form_invalid ( form ) ¶ Renders a response, providing the inval ... e URL to redirect to when the form is successfully validated. Returns django.views.generic.edit.ModelFormMi ... to use the get_absolute_url() of the object. form_valid ( form ) ¶ Saves the form instance, sets the curre ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Django 2.2.23 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leOperation even when a custom upload_to returns a valid file path ( #32718 ). 目次 Django 2.2.23 release n ...
https://man.plustar.jp/django/releases/2.2.23.html - [similar]
Django 3.1.11 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leOperation even when a custom upload_to returns a valid file path ( #32718 ). 目次 Django 3.1.11 release n ...
https://man.plustar.jp/django/releases/3.1.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT