検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 98 for contain (0.058 sec.)
ロギング — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter usually consists of a Python formatting string containing LogRecord attributes ; however, you can also wr ... itive information. For example, the log record may contain information about a web request or a stack trace, ... option is enabled, the email message it sends will contain a full traceback, with names and values of local v ...
https://man.plustar.jp/django/topics/logging.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... FooBar ( BaseEngine ): # Name of the subdirectory containing the templates for this engine # inside an insta ... occurred on. This is for context, so it shouldn't contain more than 20 lines or so. 'line' : The line number ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mysite.wsgi モジュールです。 env : Should probably contain at least DJANGO_SETTINGS_MODULE . home : Optional ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = True ) def __str__ ( self ): return self . name contains ¶ The contains lookup is overridden on ArrayField ... , 'django' ]) >>> Post . objects . filter ( tags__contains = [ 'thoughts' ]) <QuerySet [<Post: First post>, ... Second post>]> >>> Post . objects . filter ( tags__contains = [ 'django' ]) <QuerySet [<Post: First post>, <P ... Third post>]> >>> Post . objects . filter ( tags__contains = [ 'django' , 'thoughts' ]) <QuerySet [<Post: Fi ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er classes to have this model inherit from; it can contain both class objects as well as strings in the forma ... ually creating a column, you should pass in a list containing an AddField operation here so that the autodete ... rt suitable for automatically naming a # migration containing this operation, or None if not applicable. retu ... operation that loads PostgreSQL extensions (which contain some of PostgreSQL's more exciting features). Sinc ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work around name collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replac ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work around name collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replac ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion of the exception that triggered the view (e.g. containing any message passed to a specific Http404 instan ... (the HTTP 1.1 Specification). The template context contains exception , which is the string representation of ... e template context, as the exception message might contain sensitive information like filesystem paths. bad_r ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... riting from ContextMixin ), the context dictionary contains a view variable that points to the View instance. ... rmats such as JSON or XML. Since such requests may contain arbitrary data, Django doesn't attempt to decode t ... orm validation. When the form doesn't validate, it contains only the fields that passed validation. You shoul ... el deserializer now refuses to parse XML documents containing a DTD (DOCTYPE definition). Since the XML seria ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that any existing data in your application doesn't contain unexpected newlines. validate_ipv4_address() , val ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT