検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for year (0.087 sec.)
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t will receive security updates for at least three years after its release. Support for the previous LTS, ... ess constraints or other checks. The new ExtractIsoYear function extracts ISO-8601 week-numbering years fr ... om DateField and DateTimeField , and the new iso_year lookup allows querying by an ISO-8601 week-numberi ... ng year. The new QuerySet.bulk_update() method allows effi ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6773
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s by the same studio in the same genre and release year: >>> from django.db.models import Avg , F , Window ... >>> from django.db.models.functions import ExtractYear >>> Movie . objects . annotate ( >>> avg_rating = ... 'studio' ), F ( 'genre' )], >>> order_by = ExtractYear ( 'released' ) . asc (), >>> ), >>> ) This allows ... ach movie's group (same studio, genre, and release year) by using three window functions in the same query ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in ( self ): return ' %d 's' % ( self . birthday . year // 10 * 10 ) class PersonAdmin ( admin . ModelAdmi ... fifties ( self ): return 1950 <= self . birthday . year < 1960 class PersonAdmin ( admin . ModelAdmin ): l ... se of the function: @admin . display def published_year ( self , obj ): return obj . publish_date . year I ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been looking forward to this moment for over three years, and it's finally here. Django 1.0 represents the ... ruly be proud of. Django 1.0 represents over three years of community development as an Open Source projec ... django.contrib.gis (GeoDjango) ¶ A project over a year in the making, this adds world-class GIS ( Geograp ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6605
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue 、 unique_together または unique_for_date|month|year としてマークされたモデルフィールドの一意性を検証さ ... unique , unique_together or unique_for_date|month|year ). If you want to override the clean() method on a ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 6560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Lを単に一般化したものです。たとえば、 /newsarchive/<year>/<month>/ などです。 URLからビューを得るために、Dj ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitors will be protected (31536000 seconds, i.e. 1 year, is common). Additionally, if you set the SECURE_H ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ¶ March 23, 2011 Django 1.3 へようこそ! Nearly a year in the making, Django 1.3 includes quite a few new ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ric views use suffixes such as _archive , _archive_year and so on to use different templates for the vario ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6560
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... % blocktranslate with amount = article.price count years = i.length %} That will cost $ {{ amount }} per y ... {% plural %} That will cost $ {{ amount }} per {{ years }} years. {% endblocktranslate %} When you use bo ... THOUSAND_SEPARATOR TIME_FORMAT TIME_INPUT_FORMATS YEAR_MONTH_FORMAT これは、Python によってレンダリングさ ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 NEXT