検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 359 for from (0.126 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 4050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ays return True . email_user ( subject , message , from_email = None , ** kwargs ) ¶ ユーザに E メール送信 ... します。 from_email が None の場合、Django は DEFAULT_FROM_EMAIL ... username is provided, it tries to fetch a username from kwargs using the key CustomUser.USERNAME_FIELD . R ... rns the set of permission strings the user_obj has from their own user permissions. Returns an empty set i ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 4050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e that this security release is slightly different from previous ones. Both issues addressed here have bee ... nse to independent discovery of potential problems from multiple sources. Host header poisoning ¶ Several ... ted. Port, if specified, is numeric. Any deviation from this will now be rejected, raising the exception d ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 4050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e that this security release is slightly different from previous ones. Both issues addressed here have bee ... nse to independent discovery of potential problems from multiple sources. Host header poisoning ¶ Several ... ted. Port, if specified, is numeric. Any deviation from this will now be rejected, raising the exception d ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r libraries in any async code. Django prevents you from doing this with the parts of Django that are not a ... plication object in the asgi.py file. For example: from some_asgi_library import AmazingMiddleware applica ... How to authenticate against Django's user database from Apache 次のトピックへ How to use Django with Daphn ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncluding aspects that can't be adequately measured from within Django environment. Examples include: Yahoo ... ormance far more comprehensively. Get things right from the start ¶ Some work in optimization involves tac ... which invokes the QuerySet count() method directly from the template, might be the most appropriate choice ... tion of items that - eventually - will be required from the database. On the other hand, certain operation ...
https://man.plustar.jp/django/topics/performance.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 3996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 認します。次に、以下のコードを実行してください。 >>> from django.db import connection >>> connection . queri ... lls.id, polls_polls.question, polls_polls.pub_date FROM polls_polls', 'time': '0.002'}] connection.queries ... 辞書の各要素に対して、同じコードを実行できます: >>> from django.db import connections >>> connections [ 'my ... 場合は、以下のように reset_queries() を実行します。 from django.db import reset_queries reset_queries () 既 ...
https://man.plustar.jp/django/faq/models.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 3996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and of a Digital Elevation Model as our examples: from django.contrib.gis.db import models class Zipcode ... r the given geometry field. 注釈 This is different from the db_index field option because spatial indexes ... geography column to a geometry type in the query: from django.contrib.gis.db.models import PointField fro ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
File storage API — Django 4.0.6 ドキュメント 3996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_class will attempt to import the class or module from the given path and will return it if successful. A ... ic file storage on a local filesystem. It inherits from Storage and provides implementations for all the p ... f os.environ['TZ'] ; note that this is usually set from Django's TIME_ZONE . delete ( name ) ¶ Deletes the ... pen() . For storage systems that aren't accessible from the local filesystem, this will raise NotImplement ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django 1.11.20 リリースノート — Django 4.0.6 ドキュメント 3996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r in 1.11.19. Bugfixes ¶ Corrected packaging error from 1.11.19 ( #30175 ). 目次 Django 1.11.20 リリースノ ... ext , packaging , ドキュメント , 検索 , クイック , from クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.11.20.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 3996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l URLs, including domain name, which are generated from the HTTP Host header. Django's documentation has f ... 1664 and CVE-2013-1665. More information available from the Python security team . Django's XML serializer ... d not cause any issues with the typical round-trip from dumpdata to loaddata , but if you feed your own XM ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]