検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 438 for For (0.145 sec.)
Django internals — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous | up | next » Django internals ¶ Documentation for people hacking on Django itself. This is the place ... The main branch Stable branches タグ How is Django Formed? オーバービュー Prerequisites Pre-release tasks ... Preparing for release Actually rolling the release Making the re ...
https://man.plustar.jp/django/internals/index.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pp (we'll cover those later). You'll see a message for each migration it applies. If you're interested, r ... un the command-line client for your database and type \dt (PostgreSQL), SHOW TABL ... 計思想 A model is the single, definitive source of information about your data. It contains the essential f ... ass Choice ( models . Model ): question = models . ForeignKey ( Question , on_delete = models . CASCADE ) ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.2 series, improving the stability and performance of the Django 1.2 codebase. Django 1.2.2 main ... mprovements. Django 1.2.2 is a recommended upgrade for any development or deployment currently using or t ... argeting Django 1.2. For full details on the new features, backwards incomp ... tion to this rule. In order to test a bug fix that forms part of the 1.2.2 release, it was necessary to a ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be properly configured; Django's documentation has for some time contained notes advising users on such c ... () -- was incorrectly handling username/password information in the header. Thus, for example, the follow ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ary 6, 2014 This is Django 1.6.2, a bugfix release for Django 1.6. Django 1.6.2 fixes several bugs in 1.6 ... model inheritance ( #21413 ). Fixed join promotion for negated AND conditions ( #21748 ). Oracle database ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed admin autocomplete widget's translations for zh-hans and zh-hant languages ( #29213 ). Correcte ... where an empty choice could be initially selected for the SelectMultiple and CheckboxSelectMultiple widg ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 3524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th context variable is now quoted to fix the issue for custom templates that use the path. Bugfixes ¶ Fix ... 29182 ). Prevented SQLite schema alterations while foreign key checks are enabled to avoid the possibilit ... s) where request body data isn't properly consumed for such connections ( #30015 ). Fixed a regression in ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 3499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmand sets up a minimal default WSGI configuration for you, which you can tweak as needed for your projec ... GI middleware you can wrap the application object. For instance you could add these lines at the bottom o ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 3499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The official mod_wsgi documentation is your source for all the details about how to use mod_wsgi. You'll ... nHome . See the mod_wsgi virtual environment guide for more details. WSGIPythonPath の行は、プロジェクトの ... ver -- i.e., one that's not also running Django -- for serving media. Here are some good choices: Nginx A ... e any other server arrangement. You're responsible for setting up Apache, or whichever web server you're ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 3499
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e development of Django itself takes place here. Before asking a question about how to contribute, read D ... se of django-users mailing list if you want to ask for tech support, doing so in this list is inappropria ... email django-announce ¶ A (very) low-traffic list for announcing upcoming security releases , new releas ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]