検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 188 for fields (0.074 sec.)
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t ExclusionConstraint from django.contrib.postgres.fields import RangeOperators from django.db.models import ... in Django 3.2. A list or tuple of the names of the fields to be included in the covering exclusion constrain ... s to be used for queries that select only included fields ( include ) and filter only by indexed fields ( ex ... t ExclusionConstraint from django.contrib.postgres.fields import DateTimeRangeField , RangeOperators from dj ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
データベース — Django 4.0.6 ドキュメント 6121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... umns ¶ When specifying db_index=True on your model fields, Django typically outputs a single CREATE INDEX st ... more accurate. 警告 Model formsets validate unique fields in a case-sensitive manner. Thus when using a case ... n the results of such detection. Notes on specific fields ¶ Character fields ¶ Any fields that are stored wi ... . Fractional seconds support for Time and DateTime fields ¶ MySQL can store fractional seconds, provided tha ...
https://man.plustar.jp/django/ref/databases.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 6022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、フォーム API の特定の領域、 フォーム API 、 Form fields または フォームとフィールドの検証 をご覧ください。 ... method, which runs validation routines for all its fields. When this method is called, if all fields contain ... , browsers may apply their own validation on these fields, which may be stricter than Django's validation. I ... nField はフィールドの種類です; すべての種類は Form fields で確認できます。 ウィジェット ¶ 各フォームのフィー ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss AuthorCreateView ( CreateView ): model = Author fields = [ 'name' ] class AuthorUpdateView ( UpdateView ) ... : model = Author fields = [ 'name' ] class AuthorDeleteView ( DeleteView ) ... urls are not loaded when the file is imported. The fields attribute works the same way as the fields attribu ... red exception if it's not. If you specify both the fields and form_class attributes, an ImproperlyConfigured ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute and ModelAdmin.get_autocomplete_fields() ... ctdb can now introspect JSONField and various RangeField s ( django.contrib.postgres must be in INSTALLED_AP ... d Meta.get_latest_by now allow ordering by several fields. Added the ExtractQuarter function to extract the ... onditionals to multiple aggregations over the same fields or relations. Added support for expressions in Met ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... based services. Its features include: Django model fields for OGC geometries and raster data. Extensions to ... anipulation in different formats. Editing geometry fields from the admin. This tutorial assumes familiarity ... metric attribute data (e.g., integer and character fields). .prj : Contains the spatial reference informatio ... s WorldBorder ( models . Model ): # Regular Django fields corresponding to the attributes in the # world bor ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n be used on all supported database backends. Both fields support the use of custom JSON encoders and decode ... rs. The model field supports the introspection, lookups, and transforms ... te () If your project uses django.contrib.postgres.fields.JSONField , plus the related form field and transf ... orms, you should adjust to use the new fields, and generate and apply a database migration. For ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5847
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ell as the form-TOTAL_FORMS and form-INITIAL_FORMS fields shown in the examples here, the management form al ... includes form-MIN_NUM_FORMS and form-MAX_NUM_FORMS fields. They are output with the rest of the management f ... nly for the convenience of client-side code. These fields are not required and so are not shown in the examp ... data is missing or has been tampered with. Missing fields: form-TOTAL_FORMS, form-INITIAL_FORMS. You may nee ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5814
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be removed. The model django.contrib.postgres.fields.JSONField will be removed. A stub field will remai ... postgres.forms.JSONField , django.contrib.postgres.fields.jsonb.KeyTransform , and django.contrib.postgres.f ... r affect GROUP BY queries. django.contrib.postgres.fields.FloatRangeField and django.contrib.postgres.forms. ... d OneToOneField will be required. django.db.models.fields.add_lazy_relation() will be removed. When time zon ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.5.11 release notes — Django 4.0.6 ドキュメント 5781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y release. Bugfixes ¶ Allowed related many-to-many fields to be referenced in the admin ( #23604 ). Allowed ... inline and hidden references to admin fields ( #23431 ). 目次 Django 1.5.11 release notes Bugfi ... ーワード release , notes , next , トピック , admin , fields , many , Allowed , Bugfixes , up クイック検索 Last ...
https://man.plustar.jp/django/releases/1.5.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT