検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 320 for not (0.121 sec.)
Django の admin サイト — Django 4.0.6 ドキュメント 5079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プロジェクトテンプレートで有効になります。 If you're not using the default project template, here are the r ... under the heading of the fieldset. This string is not rendered for TabularInline due to its layout. Note ... that this value is not HTML-escaped when it's displayed in the admin inte ... in . ModelAdmin ): list_display = ( 'full_name' ,) Note that @property must be above @display . If you're ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.1 of RFC 3987 specifically mentions that % must not be # converted. if iri is None : return iri elif i ... de. The rest of the block is the part after '%AB', not containing # any '%'. Add that to the output witho ... rding to section 3.3 of RFC 2396. # The reason for not subtracting and escaping "/" is that we are escapi ... ng # the entire path, not a path segment. return quote ( path , safe = "/:@& ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... means that logging calls placed in settings.py may not work as expected, because logging will not be set ... : DEBUG , INFO , WARNING , ERROR , CRITICAL . So, another example might be: logger . critical ( 'Payment ... system is not responding' ) 重要 Records with a level lower than ... WARNING will not appear in the console by default. Changing this be ...
https://man.plustar.jp/django/howto/logging.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ethod def func ( instance ): raise TypeError ( "Cannot use cached_property instance without calling " "__ ... c elif name != self . name : raise TypeError ( "Cannot assign the same cached_property to two different n ... the lazy evaluation code is triggered. Results are not memoized; the function is evaluated on every acces ... ed on the result of that function. The function is not evaluated until one of the methods on the result i ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
LICENSE.txt 4996
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... attribution comments terse, so we ask that you do not actively work to remove them from files, especiall ... espective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Fo ... nt Awesome, nor vice versa. **Please do not use brand logos for any purpose except to represen ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... library requirements, supported versions, and any notes for each of the supported database backends: デー ... タベース Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, PostGIS 10+ Require ... + Limited functionality . Oracle GEOS, GDAL 19+ XE not supported. SQLite GEOS, GDAL, PROJ, SpatiaLite 3.9 ... is so that the gis templates can be located -- if not done, then features such as the geographic admin o ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted by Django. In particular, Python f-strings are not yet supported by xgettext , and JavaScript templat ... le included in the literal. In the examples above, note how we used the name Python variable in both tran ... mple, besides being incorrect in some languages as noted above, would fail: text = ngettext ( 'There is % ... ed wherever you would use a string (a str object) in other Django code, but it may not work with arbitrar ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 4950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end (i.e., save the messages). Raise ValueError if not all messages could be stored and DEBUG is True. "" ... r middleware layer may return a request which does not contain # messages storage, so make no assumption ... essages and settings . DEBUG : raise ValueError ( "Not all temporary messages could be stored." ) return ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nding rectangles, or MBR). Specifically, MySQL did not conform to the OGC standard. Django supports spati ... MySQL versions. However, the spatial functions are not as rich as other backends like PostGIS. Raster Sup ... JSON (see RFC 7946 ). Essentially, if the input is not a GEOSGeometry object, the geometry field will att ... name = 'Canyon' , rast = rast ) >>> dem . save () Note that this equivalent to: >>> dem = Elevation . ob ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo database and run the query CREATE EXTENSION IF NOT EXISTS hstore; . Changed in Django 3.2: In older v ... your operating system provides but PostgreSQL does not, you can manage collations in your database using ... QL documentation . 注釈 The CONCURRENTLY option is not supported inside a transaction (see non-atomic mig ... ation ¶ New in Django 4.0. PostgreSQL supports the NOT VALID option with the ADD CONSTRAINT statement to ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]