検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 151 for uses (0.095 sec.)
Unit tests — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use. To help you get started, Django provides and uses a sample settings module that uses the SQLite data ... d. You will also need to ensure that your database uses UTF-8 as the default character set. If your databa ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 大局的な概要 ¶ The Django source code repository uses Git to track changes to the code over time, so you ... erate and submit a patch. Stable branches ¶ Django uses branches to prepare for releases of Django. Each m ...
https://man.plustar.jp/django/internals/git.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xists in the template context. The template system uses the first lookup type that works. It's short-circu ... some . variable | default : "}}" }} If you need to use strings with these sequences, store them in templat ... even on Windows. Loader types ¶ By default, Django uses a filesystem-based template loader, but Django com ... , }, }] This loader is disabled by default. Django uses the template loaders in order according to the 'lo ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ake into account from the global path registry and uses those to build a cache key to check against. If th ... f you forget one. Note that although this function uses str.format() to do the interpolation, some of the ... ad. localdate ( value = None , timezone = None ) ¶ Uses localtime() to convert an aware datetime to a date ... = False ) [ソース] ¶ A Python context manager that uses django.utils.translation.activate() to fetch the t ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.11.9 リリースノート — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nericForeignKey when the referenced model instance uses more than one level of multi-table inheritance ( # ...
https://man.plustar.jp/django/releases/1.11.9.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata for models that no longer exist. runserver now uses daemon threads for faster reloading. inspectdb now ... command option definition (as long as the command uses the argparse module). The dbshell command now supp ... y were pickled. Added Model.from_db() which Django uses whenever objects are loaded using the ORM. The met ... e. These roles have been deprecated, so Django 1.8 uses the specific underlying privileges instead. This c ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.2.22 release notes — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... P headers. Moreover, the URLField form field which uses URLValidator silently removes newlines and tabs on ...
https://man.plustar.jp/django/releases/2.2.22.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... P headers. Moreover, the URLField form field which uses URLValidator silently removes newlines and tabs on ...
https://man.plustar.jp/django/releases/3.1.10.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... south , value . west )]) 警告 If your custom field uses the CHAR , VARCHAR or TEXT types for MySQL, you mu ... rsion logic if it is required. For example, Django uses the following method for its BinaryField : def get ... e pre_save() . For example, Django's DateTimeField uses this method to set the attribute correctly in the ... ior to serialization. For example, since HandField uses strings for its data storage anyway, we can reuse ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LOGGING setting is most commonly used. The setting uses the dictConfig format , and extends the default lo ... mple configures a single handler named file , that uses Python's FileHandler to save logs of level DEBUG a ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT