Results of 1 - 10 of about 63 for aware (0.030 sec.)
- タイムゾーン — Django 4.0.6 ドキュメント 17774
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
イムゾーンのサポートが有効のとき、Django は内部的に aware なタイムゾーンオブジェクトを使用して、データベース ...
ne FAQ を参照してください。 コンセプト ¶ native と aware の日時オブジェクト ¶ Python の datetime.datetime の ...
トされオフセットを示すとき、datetime オブジェクトは aware となります。それ以外の場合は naive となります。 is ...
_aware() is_naive() を使って、datatime を aware にするか ...
-
https://man.plustar.jp/django/topics/i18n/timezones.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 9837
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e ( value = None , timezone = None ) ¶ Converts an aware datetime to a different time zone, by default the ...
function doesn't work on naive datetimes; use make_aware() instead. localdate ( value = None , timezone = N ...
one ) ¶ Uses localtime() to convert an aware datetime to a date() in a different time zone, by ...
ocal timezone. If USE_TZ is True , this will be an aware datetime representing the current time in UTC. Not ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 8354
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e backwards incompatible changes you'll want to be aware of when upgrading from Django 1.3 or older version ...
Django will store date/times in UTC, use timezone-aware objects internally, and translate them to users' l ...
g project to Django 1.4, switching to the timezone aware mode may take some care: the new mode disallows so ...
n now switch Django into a more correct, time-zone aware mode. In this mode, Django stores date and time in ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 8181
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e backwards incompatible changes you'll want to be aware of when upgrading from Django 1.5 or older version ...
ee the backwards-incompatibility notes . Time zone aware aggregation ¶ The support for time zones introduce ...
1.6. Use QuerySet.datetimes() to perform time zone aware aggregation on a DateTimeField . Support for savep ...
.CustomUser' that has not been installed Time zone-aware day , month , and week_day lookups ¶ Django 1.6 in ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
- File storage API — Django 4.0.6 ドキュメント 8008
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tImplementedError . If USE_TZ is True , returns an aware datetime , otherwise returns a naive datetime in t ...
tImplementedError . If USE_TZ is True , returns an aware datetime , otherwise returns a naive datetime in t ...
tImplementedError . If USE_TZ is True , returns an aware datetime , otherwise returns a naive datetime in t ...
-
https://man.plustar.jp/django/ref/files/storage.html
- [similar]
- Database migration operations — Django 4.0.6 ドキュメント 7662
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
CONCURRENTLY option. This has a few caveats to be aware of when using this option, see the PostgreSQL docu ...
CONCURRENTLY option. This has a few caveats to be aware of when using this option, see the PostgreSQL docu ...
-
https://man.plustar.jp/django/ref/contrib/postgres/operations.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7576
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
es, as well as important changes you'll want to be aware of when upgrading from Django 1.1 or older version ...
elow. Authors of custom Field subclasses should be aware that a number of methods have had a change in prot ...
nalization framework has been expanded with locale-aware formatting and form processing. That means, if ena ...
ntation . Here are the major changes you should be aware of: CsrfResponseMiddleware and CsrfMiddleware have ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7490
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tions on the same page. django.utils.timezone.make_aware() 関数が is_dst 引数を取って、DST 中の曖昧な時間を ...
.get_traceback_text() method. Removal of time zone aware global adapters and converters for datetimes ¶ Dja ...
th cursor.execute(sql, params) . If you're passing aware datetime parameters to such queries, you should tu ...
es from the results, they will be naive instead of aware. You can compensate as follows: from django.utils ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 7403
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
s and referential integrity. It is important to be aware of the fact that the two latter ones aren't actual ...
s . If you use the MyISAM storage engine please be aware of the fact that you will receive database-generat ...
ces that are specific to SQLite that you should be aware of. Substring matching and case sensitivity ¶ For ...
oses the default SQLite behavior and you should be aware of this when doing case-insensitive or substring f ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7403
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ストレージ ¶ Storage backends now present a timezone-aware API with new methods get_accessed_time() , get_cre ...
, and get_modified_time() . They return a timezone-aware datetime if USE_TZ is True and a naive datetime in ...
もたらされる混乱を防ぐことができます。 non-timezone-aware な Storage API ¶ 古い non-timezone-aware なメソッド ...
many リレーションに対する値の直接代入 non-timezone-aware な Storage API django.contrib.gis CommaSeparatedIn ...
-
https://man.plustar.jp/django/releases/1.10.html
- [similar]