検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 320 for not (0.167 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction finds the starting index of a string inside another string. On Oracle, AutoField and BigAutoField a ... ceback (most recent call last): ... TypeError : Cannot reverse a query once a slice has been taken. フォー ... . For custom management commands that use options not created using parser.add_argument() , add a stealt ... o_created = True ): if model . _meta . managed and not ( model . _meta . proxy or model . _meta . swapped ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 3710
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation : >>> a1 . publications . add ( p1 ) Create another Article , and set it to appear in the Publicati ... s . add ( p3 ) Adding a second time is OK, it will not duplicate the relation: >>> a2 . publications . ad ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 3673
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... loads on your behalf. As a result your handler may not receive the uploaded file content, but instead a U ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 3627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . objects . get ( pk = poll_id ) except Poll . DoesNotExist : raise CommandError ( 'Poll " %s " does not ... mmandError ; warnings are output to stderr ; minor notifications are output to stdout . app_configs および ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 3627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 2 ) Traceback ( most recent call last ): ... DoesNotExist : Reporter matching query does not exist . # ...
https://man.plustar.jp/django/intro/overview.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 3627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s . get ( pk = question_id ) except Question . DoesNotExist : raise Http404 ( "Question does not exist" ) ... は Http404 を発生させます。 設計思想 なぜ ObjectDoesNotExist 例外を高水準で自動的にキャッチせず、ヘルパー関 ... 使うのでしょうか、また、なぜモデル API に ObjectDoesNotExist ではなく、 Http404 を送出させるのでしょうか? ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 3590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... バックエンドを使用してテストを実行するには、 Using another settings module を参照してください。 テストが終 ... 1つテストが失敗しているはずです。 ImportError : cannot import name 'make_toast' from 'django.shortcuts' テ ... = list(MyModel.objects.filter(published=True)) if not my_objects: raise Http404("No MyModel matches the ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 3590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2022-28346 ¶ Potential SQL injection in QuerySet.annotate() , aggregate() , and extra() . Full descriptio ... y 1, 2016 - CVE-2016-2048 ¶ User with "change" but not "add" permission can create objects for ModelAdmin ... er. Full description 影響を受けるバージョン ¶ This notification was an advisory only, so no patches were ...
https://man.plustar.jp/django/releases/security.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 3590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... each field and any errors for the form as a whole. Note {{ form.non_field_errors }} at the top of the for ... { field }} </ div > {% endfor %} This example does not handle any errors in the hidden fields. Usually, a ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 3590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... should keep it unless you have a very good reason not to. タイムゾーンサポートを有効化しました。私は安全 ... see the Time zone definitions section of the MySQL notes for instructions on loading time zone definition ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
PREV 23 24 25 26 27 28 29 30 31 32 NEXT