検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 151 for uses (0.019 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 7246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェネリックビュー (generic view) ¶ DeleteView now uses FormMixin , allowing you to provide a Form subclas ... r.log() method provides a way to log messages that uses the DiscoverRunner.logger , or prints to the conso ... detector changes ¶ The migrations autodetector now uses model states instead of model classes. Also, migra ... in some cases. DeleteView changes ¶ DeleteView now uses FormMixin to handle POST requests. As a consequenc ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 7117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oTemplates ¶ class DjangoTemplates ¶ This renderer uses a standalone DjangoTemplates engine (unconnected t ... ame as the DjangoTemplates renderer except that it uses a Jinja2 backend. Templates for the built-in widge ... l of how form and widget templates are sourced. It uses get_template() to find templates based on what's c ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keeps all of that information with the class that uses it, and helps reference the choices (e.g, Student. ... r this field is a single DateTimeInput . The admin uses two separate TextInput widgets with JavaScript sho ... not have been saved to the database yet, so if it uses the default AutoField , it might not yet have a va ... are safe in all databases supported by Django. It uses MinValueValidator and MaxValueValidator to validat ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e new runner ( django.test.runner.DiscoverRunner ) uses the test discovery features built into unittest2 ( ... localized numbers in current browsers, Django only uses it when numeric fields are not localized. The numb ... redirect to). The MemcachedCache cache backend now uses the latest pickle protocol available. Added Succes ... dresses in the comments app ¶ The comments app now uses a GenericIPAddressField for storing commenters' IP ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he ordering of the query string. assertRedirects() uses the new assertion. The test Client now supports au ... rospect_duration_field to False . DatabaseFeatures.uses_savepoints now defaults to True . Third party data ... nstead of http for the sitemap's URL. If your site uses http, use the new ping_google --sitemap-uses-http ... se the ping_google() function, set the new sitemap_uses_https argument to False . runserver no longer supp ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... doctest tests. Installing a global _() function causes interference. Explicitly importing gettext() as _( ... string (usually at template rendering time). Other uses of lazy in delayed translations ¶ For any other ca ... hile the first occurrence of "Welcome to our page" uses the current language, the second will always be in ... the possibility that a carelessly translated URL causes a collision with a non-translated URL pattern. テン ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitemap_url = None , ping_url = PING_URL , sitemap_uses_https = True ) ¶ ping_google takes these optional ... s://www.google.com/webmasters/tools/ping . sitemap_uses_https - Set to False if your site uses http rather ... age . py ping_google [ / sitemap . xml ] --sitemap-uses-http ¶ Use this option if your sitemap uses http r ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ode as original_urlencode from urllib.parse import uses_params from django.utils.datastructures import Mul ... re_https = False ): """ Return ``True`` if the url uses an allowed host and a safe scheme. Always return ` ... _https ) # Copied from urllib.parse.urlparse() but uses fixed urlsplit() function. def _urlparse ( url , s ... url , query , fragment = splitresult if scheme in uses_params and ";" in url : url , params = _splitparam ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntation for more. See a complex example below that uses a description template. Feed. get_context_data ( * ... feed's <title> , <link> and <description> , Django uses the title() , link() and description() methods. In ... call a method with no arguments. Failing that, it uses the class attribute. Also note that items() also f ... d . description 注釈 In this example, the RSS feed uses a description while the Atom feed uses a subtitle ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs, there is nothing you need to do. SQLite always uses UTF-8 for internal encoding. All of Django's datab ... en need to tell Django what encoding your database uses: that is handled transparently. For more, see the ... API" below. General string handling ¶ Whenever you use strings with Django -- e.g., in database lookups, t ... nicodeDecodeError at some point. If your code only uses ASCII data, it's safe to use your normal strings, ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT