検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 170 for key (0.056 sec.)
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using the signed cookie session backend and SECRET_KEY is known by an attacker (there isn't an inherent v ... cookie-stored data to prevent tampering, a SECRET_KEY leak immediately escalates to a remote code execut ... N-serialized values. Also, as JSON requires string keys, you will likely run into problems if you are usi ... ng non-string keys in request.session . See the セッションのシリアラ ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 5538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing a reverse lookup with a subquery when a ForeignKey has a to_field set to something other than the pri ... mary key ( #26373 ). Fixed a regression in CommonMiddleware ... grations crash on SQLite when renaming the primary key of a model containing a ForeignKey to 'self' ( #26 ... sion , caused , their , fields , trailing , ForeignKey , primary クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t caused a migration crash when altering a primary key type for a concrete parent model referenced by a f ... oreign key ( #33462 ). Fixed a bug in Django 4.0 that caused ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supports many-to-many relationships, GenericForeignKey and more. This allows you to fix a very common per ... and blocktrans template tags using the new context keyword. Customizable SingleObjectMixin URLConf kwargs ... ObjectMixin to enable the customization of URLconf keyword arguments used for single object generic views ... nctions may now accept any number of positional or keyword arguments. For example: @register . simple_tag ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5493
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m the normal database object signals . Use foreign key values directly ¶ If you only need a foreign key v ... alue, use the foreign key value that is already on the object you've got, ra ... ng the whole related object and taking its primary key. i.e. do: entry . blog_id instead of: entry . blog ... s() Use QuerySet.update() and delete() Use foreign key values directly Don't order results if you don't c ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ME' : 'other' , 'USER' : 'geodjango' , }, } SECRET_KEY = 'django_tests_secret_key' Assuming the settings ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... single instance fast-delete to not set the primary key to None ( #30330 ). Prevented makemigrations from ... yset ordered or aggregated over a nested JSONField key transform ( #30335 ). Fixed a regression in Django ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DEFAULT_DB_ALIAS = "default" DJANGO_VERSION_PICKLE_KEY = "_django_version" [ドキュメント] class Error ( E ... """ try : conn = self . databases [ alias ] except KeyError : raise self . exception_class ( f "The conne ... """ try : conn = self . databases [ alias ] except KeyError : raise self . exception_class ( f "The conne ... e ), ( "MIRROR" , None ), ( "NAME" , None ), ] for key , value in default_test_settings : test_settings . ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late. By default, the dictionary contains a single key, 'widget' , which is a dictionary representation o ... f the widget containing the following keys: 'name' : The name of the field from the name arg ... tribute on each subwidget. In this case, for each (key, widget) pair, the key will be appended to the nam ... u may provide the empty string ( '' ) for a single key, in order to suppress the suffix for one widget. F ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to default . --natural-foreign ¶ Uses the natural_key() model method to serialize any foreign key and ma ... you should probably use this flag. See the natural keys documentation for more details on this and the ne ... xt option. --natural-primary ¶ Omits the primary key in the serialized data of this object since it can ... e calculated during deserialization. --pks PRIMARY_KEYS ¶ Outputs only the objects specified by a comma s ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT