検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 257 for which (0.030 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es for writing management commands (named commands which can be executed through ``django-admin`` or ``mana ... メント] class BaseCommand : """ The base class from which all management commands ultimately derive. Use thi ... class if you want access to all of the mechanisms which parse the command-line arguments and work out what ... way: ``help`` A short description of the command, which will be printed in help messages. ``output_transac ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... older versions. We've also dropped some features, which are detailed in our deprecation plan , and we've b ... E . An example is the PostgreSQL ON UPDATE trigger which returns NULL . In such cases it is possible to set ... ckle protocol available. Added SuccessMessageMixin which provides a success_message attribute for FormView ... e model. Added QuerySet methods first() and last() which are convenience methods returning the first or las ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6351
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an encapsulated SQL expression; in this case, one which instructs the database to increment the database f ... to increment the field value on multiple objects - which could be very much faster than pulling them all in ... ance, like IntegerField() or BooleanField() , into which Django will load the value after it's retrieved fr ... ance, like IntegerField() or BooleanField() , into which Django will load the value after it's retrieved fr ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 6292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts ¶ Django includes a CSRF-protection mechanism, which makes use of a token inserted into outgoing forms. ... of a combination of browser plugins and redirects which can allow an attacker to provide custom HTTP heade ... an AJAX request, thereby defeating CSRF protection which trusts the same-origin nature of AJAX requests. Mi ... , for ease of use with popular JavaScript toolkits which allow insertion of custom headers into all AJAX re ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... views to do particular things based on the site in which the view is being called. For example: from django ... Lawrence.com both have email alert functionality, which lets readers sign up to get notifications when new ... trib.sites registers a post_migrate signal handler which creates a default site named example.com with the ... . on_site . all () How did CurrentSiteManager know which field of Photo was the Site ? By default, CurrentS ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
データベース — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e alike, and we've had to make design decisions on which features to support and which assumptions we can m ... . They're controlled by the CONN_MAX_AGE parameter which defines the maximum lifetime of a connection. It c ... s, Django won't set them for every new connection, which improves performance slightly. You can configure t ... e cursors are only accessible in the connection in which they were created. One solution is to disable serv ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g via email backends . New "smart" if template tag which supports comparison operators. These are just the ... == , != , < , > , <= , >= , in and not in , all of which work like the Python operators, in addition to and ... , or and not , which were already supported. Also, filters may now be u ... icy. This means that practically all existing code which worked with Django 1.1 will continue to work with ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text. Django does not provide a shortcut function which returns a TemplateResponse because the constructor ... rse-resolve the name. An absolute or relative URL, which will be used as-is for the redirect location. By d ... del class, a Manager , or a QuerySet instance from which to get the object. **kwargs Lookup parameters, whi ... klass A Model , Manager or QuerySet instance from which to get the list. **kwargs Lookup parameters, which ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
設定 — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _KEY_PREFIX ¶ デフォルト値: '' (空文字列) A string which will be prefixed to the cache keys generated by th ... setting to None to use session-based CSRF cookies, which keep the cookies in-memory instead of on persisten ... t to True , the cookie will be marked as "secure", which means browsers may ensure that the cookie is only ... nds.whatever ). HOST ¶ デフォルト値: '' (空文字列) Which host to use when connecting to the database. An em ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... by running python -m pip install django[argon2] , which is equivalent to python -m pip install argon2-cffi ... by running python -m pip install django[bcrypt] , which is equivalent to python -m pip install bcrypt (alo ... w table attacks. The salt itself is a random value which increases the size and thus the cost of the rainbo ... n bits. Implementation detail Due to the method in which salt values are stored the salt_entropy value is e ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT