検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 69 for back (0.068 sec.)
Writing documentation — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , just as it has latest-and-greatest code. We also backport documentation fixes and improvements, at the d ... , not what you explain. It can be helpful to refer back to what you've done and explain afterward. Topic g ... t be the explanation someone else needs. Providing background context helps a newcomer connect the topic t ... e tutorials and don't hesitate to refer the reader back to the appropriate tutorial rather than repeat the ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -8 for internal encoding. All of Django's database backends automatically convert strings into the appropr ... s in a bytestring, be prepared to receive a string back in the result. Translated strings ¶ Aside from str ... ains a few functions that are handy for converting back and forth between strings and bytestrings. smart_s ... adjust the TEMPLATES setting. The built-in django backend provides the 'file_charset' option to change th ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Client.force_login() which required specifying a backend rather than automatically using the first one i ... f multiple backends are configured ( #27027 ). Made QuerySet.bulk_ ... create() properly initialize model instances on backends, such as PostgreSQL, that support returning th ... a few admin checks that checked field.many_to_many back to isinstance(field, models.ManyToManyField) since ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase notes cover the new features , as well as some backwards incompatible changes you'll want to be aware ... the operations section of the migration. Test rollback behavior is different for apps with migrations; in ... particular, Django will no longer emulate rollbacks on non-transactional databases or inside Transact ... ch was that after the first method call, you'd get back a QuerySet instance and couldn't call additional c ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.8.1. Fixed session flushing in the cached_db backend ¶ A change to session.flush() in the cached_db ... session backend in Django 1.8 mistakenly sets the session key t ... ranted for the postgres database, Django now falls back to the default database when it normally requires ... リースノート Fixed session flushing in the cached_db backend Bugfixes 前のトピックへ Django 1.8.3 リリースノ ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen using Watchman to 5 seconds to prevent falling back to StatReloader on larger projects and made it cus ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Signals — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he second item showing if the migration was rolled back ( True ) or applied ( False ). apps An instance of ... he second item showing if the migration was rolled back ( True ) or applied ( False ). apps An instance of ... erations on. For example, you could register a callback in an AppConfig like this: from django.apps import ... o.db.models.signals import post_migrate def my_callback ( sender , ** kwargs ): # Your specific logic here ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , in forms, a hidden value which must be submitted back with the form. The caching framework includes an o ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 7112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , in forms, a hidden value which must be submitted back with the form. The caching framework includes an o ... prior to executing queries. Bugfixes ¶ Fixed ModelBackend raising UnboundLocalError if get_user_model() r ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated from trusted domains can be used to POST data back. It deliberately ignores GET requests (and other r ... be reloaded. This might happen if a user uses the back button after a login or if they log in a different ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT