検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 257 for all (0.105 sec.)
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atures introduced in 0.95. There have been a few small backwards-incompatible changes since 0.95, but the ... rement, a separate, backwards-compatible backend, called "mysql_old", has been added to Django. To use th ... rences have changed slightly. These names are generally only used when it is not possible to put the refe ... e executing it. Examine the output of manage.py sqlall to see the new-style constraint names, and use tha ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.3's focus has mostly been on resolving smaller, long-standing feature requests, but that hasn't ... スを使ったビュー ¶ Django 1.3 adds a framework that allows you to use a class as a view. This means you ca ... without having to write too much code. Analogs of all the old function-based generic views have been pro ... project. A number of logging handlers and logging calls have been added to Django's own code as well -- m ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... normalized by converting to uppercase, converting all dashes to underscores, and prepending HTTP_ . For ... ent such attacks, both Nginx and Apache 2.4+ strip all headers containing underscores from incoming reque ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For this reason, Django 1.4.4 adds a new setting, ALLOWED_HOSTS , containing an explicit list of valid h ... aise SuspiciousOperation if request.get_host() is called. For full details see the documentation for the ... backwards-compatibility, but we strongly encourage all sites to set a more restrictive value. This host v ... eate very large numbers of forms. In Django 1.4.4, all formsets have a strictly-enforced maximum number o ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 4691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... normalized by converting to uppercase, converting all dashes to underscores, and prepending HTTP_ . For ... ent such attacks, both Nginx and Apache 2.4+ strip all headers containing underscores from incoming reque ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng of lowercase model names to model classes. Initially set to # None to prevent accidental access before ... ry that creates an app config from an entry in INSTALLED_APPS. """ # create() eventually returns app_conf ... nes a single # AppConfig subclass, use it automatically. # To prevent this, an AppConfig subclass can dec ... ( "Django now detects this configuration automatically. " "You can remove default_app_config." ) else : ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 4642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late tags, and template filters for any app in INSTALLED_APPS and makes that documentation available from ... ollowing: Add django.contrib.admindocs to your INSTALLED_APPS . Add path('admin/doc/', include('django.co ... in/doc/ don't get handled by the latter entry. Install the docutils Python module ( https://docutils.sour ... rib.admindocs.middleware.XViewMiddleware to be installed. Once those steps are complete, you can start br ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ious | up | next » Database migration operations ¶ All of these operations are available from the django. ... tension ( name ) ¶ An Operation subclass which installs a PostgreSQL extension. For common extensions, us ... ired argument. The name of the extension to be installed. BloomExtension ¶ class BloomExtension ¶ Install ... BtreeGinExtension ¶ class BtreeGinExtension ¶ Installs the btree_gin extension. BtreeGistExtension ¶ cla ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... normalized by converting to uppercase, converting all dashes to underscores, and prepending HTTP_ . For ... ent such attacks, both Nginx and Apache 2.4+ strip all headers containing underscores from incoming reque ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4642
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he portability or maintainability of the code. Not all performance improvements are worth the effort. なの ... can provide a useful insight into your site's overall performance, including aspects that can't be adequ ... ause solutions that look elegant and feel right usually are the best performing ones. As with most skills ... ayers of machinery. That is, the database can typically do things faster than Python can, which can do th ...
https://man.plustar.jp/django/topics/performance.html - [similar]