検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 106 for save (0.096 sec.)
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... running this command: $ python manage.py inspectdb Save this as a file by using standard Unix output redir ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct . new_path = '/contact-details/' >>> redirect . save () >>> redirect <Redirect: /contact-us/ ---> /cont ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in BaseInlineFormSet._construct_form() when using save_as_new ( #28159 ). Fixed a regression where Model. ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... point, user is a User object that has already been saved # to the database. You can continue to change its ... fields. >>> user . last_name = 'Lennon' >>> user . save () すでにDjango adminをインストールしている場合は、 ... ) >>> u . set_password ( 'new password' ) >>> u . save () Django admin がインストールされていれば、 認証シ ... a = request . POST ) if form . is_valid (): form . save () update_session_auth_hash ( request , form . use ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a rendered template. Laziness is also a way to save effort by trying to avoid work in the first place. ... voiding the premature evaluation of a QuerySet can save making an expensive and unnecessary trip to the da ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... performed in them; that is, either some model was saved, some bulk update or delete was performed, or the ... ter, which is passed to the password_reset_form 's save() method as a keyword argument. If you are using t ... set form, then you will need to ensure your form's save() method accepts this keyword argument. Features d ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #23674 ). Fixed a crash in the admin when using "Save as new" and also deleting a related inline ( #2385 ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erations = PBKDF2PasswordHasher . iterations * 100 Save this somewhere in your project. For example, you m ... her . encode_sha1_hash ( sha1_hash , salt ) user . save ( update_fields = [ 'password' ]) class Migration ... ers a call to password_changed() after the user is saved. password_validators_help_texts ( password_valida ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nection ( using ) . rollback () [ドキュメント] def savepoint ( using = None ): """ Create a savepoint (if ... current transaction. Return an identifier for the savepoint that will be used for the subsequent rollback ... or commit. """ return get_connection ( using ) . savepoint () [ドキュメント] def savepoint_rollback ( si ... d , using = None ): """ Roll back the most recent savepoint (if one exists). Do nothing if savepoints are ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ler named file , that uses Python's FileHandler to save logs of level DEBUG and higher to the file general ...
https://man.plustar.jp/django/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT