検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 187 for Field (0.105 sec.)
テストツール — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) as a file handle. If you're uploading to an ImageField , the object needs a name attribute that passes th ... callable triggers a certain warning . Testing form field rendering and error treatment . Testing HTML respo ... ead of assertRaisesRegex() . SimpleTestCase. assertFieldOutput ( fieldclass , valid , invalid , field_args ... = None , field_kwargs = None , empty_value = '' ) ¶ Asserts that ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l make migrations for any change to your models or fields - even options that don't affect the database - a ... s the only way it can reconstruct a field correctly is to have all the changes in the histor ... for you. Make changes to your models - say, add a field and remove a model - and then run makemigrations : ... or 'books': books/migrations/0003_auto.py: - Alter field author on book すると、あなたが書いたモデルがスキャ ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 5440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r versions of Django it was possible to reveal any field's data by modifying the "popup" and "to_field" par ... u rely on users having access to view only certain fields on a model. To address the issue, an exception wi ... ll now be raised if a to_field value that isn't a related field to a model that h ... #22579 ). Prevented indexes on PostgreSQL virtual fields ( #22514 ). Prevented edge case where values of F ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b-tree index, as if you used db_index on the model field or index_together on the model Meta class. It can ... ムユーザーモデルをサポートします。 CustomUser.EMAIL_FIELD をフィールドの名前にセットしてください。 モデルを定 ... se OpenLayers 3. PostGIS migrations can now change field dimensions. Added the ability to pass the size , s ... N indexes in the database. django.contrib.postgres.fields.JSONField accepts a new encoder parameter to spec ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 5385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel . objects . aggregate ( arr = ArrayAgg ( 'somefield' )) {'arr': [0, 1, 2]} Common aggregate options Al ... ults to False . ordering ¶ An optional string of a field name (with an optional "-" prefix which indicates ... ring of the elements in the result list. 例: 'some_field' '-some_field' from django.db.models import F F ( ... 'some_field' ) . desc () バージョン 4.0 で非推奨: If there are ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 5385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regression causing Model.__init__() to crash if a field has an instance only descriptor ( #28269 ). Fixed ... relation in list_filter ( #28262 ). Fixed admin's FieldListFilter.get_queryset() crash on invalid input ( ... a QuerySet ( #28284 ). Fixed the value of redirect_field_name in LoginView 's template context. It's now an ... ( #28298 ). Fixed UnboundLocalError crash in RenameField with nonexistent field ( #28350 ). Fixed a regress ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when adding db_index=True or unique=True to a CharField or TextField that already had the other specified, ... or when removing one of them from a field that had both, or when adding unique=True to a fie ... n where defining a relation on an abstract model's field using a string model name without an app_label no ... Set.order_by() crash when ordering by a relational field of a ManyToManyField through model ( #26092 ). Fix ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Q(age__gte=18), name='age_gte_18') ensures the age field is never less than 18. name ¶ CheckConstraint. nam ... straint ¶ class UniqueConstraint ( * expressions , fields = () , name = None , condition = None , deferrabl ... que constraint on the lowercased value of the name field in descending order and the category field in the ... same database restrictions as Index.expressions . fields ¶ UniqueConstraint. fields ¶ A list of field name ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 5330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r versions of Django it was possible to reveal any field's data by modifying the "popup" and "to_field" par ... u rely on users having access to view only certain fields on a model. To address the issue, an exception wi ... ll now be raised if a to_field value that isn't a related field to a model that h ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 5330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r versions of Django it was possible to reveal any field's data by modifying the "popup" and "to_field" par ... u rely on users having access to view only certain fields on a model. To address the issue, an exception wi ... ll now be raised if a to_field value that isn't a related field to a model that h ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT