検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 170 for there (0.043 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you to combine Django with other ASGI frameworks. There is no need to switch your applications over unless ... es() method allows specifying the inlines based on the request or model instance. Select2 ライブラリのバージ ... することになります。 SecurityMiddleware can now send the Referrer-Policy header. テスト ¶ The new test Client ... ontrolling whether or not exceptions raised during the request should also be raised in the test. The value ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you are running under WSGI or ASGI mode. However, there will be performance penalties using async code in ... es django.contrib.postgres.fields.JSONField , plus the related form field and transforms, you should adjust ... Constraint.check now supports boolean expressions. The RelatedManager.add() , create() , and set() methods ... e new HttpRequest.accepts() method returns whether the request accepts the given MIME type according to the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld . To avoid unwanted migrations in the future, either explicitly set DEFAULT_AUTO_FIELD to AutoField : DE ... se the property() function instead after assigning the required attributes to the method. Using decorators ... 2-cffi defaults. Increasing the memory_cost pushes the required memory from 512 KB to 100 MB. This is still ... QuerySet.in_bulk() now accepts distinct fields if there's only one field specified in QuerySet.distinct() ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the max_similarity parameter. This is compared to the result of difflib.SequenceMatcher.quick_ratio() . A ... is not entirely numeric. Integrating validation ¶ There are a few functions in django.contrib.auth.passwor ... th an alternate set of validators and then passing the result into the password_validators parameter of the ... set. If you always use the same set of validators, there is no need to use this function, as the configurat ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th a level indicating the severity of the message. There are also shortcuts to make creating messages with ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... its). """ # Special case for the last page because there can be orphans. if self . number == self . paginat ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quoted in # docs/ref/logging.txt; please amend it there if edited here. DEFAULT_LOGGING = { "version" : 1 ... handler that emails log entries to site admins. If the request is passed as the first argument to the log r ... gging . Filter ): """ A logging filter that checks the return value of a given callable (which takes the re ... eyword argument). The HttpResponse status_code and the request are passed to the logger's extra parameter. ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... getLogger() method with a name to identify it and the records it emits. A good option is to use __name__ ( ... DEBUG , INFO , WARNING , ERROR , CRITICAL . So, another example might be: logger . critical ( 'Payment syst ... handlers handlers, to determine what they do with the records they receive filters, to provide additional ... for consumption by human beings or another system There are various ways of configuring logging. In Django ...
https://man.plustar.jp/django/howto/logging.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . It uses the addslashes template filter to ensure there aren't any problems with quotes. 他のテキストベース ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... More details about each item can often be found in the release notes of two versions prior. 5.0 ¶ See the D ... g , and StringAgg aggregates will return None when there are no rows instead of [] , [] , and '' respective ... moved. Support for Widget.render() methods without the renderer argument will be removed. 2.0 ¶ See the Dja ... m._has_changed() to has_changed() will be removed. The removetags template filter will be removed. The remo ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT