検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 158 for custom (0.102 sec.)
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... straint and UniqueConstraint classes enable adding custom database constraints. Constraints are added to mod ... be serialized in migrations. You can now register custom serializers for migrations. モデル ¶ Added support ... ouldn't have an impact on your tests unless you've customized TransactionTestCase 's internals. sqlparse is ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SQL when ordering and grouping by JSONField with a custom decoder ( #31956 ). As a consequence, fetching a J ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass() expression represents the expression with a custom operator class that can be used to define function ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #28097 ). Allowed prefetch calls on managers with custom ModelIterable subclasses ( #28096 ). Fixed change ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... foreign key constraints to unmanaged models with a custom primary key ( #23415 ). Added SchemaEditor for MyS ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as manage.py . Please file a ticket if you have a custom project template containing .py-tpl files and find ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to use get_username instead of username to support custom user models ( #26231 ). Fixed a crash when passing ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hods of individual instances, which means that any custom behavior you have added for these methods will not ... pairs of objects into ManyToManyField or when the custom through table is defined, use bulk_create() method ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a calendar to render DateFields, you can define a custom Calendar widget. This widget can then be associate ... n The Django Admin application defines a number of customized widgets for calendars, filtered selections, an ... asset requirements, and the Django Admin uses the custom widgets in place of the Django defaults. The Admin ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unmodified to json . For example, if you have some custom type in an object to be serialized, you'll have to ... write a custom json encoder for it. Something like this will work ... default ( self , obj ): if isinstance ( obj , YourCustomType ): return str ( obj ) return super () . defaul ... LazyEncoder ) Also note that GeoDjango provides a customized GeoJSON serializer . DjangoJSONEncoder ¶ class ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT