検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 331 for using (0.111 sec.)
テストを書いて実行する — Django 4.0.6 ドキュメント 4153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... になっていれば、自由に好きな名前をつけて構いません。 Using the Django test runner to test reusable applicatio ... いては、 設定のドキュメント を参照してください。 If using an SQLite in-memory database with SQLite, shared c ... e and/or reverse the execution order inside groups using the test --shuffle and --reverse options. This can ... n projects against a transactional database and be using TestCase for most tests, and thus not need this se ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
LICENSE.txt 4116
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... you shouldn't need to do anything additional when using these files normally. We've kept attribution comme ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... make for faster-loading web pages (especially when using a CDN). これらのサービスを使う場合でも、基本的なワ ... with your Django project. If you've written or are using a 3rd party custom storage backend, you can tell c ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ould be similar. You will need to be familiar with using the Windows command prompt. Python をインストールす ... ます。 ...\> py --version 参考 For more details, see Using Python on Windows documentation. pip について ¶ pi ...
https://man.plustar.jp/django/howto/windows.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... local filesystem path where the file can be opened using Python's standard open() . For storage systems tha ... , content , max_length = None ) ¶ Saves a new file using the storage system, preferably with the name speci ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Form fields — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _valid () False # The form does *not* fall back to using the initial values. >>> f . errors {'url': ['This ... ate that the given value is a valid email address, using a moderately complex regular expression. エラーメッ ... quired , invalid , missing , empty , invalid_image Using an ImageField requires that Pillow is installed wi ... the number of entries increases. You should avoid using it for more than 100 items. A single argument is r ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... table name via db_table , particularly if you are using the MySQL backend. See the MySQL notes for more de ... umns from the database table you are modeling when using unmanaged models. If a model with managed=False co ... date uniqueness related to a ManyToManyField , try using a signal or an explicit through model. The Validat ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can use any of the following to reverse the URL: # using the named URL reverse ( 'news-archive' ) # passing ... hat the pattern cannot contain alternative choices using the vertical bar ( "|" ) character. You can quite ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.11.24 リリースノート — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rib.postgres.fields.JSONField and HStoreField when using on expressions with params ( #30672 ). 目次 Django ...
https://man.plustar.jp/django/releases/1.11.24.html - [similar]
Django 1.11.29 release notes — Django 4.0.6 ドキュメント 4116
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ggregates on Oracle were subject to SQL injection, using a suitably crafted tolerance . 目次 Django 1.11.29 ...
https://man.plustar.jp/django/releases/1.11.29.html - [similar]