Results of 1 - 10 of about 17 for becomes (0.024 sec.)
- django.contrib.humanize — Django 4.0.6 ドキュメント 15208
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
hree digits. 例: 4500 は 4,500 になります。 4500.2 becomes 4,500.2 . 45000 は 45,000 になります。 450000 は 4 ...
1200000000 は 1.2 billion になります。 -1200000000 becomes -1.2 billion . 値は 10^100 (Googol) までサポートさ ...
ます。 1000000 は '1,0 Million' になります。 1200000 becomes '1,2 Millionen' . 1200000000 は '1,2 Milliarden' に ...
なります。 -1200000000 becomes '-1,2 Milliarden' . naturalday ¶ 日付が今日、明日、 ...
-
https://man.plustar.jp/django/ref/contrib/humanize.html
- [similar]
- django.utils.translation — Django 4.0.6 ドキュメント 9586
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
character after the dash capitalized; e.g. sr-latn becomes sr_Latn. # A language with 2 characters after the ...
dash has both characters # capitalized; e.g. en-us becomes en_US. country , _ , tail = country . partition ( ...
-
https://man.plustar.jp/django/_modules/django/utils/translation.html
- [similar]
- Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 9155
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
After the session is flushed (and its session key becomes '' ) the account details are set on the session an ...
-
https://man.plustar.jp/django/releases/1.8.2.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 8500
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rors affect at most one request; if the connection becomes unusable, the next request gets a fresh connection ...
nother database backend. At a certain point SQLite becomes too "lite" for real-world applications, and these ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- Paginator — Django 4.0.6 ドキュメント 8500
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
se items will be added to the previous page (which becomes the last page) instead of leaving the items on a p ...
-
https://man.plustar.jp/django/ref/paginator.html
- [similar]
- contenttypes フレームワーク — Django 4.0.6 ドキュメント 8276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t path; django.contrib.contenttypes , for example, becomes an app_label of contenttypes . model ¶ The name of ...
-
https://man.plustar.jp/django/ref/contrib/contenttypes.html
- [similar]
- Full text search — Django 4.0.6 ドキュメント 8276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Field ¶ class SearchVectorField ¶ If this approach becomes too slow, you can add a SearchVectorField to your ...
-
https://man.plustar.jp/django/ref/contrib/postgres/search.html
- [similar]
- Model Meta options — Django 4.0.6 ドキュメント 8276
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
use a munged version of the class name: CamelCase becomes camel case . verbose_name_plural ¶ Options. verbos ...
-
https://man.plustar.jp/django/ref/models/options.html
- [similar]
- 組み込みタグとフィルタ — Django 4.0.6 ドキュメント 8069
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
plain text with appropriate HTML; a single newline becomes an HTML line break ( <br> ) and a new line followe ...
d by a blank line becomes a paragraph break ( </p> ). 例: {{ value | linebre ...
-
https://man.plustar.jp/django/ref/templates/builtins.html
- [similar]
- Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 8069
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
we add natural key handling to Person, the fixture becomes much more humane. To add natural key handling, you ...
-
https://man.plustar.jp/django/topics/serialization.html
- [similar]