検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 106 for save (0.113 sec.)
Django 1.4.22 release notes — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eate empty session records, including when SESSION_SAVE_EVERY_REQUEST is active. Additionally, the contrib ...
https://man.plustar.jp/django/releases/1.4.22.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eate empty session records, including when SESSION_SAVE_EVERY_REQUEST is active. Additionally, the contrib ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
Django 2.1.3 リリースノート — Django 4.0.6 ドキュメント 5832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat use to_field were incorrectly cleared in Model.save() ( #29896 ). Django 2.0 で、並列での保存時に同じデ ...
https://man.plustar.jp/django/releases/2.1.3.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 5768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... values() and values_list() ( #20625 ). Moved the unsaved model instance assignment data loss check on reve ... rse relations to Model.save() ( #25160 ). Readded inline foreign keys to form ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s where caching comes in. To cache something is to save the result of an expensive calculation so that you ... : return the cached page else : generate the page save the generated page in the cache ( for next time ) ... ngo comes with a robust cache system that lets you save dynamic pages so they don't have to be calculated ... s used by a server. When a particular cache key is saved or retrieved, Django will automatically prefix th ...
https://man.plustar.jp/django/topics/cache.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eleted forms will be deleted when you call formset.save() . If you call formset.save(commit=False) , objec ... to actually delete them: >>> instances = formset . save ( commit = False ) >>> for obj in formset . delete ... formset.deleted_forms , perhaps in your formset's save() method, as there's no general notion of what it ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jects . all (): row . uuid = uuid . uuid4 () row . save ( update_fields = [ 'uuid' ]) class Migration ( mi ... rue )[: 1000 ]: row . uuid = uuid . uuid4 () row . save () class Migration ( migrations . Migration ): ato ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to allow Storage.get_available_name() and Storage.save() to be defined without a max_length argument will ... s_state() functions from django.test.utils and the save_warnings_state() / restore_warnings_state() django ... ackends.sqlite3 ) will be removed. The get_db_prep_save , get_db_prep_value and get_db_prep_lookup methods ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es uploaded and stored in a model's FileField were saved to disk before the model was saved to the databas ... ng. For example, it was available in a model's pre-save signal handler. In Django 1.1 the file is saved as ... cannot be relied on until after the model has been saved. Changes to how model formsets are saved ¶ In Dja ... ngo 1.1, BaseModelFormSet now calls ModelForm.save() . This is backwards-incompatible if you were mod ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow be used when creating new model instances using save() , create() , and bulk_create() . Request と Resp ... d GenericForeignKey changed from a series of Model.save() calls to a single QuerySet.update() call. The ch ... ange means that pre_save and post_save signals aren't sent anymore. You can ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT