検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 87 for Adding (0.035 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manize A set of Django template filters useful for adding a "human touch" to data. django.contrib.messages P ... t Clickjacking django.middleware.common Middleware adding "common" conveniences for perfectionists. django.m ...
https://man.plustar.jp/django/py-modindex.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 7634
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s --empty yourappname , but be aware that manually adding schema-altering operations can confuse the migrati ... ation ( False ) - usually because the migration is adding a non-nullable field to a table and needs a defaul ... m in the Django ORM code. 警告 On older databases, adding a field with a default value may cause a full rewr ... Bear in mind that when reversed, this is actually adding a field to a model. The operation is reversible (a ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 2.2.7 リリースノート — Django 4.0.6 ドキュメント 7432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 30870 ). Fixed migrations crash on PostgreSQL when adding an Index with fields ordering and opclasses ( #309 ...
https://man.plustar.jp/django/releases/2.2.7.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 7432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at caused a migration crash on PostgreSQL 10+ when adding a foreign key and changing data in the same migrat ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 3.0.8 release notes — Django 4.0.6 ドキュメント 7432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_tabl ...
https://man.plustar.jp/django/releases/3.0.8.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e simplest case, you can set pk to None and _state.adding to True . Using our blog example: blog = Blog ( na ... () # blog.pk == 1 blog . pk = None blog . _state . adding = True blog . save () # blog.pk == 2 継承を使用して ... ou have to set both pk and id to None , and _state.adding to True : django_blog . pk = None django_blog . id ... = None django_blog . _state . adding = True django_blog . save () # django_blog.pk == 4 ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 7230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4352 ). Fixed a bug that prevented migrations from adding a foreign key constraint when converting an existi ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TIC_URL is defined as static/ , you can do this by adding the following snippet to your urls.py: from django ... EDIA_URL is defined as media/ , you can do this by adding the following snippet to your ROOT_URLCONF : from ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y fields in the admin. 注釈 This is different from adding the geometry field to readonly_fields , which will ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 7015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions using migrations Concurrent index operations Adding constraints without enforcing validation Full text ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT