検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 481 for To (0.053 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 3860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mory cache backend doesn't retain data long enough to be a good choice, and it'll be faster to use file ... .backends.file" に設定します。 You might also want to set the SESSION_FILE_PATH setting (which defaults ... ut from tempfile.gettempdir() , most likely /tmp ) to control where Django stores session files. Be sure ... to check that your web server has permissions to read ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 3844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de the file was originally opened with; None means to reopen with the original mode. It can be used as a ... ding "chunks" of a given size. chunk_size defaults to 64 KB. This is especially useful with very large f ... iles since it allows them to be streamed off disk and avoids storing the whole ... [ソース] ¶ Returns True if the file is large enough to require multiple chunks to access all of its conte ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 3836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 1.2.2 is a recommended upgrade for any development or deployment currently using or targeting Django 1 ... he case of Django 1.2.2, we have made an exception to this rule. In order to test a bug fix that forms p ... art of the 1.2.2 release, it was necessary to add a fea ... ture -- the enforce_csrf_checks flag -- to the test client . This flag forces the test client ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 3836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vious | up | next » Django 1.4.2 release notes ¶ October 17, 2012 This is the second security release in ... ader poisoning ¶ Some parts of Django -- independent of end-user-written applications -- make use of ful ... e attacks against this are beyond Django's ability to control, and require the web server to be properly ... der is, however, still vulnerable, as was reported to us recently. The Host header parsing in Django 1.3 ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 3836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... USE_L10N = True をセットする必要があります。 注釈 To enable number formatting with thousand separators, ... it is necessary to set USE_THOUSAND_SEPARATOR = True in your settings ... file. Alternatively, you could use intcomma to format numbers in your template. 注釈 There is a r ... )、 %B (月名)、 %p (AM/PM) を使うことができません。 To enable a form field to localize input and output d ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 3820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _PUNCTUATION = [( "(" , ")" ), ( "[" , "]" )] # List of possible strings used for bullets in bulleted li ... cters with their unicode escapes, so value is safe to be output anywhere except for inside a tag attribu ... メント] def conditional_escape ( text ): """ Similar to escape(), except that it doesn't operate on pre-es ... format_string , * args , ** kwargs ): """ Similar to str.format, but pass all arguments through conditi ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 3820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... similarity ¶ The trigram_similar lookup allows you to perform trigram lookups, measuring the number of t ... ent greater than the current similarity threshold. To use it, add 'django.contrib.postgres' in your INST ... go 4.0. The trigram_word_similar lookup allows you to perform trigram word similarity lookups using a de ... ostgreSQL extension. It can be approximately understood as measuring the greatest number of trigrams sha ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 3804
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... some specialized form fields and widgets in order to visually display and edit geolocalized data on a m ... r provided by NASA . Field arguments ¶ In addition to the regular form field arguments , GeoDjango form ... ID code that the field value should be transformed to. For example, if the map widget SRID is different ... by your application or database, the field will automatically convert input values into that SRID. geom ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 3788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » JavaScript customizations in the admin ¶ Inline form events ¶ You m ... ay want to execute some JavaScript when an inline form is add ... d) row. formsetName is the formset the row belongs to. The event is fired using the django.jQuery namesp ... ace . In your custom change_form.html template, extend the admin_chang ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 3788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ware.MessageMiddleware' を含みます。 デフォルトの storage backend は sessions に依存します。そのため Ses ... ビルトインのストレージクラスを提供しています: class storage.session. SessionStorage ¶ このクラスは、すべて ... sessions アプリケーションが必要となります。 class storage.cookie. CookieStorage ¶ このクラスは、複数のリ ... Changed in Django 3.2: Messages format was changed to the RFC 6265 compliant format. class storage.fallb ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]