検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 116 for called (0.037 sec.)
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e field's to_python and validate methods have been called. フォームのバリデーションは複数のステップに分割され ... anted to validate that the contents of a CharField called serialnumber was unique, clean_serialnumber() woul ... ny other form field. When the is_valid() method is called on the form, the MultiEmailField.clean() method wi ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to 9223372036854775807 . QuerySet.in_bulk() may be called without any arguments to return all objects in the ... ds() method returned different reverse fields when called on a proxy model compared to its proxied concrete ... _directory_name() and get_filename() are no longer called (and are now deprecated) which is a backwards inco ... super() . AbstractBaseUser.normalize_username() is called in a new AbstractBaseUser.clean() method. Private ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RECT_URL otherwise. Here's what LoginView does: If called via GET , it displays a login form that POSTs to t ... he same URL. More on this in a bit. If called via POST with user submitted credentials, it tries ... ility to provide the html for the login template , called registration/login.html by default. This template ... ing redirect_field_name . By default, the field is called next . Here's a sample registration/login.html tem ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... After you've either set DJANGO_SETTINGS_MODULE or called configure() , you'll need to call django.setup() t ... ll handle this for you. django.setup() may only be called once. Therefore, avoid putting reusable applicatio ...
https://man.plustar.jp/django/topics/settings.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pauses and waits to run any thread_sensitive code called from further down the call stack using SyncToAsync ... o ): """ Runs the given event loop (designed to be called in a thread). """ asyncio . set_event_loop ( loop ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e authors. To prevent methods like this from being called in the template, set alters_data=True on those met ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... write and register "actions" -- functions that get called with a list of objects selected on the change list ... ¶ First, we'll need to write a function that gets called when the action is triggered from the admin. Actio ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... addata mydata . json would only load JSON fixtures called mydata . The fixture extension must correspond to ... ata would look for any fixture of any fixture type called mydata . If a fixture directory contained mydata.j ... tabase as is. Model defined save() methods are not called, and any pre_save or post_save signals will be cal ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raise SuspiciousOperation if request.get_host() is called. For full details see the documentation for the AL ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 6026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... igration conflicts. When makemigrations --merge is called with verbosity=3 the migration file is written to ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT