検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 153 for Don (0.032 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the "magic" from prior versions. And for those who don't like the new layout, you can use custom project ... uired Python version. Django is tested and supported on Python 2.5, 2.6 and 2.7. This change should affec ... ls" , etc.), the new manage.py will need to be moved one directory up, so it is outside the project packa ... dynamic customization of fields and links displayed on the admin change list. Admin inlines respect user ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abase defaults to SQLite. If the default templates don't suit your tastes, you can use custom project and ... overhauled. Database-level autocommit is now turned on by default. This makes transaction handling more ... ield ¶ QuerySet.dates() raises an error if it's used on DateTimeField when time zone support is active. U ... in now relies on QuerySet.datetimes() when it's used on a DateTimeField . This requires time zone definit ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emitted for any third-party password hashers that don't implement a harden_runtime() method. If you have ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emitted for any third-party password hashers that don't implement a harden_runtime() method. If you have ... ) that prevented relative lazy relationships defined on abstract models to be resolved according to their ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... owever, created and installed by user code, and so don't need a separate factory like middleware do. Inst ... alling a wrapper is done in a context manager -- so the wrappers are tempo ... xited, removes the wrapper. The wrapper is installed on the thread-local connection object. wrapper is a ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l query ... p . last_name ) # This will be retrieved on demand ... John Smith Jane Jones From outward app ... he raw() query -- the last names were both retrieved on demand when they were printed. There is only one ... せん; パラメータはリストで渡す必要が有ります。 警告 Do not use string formatting on raw queries or quote p ... LECT * FROM myapp_person WHERE last_name = ' %s '" Don't make either of these mistakes. As discussed in S ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he system starts to run out of memory, you'll have done more harm than good. There are other trade-offs t ... laziness is not doing anything until it has to be done, because it may not turn out to be necessary afte ... modern browsers to conditionally GET responses based on the ETag and Last-Modified headers. It also calcu ... to bring better than marginal gains to sites that don't already do the more basic things the right way. ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions always enjoy the added security of SSL provided one successful connection has occurred. HSTS may eit ... ng a site to be deployed such that untrusted users don't have access to any subdomains, django.contrib.se ... ld execute static files as code, are disabled. You don't want users to be able to execute arbitrary code ... erabilities when that media is served in ways that do not follow security best practices. Specifically, a ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eventually be a method of the class it is # defined on. If 'obj' is a class, the 'name' is required to b ... d ) setattr ( obj , name , _wrapper ) return obj # Don't worry about making _dec look similar to a list/t ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers with is_active=False . Custom user models that don't have an is_active field are allowed. with_perm ( ... tup actions, such as setting the user's groups based on attributes in an LDAP directory. Returns the user ... ers with is_active=False . Custom user models that don't have an is_active field are allowed. class Allow ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT