検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 345 for when (0.110 sec.)
Model クラスのリファレンス — Django 4.0.6 ドキュメント 4565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DoesNotExist ¶ This exception is raised by the ORM when an expected object is not found. For example, Quer ... ySet.get() will raise it when no object is found for the given lookups. Django p ... urned ¶ This exception is raised by QuerySet.get() when multiple objects are found for the given lookups. ...
https://man.plustar.jp/django/ref/models/class.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... I header spoofing via underscore/dash conflation ¶ When HTTP headers are placed into the WSGI environ, the ... efault value. Fixed a crash in the CSRF middleware when handling non-ASCII referer header ( #23815 ). Fixe ... in the django.contrib.auth.redirect_to_login view when passing a reverse_lazy() result on Python 3 ( #240 ... r Greek ( el ) ( #23967 ). Fixed a migration crash when unapplying a migration where multiple operations i ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds incompatible changes you'll want to be aware of when upgrading from Django 2.1 or earlier. We've begun ... nces. Django no longer always starts a transaction when a single query is being performed, such as Model.s ... utomatic JSON serialization of list and tuple data when content_type='application/json' . The new ORACLE_M ... odel. A migration will update existing permissions when you run migrate . In the admin, the change is tran ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 4565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds incompatible changes you'll want to be aware of when upgrading from Django 3.0 or earlier. We've droppe ... iew now respects DEFAULT_EXCEPTION_REPORTER_FILTER when applying settings filtering. The new DEFAULT_EXCEP ... with timezone-aware datetimes being returned even when USE_TZ is False . Additionally, DateTimeField now ... NPUT_FORMATS in addition to DATETIME_INPUT_FORMATS when converting a field input to a datetime value. Mult ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = None , chain = None ) ¶ This exception is raised when a template cannot be found. It accepts the followi ... riginated. tried A list of sources that were tried when finding the template. This is formatted as a list ... ntermediate TemplateDoesNotExist exceptions raised when trying to load a template. This is used by functio ... lateSyntaxError ( msg ) ¶ This exception is raised when a template was found but contains errors. Template ...
https://man.plustar.jp/django/topics/templates.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... serializer accepts the following additional option when it is called by serializers.serialize() : geometry ... ry key of the GeoJSON feature. This is only needed when you have a model with more than one geometry field ... 5 ] }, 'properties' : { 'name' : 'Chicago' } } ] } When the fields parameter is not specified, the geojson ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y, which lets readers sign up to get notifications when news happens. It's pretty basic: A reader signs up ... tory SITE_ID The CurrentSiteManager is only usable when the SITE_ID setting is defined in your settings. U ... irect object is associated with a particular site. When Django searches for a redirect, it takes into acco ... ach flatpage is associated with a particular site. When a flatpage is created, you specify its Site , and ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itial caches its values. This is useful especially when dealing with callables whose return values can cha ... e template used to render a field's <label> , used when calling BoundField.label_tag() . Can be changed pe ... methods. error_class ¶ The CSS classes to be used when rendering the error list. Any provided classes are ... ¶ New in Django 4.0. The name of the template used when calling __str__ or render() . By default this is ' ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLs with basic authentication credentials "safe" when they shouldn't be. For example, a URL like http:// ... doesn't remedy that difference (or any difference when changing hashers). You may be able to upgrade thos ... ization with None values ( #26215 ). Fixed a crash when filtering by a Decimal in RawQuery ( #26219 ). Rea ... pport custom user models ( #26231 ). Fixed a crash when passing a nonexistent template name to the cached ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django uses the database with the alias of default when no other database has been selected. The following ... communicate additional information to the router. When model_name is set, hints normally contains the mod ... ations for the model_name will be silently skipped when running migrate on the db . Changing the behavior ... ken foreign keys, extra tables, or missing tables. When makemigrations verifies the migration history, it ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]