Results of 1 - 10 of about 15 for naive (0.026 sec.)
- タイムゾーン — Django 4.0.6 ドキュメント 14908
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
オブジェクトは aware となります。それ以外の場合は naive となります。 is_aware() is_naive() を使って、datat ...
す。 When time zone support is disabled, Django uses naive datetime objects in local time. This is sufficient ...
不確かな有用性に導く特性を示しています"。 Django は naive な time オブジェクトのみをサポートしており、aware ...
維持するため、 USE_TZ が True のときでも、Django は naive な datetime オブジェクトを受け入れます。データベー ...
-
https://man.plustar.jp/django/topics/i18n/timezones.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 9596
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
defaults to now() . This function doesn't work on naive datetimes; use make_aware() instead. localdate ( v ...
defaults to now() . This function doesn't work on naive datetimes. now () ¶ Returns a datetime that repres ...
ue of USE_TZ : If USE_TZ is False , this will be a naive datetime (i.e. a datetime without an associated ti ...
) ¶ Returns True if value is aware, False if it is naive. This function assumes that value is a datetime . ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- File storage API — Django 4.0.6 ドキュメント 9526
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
or override as necessary. 注釈 When methods return naive datetime objects, the effective timezone used will ...
, returns an aware datetime , otherwise returns a naive datetime in the local timezone. get_alternative_na ...
, returns an aware datetime , otherwise returns a naive datetime in the local timezone. get_modified_time ...
, returns an aware datetime , otherwise returns a naive datetime in the local timezone. get_valid_name ( n ...
-
https://man.plustar.jp/django/ref/files/storage.html
- [similar]
- 組み込みタグとフィルタ — Django 4.0.6 ドキュメント 8220
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rmatter will not add timezone offset if value is a naive datetime (see datetime.tzinfo ). 2008-01-02T10:30: ...
00.000123+02:00 、または datetime が naive である場合 2008-01-02T10:30:00.000123 r RFC 5322 f ...
mment_date }} タイムゾーン情報を持たない値(offset-naive)と、タイムゾーン情報つき(offset-aware)の値とを比 ...
from_date }} タイムゾーン情報を持たない値(offset-naive)と、タイムゾーン情報つき(offset-aware)の値とを比 ...
-
https://man.plustar.jp/django/ref/templates/builtins.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8220
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ed to implement this profanities list was woefully naive, and prone to the Scunthorpe problem . Improving t ...
u would be well advised to seek out a better, less naive approach to the problem. Localflavor changes ¶ Dja ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8220
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ameters to such queries, you should turn them into naive datetimes in UTC: from django.utils import timezon ...
e param = timezone . make_naive ( param , timezone . utc ) If you fail to do so, t ...
ing datetime values from the results, they will be naive instead of aware. You can compensate as follows: f ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 8220
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
here is a simpler solution. First, let's look at a naive attempt to combine DetailView with FormMixin to en ...
N by json.dumps(). """ # Note: This is *EXTREMELY* naive; in reality, you'll need # to do much more complex ...
-
https://man.plustar.jp/django/topics/class-based-views/mixins.html
- [similar]
- The "sites" framework — Django 4.0.6 ドキュメント 8081
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
rs wanted to publish an article on both sites. The naive way of solving the problem would be to require sit ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7941
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ps のメソッド) is_multipart() (Form のメソッド) is_naive() (django.utils.timezone モジュール) is_password_u ...
imezone モジュール) make_list template filter make_naive() (django.utils.timezone モジュール) make_object_l ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- How to create custom template tags and filters — Django 4.0.6 ドキュメント 7941
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents.split() wouldn't be as robust, as it would naively split on all spaces, including those within quot ...
le 'row1' 'row2' %} " > ... </ tr > {% endfor %} A naive implementation of CycleNode might look something l ...
-
https://man.plustar.jp/django/howto/custom-template-tags.html
- [similar]