検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 250 for have (0.119 sec.)
django.core.exceptions — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ermissionDenied ( Exception ): """The user did not have permission to do that""" pass [ドキュメント] class ... n AttributeError if this ValidationError # doesn't have an error_dict. getattr ( self , "error_dict" ) ret ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eated after the AddField and before RunPython will have their original uuid 's overwritten. 非アトミックの ... ython ( gen_uuid ), ] The atomic attribute doesn't have an effect on databases that don't support DDL tran ... or not the old app is installed. Otherwise, you'll have missing dependencies once you uninstall the old ap ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with fields in a geographic coordinate system may have to be expressed differently because of limitations ... n your field definition. For example, let's say we have a SouthTexasCity model (from the GeoDjango distanc ... will be calculated from this point, which does not have to be projected. >>> pnt = GEOSGeometry ( 'POINT(- ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es executed by RunPython . Messages to this logger have params and sql in their extra context (but unlike ... django.db.backends , not duration). The values have the same meaning as explained in django.db.backend ... the full content of the debug web page that would have been produced if DEBUG were True . To set this val ...
https://man.plustar.jp/django/ref/logging.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 例を示します: {% if messages | length >= 100 %} You have lots of messages today! {% endif %} 複雑な表現 ¶ こ ... % endifchanged %} {% endfor %} In this example, we have both the alternating odd/even rows and a "major" r ... th 1. By default, this suffix is 's' . 実装例: You have {{ num_messages }} message {{ num_messages | plura ... lize }} . num_messages が 1 のとき、出力は You have 1 message. です。 num_messages が 2 のとき、出力は ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovided in the request cookies that didn't already have a session record. This could allow an attacker to ... d SMTP headers, respectively. While the validators have been fixed in Django, if you're creating HTTP resp ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <Restaurant: Demon Dogs the restaurant> p2 doesn't have an associated restaurant: >>> from django.core.exc ... l() returns all Places, regardless of whether they have Restaurants: >>> Place . objects . order_by ( 'nam ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _date ( self ): ... ... This creates a form that behaves identically to ArticleForm , except there's some ... Normal Python name resolution rules apply. If you have multiple base classes that declare a Meta inner cl ... rely on different metaclasses and a class can only have one metaclass. It's possible to declaratively remo ... ve () The save() method returns the instances that have been saved to the database. If a given instance's ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a try/except and handling an exception that might have been raised by a later middleware or the view. Eve ... or async nature of the get_response method. If you have an asynchronous get_response , you must return a c ... Django will optimize the middleware call stack to have as few sync/async transitions as possible. Thus, e ... MIDDLEWARE_CLASSES , every middleware will always have its process_response method called, even if an ear ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
FAQ: 助けを求める — Django 4.0.6 ドキュメント 4613
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 問を投稿するのは控えてください。 You might notice we have a second mailing list, called django-developers . ... e of security issues, we ask that if you think you have found a security problem, please don't post a mess ...
https://man.plustar.jp/django/faq/help.html - [similar]