検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 177 for models (0.203 sec.)
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4581
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h_related() on databases other than PostgreSQL for models using UUID primary keys ( #24912 ). Fixed removing ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4581
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... います。 from django.test import TestCase from myapp.models import Animal class AnimalTestCase ( TestCase ): d ... きたら、テストを複数のパッケージに再構成して、 test_models.py 、 test_views.py 、 test_forms.py などの異なるサ ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the method once more: # the model class Person ( models . Model ): def friends ( self ): # expensive compu ... s.functional import cached_property class Person ( models . Model ): @cached_property def friends ( self ): ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c.list_detail import object_list from mysite.myapp.models import MyModel info = { "queryset" : MyModel . obj ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om django.views.generic import ListView from books.models import Book class BookListView ( ListView ): model ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to automatically create database tables for your models (after first installing Django and creating a proj ...
https://man.plustar.jp/django/topics/install.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 読み込むことが可能になります。 アプリケーションは、"models.py" や "views.py" などと同じレベルに "templatetags ... アウトは以下のようになります: polls / __init__ . py models . py templatetags / __init__ . py poll_extras . py ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion 次のトピックへ How to provide initial data for models 関連キーワード sensitive , reports , variables , p ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データ構造を定義、操作するための抽象レイヤ「モデル (models)」を提供しています。詳細は以下を参照してください: ...
https://man.plustar.jp/django/index.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 404 from django.shortcuts import render from polls.models import Poll def detail ( request , poll_id ): try ...
https://man.plustar.jp/django/topics/http/views.html - [similar]