検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 320 for not (0.112 sec.)
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 3.0.10 release notes ¶ September 1, 2020 Django 3.0.10 fixes two secu ... n 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created ... el in the of argument, the corresponding model was not locked ( #31866 ). Fixed a data loss possibility, ... ields value ( #31863 ). 目次 Django 3.0.10 release notes CVE-2020-24583: Incorrect permissions on interme ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n is forcefully interrupted, the test database may not be destroyed. On the next run, you'll be asked whe ... ersions, failures detected when loading tests were not ordered first. ロールバックのエミュレーション ¶ マ ... body of the TestCase or TransactionTestCase , but note that this will slow down that test suite by appro ... ase and be using TestCase for most tests, and thus not need this setting. The initial serialization is us ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Base views — Django 4.0.6 ドキュメント 4293
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッドのフローチャート setup() dispatch() http_method_not_allowed() options() Example views.py : from django ... メソッドをサポートする をご覧ください。 http_method_not_allowed ( request , * args , ** kwargs ) ¶ If the ... キストで、有効なメソッドのリストともに、 HttpResponseNotAllowed を返すデフォルトの処理です。 options ( requ ... ッドのフローチャート setup() dispatch() http_method_not_allowed() get_context_data() Example views.py : fr ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
GeoJSON Serializer — Django 4.0.6 ドキュメント 4293
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mation on serialization. The geojson serializer is not meant for round-tripping data, as it has no deseri ... alizer equivalent. For example, you cannot use loaddata to reload the output produced by this ... ' : 'Chicago' } } ] } When the fields parameter is not specified, the geojson serializer adds a pk key to ...
https://man.plustar.jp/django/ref/contrib/gis/serializers.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4293
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object or function that takes a value and returns nothing if the value is valid or raises a ValidationEr ... ror if not. These can be passed to a field's constructor, via ... " # Return an empty list if no input was given. if not value : return [] return value . split ( ',' ) def ... leaned_data [ 'recipients' ] if "fred@example.com" not in data : raise ValidationError ( "You have forgot ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 4293
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the change form. Admin users with the view (but not change) permission to the user model were displaye ... 30 ). Fixed a crash when a user with the view (but not change) permission made a POST request to an admin ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons of source code must retain the above copyright notice, # this list of conditions and the following di ... n binary form must reproduce the above copyright # notice, this list of conditions and the following disc ... ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF MERCHANTAB ... MPLARY, OR CONSEQUENTIAL DAMAGES # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SER ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
Generic display ビュー — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッドのフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_slug_field() ge ... A base view for displaying a single object. It is not intended to be used directly, but rather as a pare ... ッドのフローチャート setup() dispatch() http_method_not_allowed() get_template_names() get_queryset() get_ ...
https://man.plustar.jp/django/ref/class-based-views/generic-display.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cess geographic database functions to be used in annotations, aggregations, or filters in Django. 実装例: ... ls.functions import Length >>> Track . objects . annotate ( length = Length ( 'line' )) . filter ( length ... __gt = 100 ) Not all backends support all functions, so refer to th ... on a backend that doesn't support it, you'll get a NotImplementedError exception. Function's summary: Mea ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l extensions for SQLite Yes (SQLite only) 5.0, 4.3 Note that older or more recent versions of these libra ... L, and GeoIP may be used independently of Django. In other words, no database or settings file required - ... ind GEOS, this error is raised: ImportError: Could not find the GEOS library (tried "geos_c"). Try settin ... ng must be the full path to the C shared library; in other words you want to use libgeos_c.so , not libge ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]