検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for sequence (0.055 sec.)
GeoDjango's admin site — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fault zoom level to use. Defaults to 4. extra_js ¶ Sequence of URLs to any extra JavaScript to include. map_te ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8222
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Truncated strings end with a translatable ellipsis sequence ("..."). See the documentation for truncatechars f ... ual deprecation path due to the severity of the consequences of running Django with no SECRET_KEY . django.con ... affected parts are detailed below, with 1) the consequences of ignoring this advice and 2) the amount of time ... relevant. contrib.sessions data integrity check Consequences: The user will be logged out, and session data wi ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 7973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.humanize translations where the Unicode sequence for the non-breaking space was returned verbatim ( ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 7724
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imilar to JSON. The object list is serialized as a sequence mappings with the keys "pk", "model" and "fields". ... erential fields are again represented by the PK or sequence of PKs. Natural keys ¶ The default serialization s ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) [ドキュメント] class Page ( collections . abc . Sequence ): def __init__ ( self , object_list , number , pa ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def _live_receivers ( self , sender ): """ Filter sequence of receivers to get resolved, live receivers. This ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d that is not part of a strictly legal UTF-8 octet sequence. """ while True : try : path . decode () except Un ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew that streams a large CSV file.""" # Generate a sequence of rows. The range is based on the maximum number ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be strings, except categories , which should be a sequence of strings. Beware that some control characters ar ... erator.Enclosure instances. categories should be a sequence of strings. SyndicationFeed.write() Outputs the fe ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is not quite the same as slicing from the end of a sequence in Python. The above example will return the last ... the penultimate item and so on. If we had a Python sequence and looked at seq[-5:] , we would see the fifth-la ... zone conversions directly in the database. As a consequence, your database must be able to interpret the value ... se a literal %s inside your select string, use the sequence %%s . where / tables You can define explicit SQL W ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 NEXT