検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 177 for models (0.104 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 4927
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . py settings . py urls . py myapp / __init__ . py models . py You could import mysite.settings , mysite.url ... site/ directory: manage . py myapp / __init__ . py models . py mysite / __init__ . py settings . py urls . p ... ul security overview page. The django.contrib.auth.models.check_password function has been moved to the djan ... ur custom comment app model: from django.db import models from django.contrib.comments.models import Comment ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ``コマンドに登録します。 例: polls / __init__ . py models . py management / __init__ . py commands / __init_ ... .base import BaseCommand , CommandError from polls.models import Question as Poll class Command ( BaseComman ... チュートリアル には存在しないので、この例では polls.models.Question モデルに追加しました。 省略可能な引数を受 ... ist or tuple of tags, e.g. [Tags.staticfiles, Tags.models] . System checks registered in the chosen tags wil ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aw SQL query, executes it, and returns a django.db.models.query.RawQuerySet instance. This RawQuerySet insta ... 。以下のモデルについて考えてください: class Person ( models . Model ): first_name = models . CharField ( ... ) ... last_name = models . CharField ( ... ) birth_date = models . DateFiel ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d" ] ) def __str__ ( self ): from django.db import models if self . obj is None : obj = "?" elif isinstance ... ( self . obj , models . base . ModelBase ): # We need to hardcode ModelB ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n to set the name of class-based model indexes for models that only inherit models.Model ( #28282 ). Fixed c ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0 that caused creating bogus migrations for models that reference swappable models such as auth.User ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecked field.many_to_many back to isinstance(field, models.ManyToManyField) since it turned out the checks we ... creation of ContentType and Permission objects for models of applications without migrations when calling th ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 4849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scalation as a user who lacks permission to edit a model should not be able to trigger its save-related sign ... editable, even if the user has permission to edit models included in inlines. This is a backwards-incompati ... aused a crash when migrating permissions for proxy models with a multiple database setup if the default entr ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 4827
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ws.py ¶ from django.http import HttpResponse from .models import Question def index ( request ): latest_ques ... pResponse from django.template import loader from .models import Question def index ( request ): latest_ques ... ews.py ¶ from django.shortcuts import render from .models import Question def index ( request ): latest_ques ... Http404 from django.shortcuts import render from .models import Question # ... def detail ( request , quest ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4827
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g incorrect queries for __in subquery lookups when models use ForeignKey.to_field ( #28101 ). Fixed crash wh ... . Prevented AddIndex and RemoveIndex from mutating model state ( #28043 ). Prevented migrations from droppin ... 't set correctly on multi-table inheritance parent models after saving a child model ( #28166 ). Corrected t ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT