検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 146 for instance (0.081 sec.)
How to configure and use logging — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e Python logging library, and then obtain a logger instance with logging.getLogger() . Provide the getLogger() ... ers with matching names. The namespace of a logger instance is defined using getLogger() . For example in view ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield types can be used, and you pass another field instance as the base_field . You may also specify a size . ... eates a mutable default that is shared between all instances of ArrayField . base_field ¶ This is a required a ... a type and behavior for the array. It should be an instance of a subclass of Field . For example, it could be ... possible to nest array fields - you can specify an instance of ArrayField as the base_field . For example: fro ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g of a GenericForeignKey when the referenced model instance uses multi-table inheritance ( #28856 ). Fixed "Ca ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecifying the inlines based on the request or model instance. Select2 ライブラリのバージョンが 4.0.3 から 4.0.7 ... ger attempts to find a row when saving a new Model instance and a default value for the primary key is provide ... ue to model's save() . Attempts to use a new Model instance to update an existing row will result in an Integr ... zone formats when created using datetime.timedelta instances (e.g. timezone(timedelta(hours=5)) , which would ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ilable. If you want to use a custom ModelForm (for instance to add extra validation), set form_class on your v ... [ 'name' ] def form_valid ( self , form ): form . instance . created_by = self . request . user return super ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Signals — Django 4.0.6 ドキュメント 5512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he my_handler function will only be called when an instance of MyModel is saved. Different signals use differe ... [ソース] ¶ All signals are django.dispatch.Signal instances. 例: import django.dispatch pizza_done = django . ... ified of the signal. If an error occurs, the error instance is returned in the tuple pair for the receiver tha ...
https://man.plustar.jp/django/topics/signals.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nds.filebased.EmailBackend' , }, }, By default, an instance of the email backend specified in EMAIL_BACKEND wi ... ill not proceed if the callback returns False. For instance, to filter out UnreadablePostError (raised when a ... c_type , exc_value = record . exc_info [: 2 ] if isinstance ( exc_value , UnreadablePostError ): return False ...
https://man.plustar.jp/django/ref/logging.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database, but persists these changes for RunPython instances to use. options should be a dictionary mapping op ... is the field's name, and field is an unbound Field instance (the thing you would put in the field declaration ... table for the model with model_name . index is an instance of the Index class. RemoveIndex ¶ class RemoveInde ... ma_editor ): # forwards_func() creates two Country instances, # so reverse_func() should delete them. Country ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to make some changes to the way you reference User instances. You should also document any specific features o ... to avoid overwriting concurrent changes. Deferred instances (those loaded by .only() or .defer() ) will autom ... ntation for more details. Caching of related model instances ¶ When traversing relations, the ORM will avoid r ... arsing the tag's content. Retrieval of ContentType instances associated with proxy models ¶ The methods Conten ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oduction services for which there's no development instance, for example. If a project uses a package like the ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT