検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 126 for result (0.044 sec.)
How to create custom template tags and filters — Django 4.0.6 ドキュメント 7699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -unsafe characters ( < , > , ' , " or & ) into the result that were not already present. In this case, you c ... if a "safe" string is passed into your filter, the result will still be "safe" and if a non-safe string is p ... his introduces no dangerous HTML characters to the result (aside from any that were already present), you sh ... ntly leave unbalanced HTML tags or entities in the result. For example, removing a > from the input might tu ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ARSET only applies to the strings generated as the result of template rendering (and email). Django will alw ... tring, be prepared to receive a string back in the result. Translated strings ¶ Aside from strings and bytes ... marked as translated but whose actual translation result isn't determined until the object is used in a str ... ) The strings_only parameter, if set to True, will result in Python numbers, booleans and None not being con ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e manner per our API stability policy policy. As a result of this policy, Django 1.3 begins the deprecation ... s app had no index on the expire_date column. As a result, date-based queries on the session table -- such a ... ibute lookup. This was an inconsistency that could result in confusing and unhelpful behavior: >>> Template ... &lt;... This has been resolved in Django 1.3 - the result in both cases will be u'Joe Bloggs' . Although the ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if isinstance ( s , Promise ): # The input is the result of a gettext_lazy() call. return s return force_st ... if isinstance ( s , Promise ): # The input is the result of a gettext_lazy() call. return s return force_by ... ango/') and return a string containing the encoded result with ASCII chars only (e.g. '/I%20%E2%99%A5%20Djan ... ango/') and return a string containing the encoded result (e.g. '/I%20♥%20Django/'). """ if uri is None : re ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 7172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng of the whole QuerySet , there is caching of the result of attributes on ORM objects. In general, attribut ... VARCHAR data from the disk for a single row in the results, even if it ends up only using a few columns. The ... ¶ ...if you only want to find out if at least one result exists, rather than if queryset . But: Don't overu ... p.members.all() in the members variable allows its result cache to be re-used. The line if members: causes Q ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6963
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... created, there won't be any replication, and as a result, data created on the primary won't be seen on the ... lica will be redirected to point at default . As a result, writes to default will appear on replica -- but b ... sed to execute the individual tests and format the results. By default it is set to unittest.TextTestRunner ... e , ** kwargs ) ¶ Runs the test suite. Returns the result produced by the running the test suite. DiscoverRu ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... JSON representation of the geometry. Note that the result is not a complete GeoJSON structure but only the g ... argument controls the number of characters in the result. GeometryDistance ¶ class GeometryDistance ( expr1 ... lause, it provides index-assisted nearest-neighbor result sets. Intersection ¶ class Intersection ( expr1 , ... imple polygons might become a multipolygon and the result might be of lower dimension than the input. MemSiz ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 6853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or as a namedtuple" desc = cursor . description nt_result = namedtuple ( 'Result' , [ col [ 0 ] for col in d ... esc ]) return [ nt_result ( * row ) for row in cursor . fetchall ()] 以下はこ ... e ( "SELECT id, parent_id FROM test LIMIT 2" ) >>> results = namedtuplefetchall ( cursor ) >>> results [Resu ... lt(id=54360982, parent_id=None), Result(id=54360880, parent_id=None)] >>> results [ 0 ] . ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 6632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... actually helps and only applies compression if the result is a shorter string: >>> signing.dumps(list(range( ... t wasn't signed more than max_age seconds ago. """ result = super () . unsign ( value ) value , timestamp = ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 6632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt slowdown that slowly worsens over time. The net result is that given enough time, a user with the ability ... tween requests without an intervening logout could result in the prior user's session being co-opted by the ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT