検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 43 for success (0.056 sec.)
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 7250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .login() and i18n ) to redirect the user to an "on success" URL. The security check for these redirects (name ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 7250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... form cleaned data> return HttpResponseRedirect ( '/success/' ) else : form = MyForm ( initial = { 'key' : 'va ... form cleaned data> return HttpResponseRedirect ( '/success/' ) return render ( request , self . template_name ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hould be the common case msg = self . style . HTTP_SUCCESS ( msg ) elif 100 <= status_code < 200 : msg = self ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for the legacy %(<foo>)s syntax in ModelFormMixin.success_url will be removed. GeoQuerySet aggregate methods ... rators and context managers autocommit , commit_on_success , and commit_manually , defined in django.db.trans ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age to the user informing them that the action was successful: from django.contrib import messages from djang ... message_user ( request , ngettext ( ' %d story was successfully marked as published.' , ' %d stories were suc ... s published.' , updated , ) % updated , messages . SUCCESS ) This make the action match what the admin itself ... does after successfully performing an action: Actions that provide in ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
設定 — Django 4.0.6 ドキュメント 6910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : 'debug' , messages . INFO : 'info' , messages . SUCCESS : 'success' , messages . WARNING : 'warning' , mes ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Dirty transactions are committed by the commit_on_success decorator or the django.middleware.transaction.Tra ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal that is emitted whenever a user fails to login successfully. See user_login_failed The new loaddata --ign ... fields that passed validation. You should test the success of the validation with the is_valid() method and n ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database transaction, but only if the transaction successfully commits. Examples might include a Celery task ... ons that should be executed after a transaction is successfully committed: on_commit ( func , using = None ) ... se write made where on_commit() is called would be successfully committed. If you call on_commit() while ther ... of execution ¶ Your callbacks are executed after a successful commit, so a failure in a callback will not cau ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
索引 — Django 4.0.6 ドキュメント 6818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class() (django.core.files.storage モジュール) get_success_message() (views.SuccessMessageMixin のメソッド) g ... et_success_url() (django.views.generic.edit.DeletionMixin のメ ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 NEXT