Results of 1 - 6 of about 6 for converter (0.018 sec.)
- django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 12996
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ment to the view. The angle brackets may include a converter specification (like the int part of <int:section> ...
Lの名前空間とインクルードされた URLconfs . register_converter() ¶ register_converter ( converter , type_name ) ¶ ...
The function for registering a converter for use in path() route s. The converter argument ...
is a converter class, and type_name is the converter name to use ...
-
https://man.plustar.jp/django/ref/urls.html
- [similar]
- URL ディスパッチャ — Django 4.0.6 ドキュメント 9285
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
brackets. Captured values can optionally include a converter type. For example, use <int:name> to capture an in ...
teger parameter. If a converter isn't included, any string, excluding a / characte ...
03, month=3, slug="building-a-django-site") . Path converters ¶ The following path converters are available by ...
the path separator, '/' . This is the default if a converter isn't included in the expression. int - Matches ze ...
-
https://man.plustar.jp/django/topics/http/urls.html
- [similar]
- Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8920
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ndexes to False . DatabaseIntrospection.table_name_converter() and column_name_converter() are removed. Third p ...
instead implement DatabaseIntrospection.identifier_converter() . In that case, the constraint names that Databa ...
traints() returns must be normalized by identifier_converter() . SQL generation for indexes is moved from Index ...
-
https://man.plustar.jp/django/releases/2.2.html
- [similar]
- はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 8006
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
dentify the matched pattern, and the int part is a converter that determines what patterns should match this pa ...
rt of the URL path. The colon ( : ) separates the converter and pattern name. 実際に動作するビューを書く ¶ 各ビ ...
-
https://man.plustar.jp/django/intro/tutorial03.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8006
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
erence ( #24245 ). Registering a global adapter or converter at the level of the DB-API module to handle time z ...
values fetched from the database is to register a converter for DateTimeField in DatabaseOperations.get_db_con ...
ved. Database backends that set it must register a converter instead, as explained above. The DatabaseOperation ...
od. Removal of time zone aware global adapters and converters for datetimes ¶ Django no longer registers global ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7549
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
モジュール) (django.core.checks モジュール) register_converter() (django.urls モジュール) register_lookup() (look ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
PREV
1
NEXT