検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 218 for but (0.066 sec.)
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6187
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (matching any host), for backwards-compatibility, but we strongly encourage all sites to set a more rest ... lizer is not intended for use with untrusted data, but in order to err on the side of safety in Django 1. ... the typical round-trip from dumpdata to loaddata , but if you feed your own XML documents to the loaddata ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... escribed below is accessible using the engine attribute of that backend and any attribute defaults mentio ... any letter (A-Z), any digit (0-9), an underscore (but they must not start with an underscore) or a dot. ... order: Dictionary lookup. Example: foo["bar"] Attribute lookup. Example: foo.bar List-index lookup. Examp ... ll be propagated, unless the exception has an attribute silent_variable_failure whose value is True . If ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... これにより、このフィルタに整数を渡したとしても AttributeError は発生しません。(整数は lower() メソッドを持 ... escaping. Most cases won't be nearly this tricky, but keep an eye out for any problems like that when re ... ): try : return 9 <= value . hour < 17 except AttributeError : return '' When this flag is set, if the fi ... interface uses custom template tags to display the buttons along the bottom of the "add/change" form page ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EOS-related errors You find many TypeError or AttributeError exceptions filling your web server's log fil ... eometry. In other words, will return 1 on anything but geometry collections. GEOSGeometry. hasz ¶ Returns ... hat the result is not a complete GeoJSON structure but only the geometry key content of a GeoJSON structu ... used for geometries with an SRID of 4326 (WGS84), but this restriction is not enforced. GEOSGeometry. og ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w small backwards-incompatible changes since 0.95, but the upgrade process should be fairly simple and sh ... dation framework. Both APIs are available in 0.96, but over the next two releases we plan to switch compl ... rovements to the admin interface ¶ A small change, but a very nice one: dedicated views for adding and up ... and Malcolm Tredinnick for their major code contributions. This release wouldn't have been possible with ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as an Open Source project. Django's received contributions from hundreds of developers, been translated i ... release comes at the moment where community contributions overtake those made privately. Stability and f ... 't possibly document everything that's new in 1.0, but the documentation will be your definitive guide. A ... r database querying underwent a few minor changes, but most of the updates took place in the ORM's intern ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mpatibility policy since Django's initial public debut. Previous Django releases were tested and supporte ... s when a malicious website contains a link, a form button or some JavaScript that is intended to perform ... hipped with Django have been ported to the new API but they still implement the function-based API and th ... plate tags are safe to use with the cached loader, but if you're using custom template tags that come fro ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etween sync and async. If you have an ASGI server, but all your middleware and views are synchronous, it ... propagation. This may not be noticeable at first, but adding this penalty of one thread per request can ... an async environment. The ORM is the main example, but there are other parts that are also protected in t ... y cases interacting with Django the correct value, but be sure to evaluate uses of sync_to_async() if upd ...
https://man.plustar.jp/django/topics/async.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use a string (a str object) in other Django code, but it may not work with arbitrary Python code. For ex ... ase where you would like to delay the translation, but have to pass the translatable string as argument t ... de HTML in translations, for example for emphasis, but potentially dangerous characters (e.g. " ) will al ... ne comment constructs : {# Translators: Label of a button that triggers search #} < button type = "submit ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ased and used for sending Django data over a wire, but it's possible for a serializer to handle any forma ... e any iterator that yields Django model instances, but it'll almost always be a QuerySet). django.core.se ... e' )) In this example, only the name and size attributes of each model will be serialized. The primary ke ... output will only contain the serves_hot_dogs attribute. The name attribute of the base class will be ign ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT