検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 243 for python (0.103 sec.)
Unicode data — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs_only parameter, if set to True, will result in Python numbers, booleans and None not being converted to ... meter takes any of the values that are accepted by Python's str() function for its error handling. force_str ... _str() . This is slightly different semantics from Python's builtin str() function, but the difference is ne ... ote() and urllib.parse.quote_plus() functions from Python's standard library. These two groups of functions ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d return objects from the corresponding classes in Python's datetime module. They raise ValueError if their ... hey truncate it to microseconds, since that's what Python supports. parse_date ( value ) ¶ Parses a string a ... ... Note that as the method is now a property, in Python code it will need to be accessed appropriately: # ... a more robust solution, take a look at the bleach Python library. html_safe () [ソース] ¶ The __html__() me ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 4938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ouple of those files: runtests.py ¶ #!/usr/bin/env python import os import sys import django from django.con ... ing frameworks ¶ Clearly, unittest is not the only Python testing framework. While Django doesn't provide ex ... o use any test framework that can be executed from Python code, or to modify the Django test execution proce ... to specify the directory containing your top-level Python modules. Usually Django can figure this out automa ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 4897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 要素数を制限する で説明されているとおり、 QuerySet はPythonのリストスライスを用いてスライス可能です。未評価の Q ... call repr() on it. This is for convenience in the Python interactive interpreter, so you can immediately se ... the same as slicing from the end of a sequence in Python. The above example will return the last item first ... , then the penultimate item and so on. If we had a Python sequence and looked at seq[-5:] , we would see the ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さらに同期処理と非同期処理を統合するために、非同期なPythonライブラリがすべて使えます。 非同期ビュー ¶ どのよう ... ります。 非同期スタックの主な利点とは、数百もの接続をPythonのスレッドを使わずに処理できることです。これにより、 ... r Django code. For example, Jupyter notebooks and IPython interactive shells both transparently provide an a ... teract with asynchronous APIs. If you're using an IPython shell, you can disable this event loop by running: ...
https://man.plustar.jp/django/topics/async.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted. Sometimes Django will include a backport of a Python library that's not included in a version of Python ... go no longer needs to support the older version of Python that doesn't include the library, the library will ... when running the test suite with warnings enabled: python -Wa runtests.py . Thus, when adding a RemovedInDja ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... agement for you via Django's admin interface and a Python API. A flatpage is a object with a URL, title and ... te . register ( FlatPage , FlatPageAdmin ) Via the Python API ¶ class FlatPage ¶ Flatpages are represented b ... plate name. If you're creating a flat page via the Python API you can set the template name as the field tem ... d delete flatpages Via the admin interface Via the Python API Flatpage templates Getting a list of FlatPage ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one with an understanding of HTML; no knowledge of Python is required. For introductory material, see テンプ ... フィルタライブラリ The Django template language: for Python programmers オーバービュー Configuring an engine L ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous LTS, Django 1.11, will end in April 2020. Python バージョン間の互換性 ¶ Django 2.2 supports Python ... actions 'a' and 'b' . Now actions follows standard Python inheritance. To get the same result as before: cla ... is not cached. Where the problem can be detected (Python 3.6 and later), such usage now raises TypeError: C ... tabases='__all__' . 目次 Django 2.2 リリースノート Python バージョン間の互換性 What's new in Django 2.2 Cons ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous LTS, Django 2.2, will end in April 2022. Python バージョン間の互換性 ¶ Django 3.2 supports Python ... Django now supports non- pytz time zones, such as Python 3.9+'s zoneinfo module and its backport. The undoc ... behaving as though the key didn't exist. Due to a python-memcached limitation, the previous behavior is kep ... .memcached.MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmain ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT