検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 359 for from (0.056 sec.)
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 3774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ummary counts of related objects ( #25883 ). Added from __future__ import unicode_literals to the default ... Python 2 and Python 3. Prevented QuerySet.delete() from crashing on MySQL when querying across relations ( ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 3774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y key to None ( #30330 ). Prevented makemigrations from generating infinite migrations for check constrain ... been created manually or a model had been migrated from concrete to proxy ( #30351 ). Fixed a regression i ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 3774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efine a many-to-one relationship, use ForeignKey : from django.db import models class Reporter ( models . ... ple.com' ) >>> r2 . save () Create an Article: >>> from datetime import date >>> a = Article ( id = None , ... ote that in the last example the article has moved from John to Paul. Related managers support field looku ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 3747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... torage.Storage のサブクラスでなければなりません。: from django.core.files.storage import Storage class MyS ... からすべての設定を取る必要があることを意味します: from django.conf import settings from django.core.files ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 3747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cts via the Django database API . For example: >>> from django.conf import settings >>> from django.contri ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
View decorators — Django 4.0.6 ドキュメント 3747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew only accepts particular request methods. Usage: from django.views.decorators.http import require_http_m ... s decorator allows individual views to be excluded from APPEND_SLASH URL normalization. 目次 View decorato ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 3747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arate server. However, SQLite has many differences from other databases, so if you are working on somethin ... ve Git installed and that you can run its commands from a shell. (Enter git help at a shell prompt to test ... f the Django source code, run the command git pull from within the django directory. When you do this, Git ...
https://man.plustar.jp/django/topics/install.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 3720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mands/closepoll.py を以下のように編集してください: from django.core.management.base import BaseCommand , C ... ommandError from polls.models import Question as Poll class Command ... anslationsデコレータを使用して翻訳を無効にします。 from django.core.management.base import BaseCommand , n ... aised during the execution of a management command from a command line console, it will be caught and turn ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 3720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ansifex User Guide を読んでください。 Translations from Transifex are only integrated into the Django repo ... Once translations are published, updated versions from Transifex will be irregularly ported to the django ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 3720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スタマイズ例 ¶ Here is an example of its usage: >>> from django.contrib.gis.geoip2 import GeoIP2 >>> g = Ge ... ) ¶ This classmethod instantiates the GeoIP object from the given database path and given cache setting. Q ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]