検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 175 for into (0.203 sec.)
Database Functions — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n offset of +11:00 because the result transitioned into daylight saving time. Each kind above has a corres ... and num_buckets . If the rows don't divide evenly into a number of buckets, one or more buckets will be r ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Options. permissions ¶ Extra permissions to enter into the permissions table when creating this object. A ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or example: ALTER TABLE myapp_sometable ADD CONSTRAINT object_id_refs_id_5e8f10c132091d1e FOREIGN KEY ... ... or example: ALTER TABLE myapp_sometable ADD CONSTRAINT object_id_refs_id_32091d1e FOREIGN KEY ... As a res ... , include ( admin . site . urls )), You should begin to remove use of this feature from your code immedia ... ude: The CSRF protection middleware has been split into two classes -- CsrfViewMiddleware checks incoming ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r and an asynchronous view, it will have to switch into sync mode for the middleware and then back to asyn ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se in your project, or merge your proxy's behavior into your User subclass. 完全な具体例 ¶ Here is an exam ... ogether, but is not intended to be copied directly into projects for production use. This code would all l ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t defines how to compose a prefix, version and key into a final cache key. See the cache documentation for ... that page, without even contacting the web page again to see whether it has changed. Downstream caching is ... hich request headers a cache mechanism should take into account when building its cache key. For example, ...
https://man.plustar.jp/django/topics/cache.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ってしまいます。 For example, an attacker could log into good.example.com and get a valid session for their ... ur sensitive personal data (e.g. credit card info) into the attacker's account. Another possible attack wo ... be if good.example.com sets its SESSION_COOKIE_DOMAIN to "example.com" which would cause session cookies f ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a management command, it will be caught and turned into a nicely-printed error message to the appropriate ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... command line console, it will be caught and turned into a nicely-printed error message to the appropriate ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 4563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter ( full_name = 'John Smith' ) # Save the object into the database. You have to call save() explicitly. ...
https://man.plustar.jp/django/intro/overview.html - [similar]