検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 345 for when (0.056 sec.)
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 6189
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es in 1.8.15. User with hardcoded password created when running tests on Oracle ¶ When running tests with ... ly dropped after the test suite completes, but not when using the manage.py test --keepdb option or if the ... sed for each test run. DNS rebinding vulnerability when DEBUG=True ¶ Older versions of Django don't valida ... te the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them vulnerable t ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 修正しました。 User with hardcoded password created when running tests on Oracle ¶ When running tests with ... ly dropped after the test suite completes, but not when using the manage.py test --keepdb option or if the ... sed for each test run. DNS rebinding vulnerability when DEBUG=True ¶ Older versions of Django don't valida ... te the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them vulnerable t ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Signals — Django 4.0.6 ドキュメント 6153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r" which helps decoupled applications get notified when actions occur elsewhere in the framework. In a nut ... action has taken place. They're especially useful when many pieces of code may be interested in the same ... called. django.db.models.signals.m2m_changed Sent when a ManyToManyField on a model is changed. django.co ... tarted & django.core.signals.request_finished Sent when Django starts or finishes an HTTP request. See the ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 6117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erySet.union() , intersection() , and difference() when it was ordered by an unannotated field ( #32627 ). ... .2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes ( ... xed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expre ... xed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.me ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reate, filter, order by, annotation, or aggregate. When an expression outputs a boolean value, it may be u ... construct describing an operation on the database. When Django encounters an instance of F() , it override ... ld based on the value of the field in the database when the save() or update() is executed, rather than ba ... sed on its value when the instance was retrieved. F() assignments persis ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gistryNotReady [ソース] ¶ This exception is raised when attempting to use models before the app loading pr ... on is raised by a model's _meta.get_field() method when the requested field does not exist on the model or ... ース] ¶ The SuspiciousOperation exception is raised when a user has performed an operation that should be c ... in Django 3.2. The BadRequest exception is raised when the request cannot be processed due to a client er ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use the empty string, not NULL . One exception is when a CharField has both unique=True and blank=True se ... is required to avoid unique constraint violations when saving multiple objects with blank values. 文字列ベ ... Enum member values are a tuple of arguments to use when constructing the concrete data type. Django suppor ... tead of model instances. The default value is used when new model instances are created and a value isn't ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rated list of primary keys. This is only available when dumping one model. By default, all the records of ... to. By default, the data goes to standard output. When this option is set and --verbosity is greater than ... properly. Django doesn't create database defaults when a default is specified on a model field. Similarly ... _DIRS , and the literal path foo/bar/mydata.json . When fixture files are processed, the data is saved to ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The database API" below. General string handling ¶ Whenever you use strings with Django -- e.g., in databa ... rgo, it cannot rely on that setting. In most cases when Django is dealing with strings, it will convert th ... third type of string-like object you may encounter when using Django. The framework's internationalization ... ough the string might have originally been created when the code was first imported. Normally, you won't h ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nested ArrayField s ( #25867 ). Fixed a state bug when migrating a SeparateDatabaseAndState operation bac ... _ops index on CharField and TextField respectively when using AlterField on PostgreSQL ( #25412 ). Fixed a ... Prevented QuerySet.delete() from crashing on MySQL when querying across relations ( #25882 ). Fixed evalua ... of QuerySet.values() ( #25894 ). Fixed a state bug when using an AlterModelManagers operation ( #25852 ). ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT