検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 312 for USE (0.049 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n against Cross-Site Request Forgery (CSRF). A new user "messages" framework with support for cookie- and ... based message for both anonymous and authenticated users. Hooks for object-level permissions , permission ... s for anonymous users , and more flexible username requirements . Cust ... ul of features have changed in ways that, for some users, will be backwards-incompatible. The big changes ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change should affect only a small number of Django users, as most operating-system vendors today are ship ... led applications and models. The models module was used as an identifier for applications in many APIs. A ... apps and libraries. To perform system checks, you use the check management command. This command replace ... prefetch operations. You can specify the QuerySet used to traverse a given relation or customize the sto ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scribes the changes between 0.96 and 1.0 that most users will need to make. Use Unicode ¶ Change string l ... oo' ) into Unicode literals ( u'foo' ). Django now uses Unicode strings throughout. In most places, raw s ... trings will continue to work, but updating to use Unicode literals will prevent some obscure problem ... ction with a __unicode__ method, and make sure you use Unicode ( u'foo' ) in that method. Remove prepopul ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e module will be removed. The default value of the USE_TZ setting will change from False to True . The de ... rows instead of [] , [] , and '' respectively. The USE_L10N setting will be removed. The USE_DEPRECATED_P ... Support for the pre-Django 3.2 format of messages used by django.contrib.messages.storage.cookie.CookieS ... o.views.i18n.set_language() will no longer set the user language in request.session (key django.utils.tra ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トークンを取得する必要があります。取得方法は、 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY を設定したかどうか ... によって変わります。 CSRF_USE_SESSIONS と CSRF_COOKIE_HTTPONLY が False に設定さ ... nsure_csrf_cookie() 。 Acquiring the token if CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY is True ¶ If you ... activate CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY , you must includ ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for storing lists of data. Most field types can be used, and you pass another field instance as the base_ ... iction. 注釈 When nesting ArrayField , whether you use the size parameter or not, PostgreSQL requires tha ... om lookups and transforms for ArrayField . We will use the following example model: from django.contrib.p ... ere the values passed are a subset of the data. It uses the SQL operator @> . For example: >>> Post . obj ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enabled, this Django will store date/times in UTC, use timezone-aware objects internally, and translate t ... hem to users' local timezones for display. If you're upgradin ... ew mode disallows some rather sloppy behavior that used to be accepted. We encourage anyone who's upgradi ... timezone migration guide and the timezone FAQ for useful pointers. Other notable new features in Django ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng pytz to using zoneinfo . Django 3.2 allowed the use of non- pytz time zones. Django 4.0 makes zoneinfo ... . To give time for such an audit, the transitional USE_DEPRECATED_PYTZ setting allows continued use of py ... im package, created by the zoneinfo author, can be used to assist with the migration from pytz . This pac ... zoneinfo APIs. Using pytz_deprecation_shim and the USE_DEPRECATED_PYTZ transitional setting is recommende ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 6457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ar, every year. The solution to this problem is to use UTC in the code and use local time only when inter ... acting with end users. Time zone support is disabled by default. To en ... able it, set USE_TZ = True in your settings file. 注釈 In Django 5. ... port will be enabled by default. Time zone support uses zoneinfo , which is part of the Python standard l ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6382
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 存システムを提供します。 The password attribute of a User object is a string in this format: <algorithm>$<i ... nary CPU. Argon2 is not the default for Django because it requires a third-party library. The Password Ha ... g Competition panel, however, recommends immediate use of Argon2 rather than the other algorithms support ... ed by Django. To use Argon2 as your default storage algorithm, do the f ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT