検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 177 for models (0.178 sec.)
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xed a migration crash when adding new relations to models ( #24573 ). Fixed a migration crash when applying ... ng contrib.gis on Windows. Optimizations ¶ Changed ModelState to deepcopy fields instead of deconstructing a ... ucting ( #24591 ). This speeds up the rendering of model states and reduces memory usage when running manage ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 4637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eignKey s pointing to UUIDField and inheritance on models with UUIDField primary keys work correctly ( #2469 ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 4637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _db() updating of ForeignKey fields with on_delete=models.SET_NULL ( #25715 ). Fixed a duplicate query regre ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 4637
" + 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 ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 4637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aused a crash when migrating permissions for proxy models if the target permissions already existed. For exa ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 4615
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... py admin . py apps . py migrations / __init__ . py models . py tests . py views . py このディレクトリ構造が、 ... py admin . py apps . py migrations / __init__ . py models . py tests . py urls . py views . py polls/urls.py ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4615
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 404 , render from django.urls import reverse from .models import Choice , Question # ... def vote ( request ... ort reverse from django.views import generic from .models import Choice , Question class IndexView ( generic ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4615
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.views.generic.edit import CreateView from myapp.models import Author class AuthorCreateView ( SuccessMess ... go.views.generic.edit import CreateView from myapp.models import ComplicatedModel class ComplicatedCreateVie ... essMessageMixin , CreateView ): model = ComplicatedModel success_url = '/success/' success_message = " %(cal ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4581
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g rolled-back transactions and fields on different models referencing the same file. In Django 1.2.5, FileFi ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4581
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g rolled-back transactions and fields on different models referencing the same file. In Django 1.3, when a m ... med document : from django import forms from myapp.models import Document class DocumentForm ( forms . Model ...
https://man.plustar.jp/django/releases/1.3.html - [similar]