検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 111 for date (0.108 sec.)
django.utils.encoding — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utils.encoding のソースコード import codecs import datetime import locale from decimal import Decimal from ... D_TYPES = ( type ( None ), int , float , Decimal , datetime . datetime , datetime . date , datetime . time ... _hexdig = "0123456789ABCDEFabcdef" _hextobyte . update ( {( a + b ) . encode (): bytes . fromhex ( a + b ... ODING = get_system_encoding () クイック検索 Last update: 2022年6月01日 up ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .db.models.CharField`や、:class:`~django.db.models.DateField などです。多くの目的、それらのクラスはあなたが ... ィールドは普通のPythonオブジェクト(string,boolean,``datetime``,それに``Hand``のような複雑なもの)を取得し、 ... 。例えば、 editable と auto_now は django.db.models.DateField に渡すことができますが、 editable のパラメータ ... ズしません。デフォルトの値は True です。 unique_for_date unique_for_month unique_for_year choices help_text ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields refers to <field name> , which must not be a DateTimeField , a ForeignKey , a OneToOneField , or a M ... must be a list or tuple. admin.E127 : The value of date_hierarchy refers to <field name> , which does not ... refer to a Field. admin.E128 : The value of date_hierarchy must be a DateField or DateTimeField . a ... ecks , security , have , which クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/checks.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith callables whose return values can change (e.g. datetime.now or uuid.uuid4 ): >>> import uuid >>> class ... のある出力が得られるようになるからです。 たとえば、 DateField はインプットを Python の datetime.date オブジ ... 。たとえ '1994-07-15' という形式の文字列で渡そうが、 datetime.date オブジェクトを渡そうが、他の様々な形式で渡 ... そうが、それが検証にパスする限り DateField はいつも datetime.date オブジェクトに正規化し ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Registers a new lookup in the class. For example DateField.register_lookup(YearExact) will register Year ... Exact lookup on DateField . It overrides a lookup that already exists w ... s. A prominent example is __year that transforms a DateField into a IntegerField . The notation to use a T ... expression is <expression>__<transformation> (e.g. date__year ). This class follows the Query Expression A ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s the largest milestone in Django's development to date: a web framework that a group of perfectionists ca ... g underwent a few minor changes, but most of the updates took place in the ORM's internals. A guide to the ... tion for generic relations for details. INSERT / UPDATE distinction ¶ Although Django's default behavior o ... lly determine whether to perform an INSERT or an UPDATE at the SQL level is suitable for the majority of c ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5448
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to django.utils.formats.get_format() (used by the date template filter). To customize the English formats ... ントロール , USE , タグ , 区切り クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous to have the docs for the last release be up-to-date and correct (see バージョンごとの違い ). Getting s ... hat have a status of "redirected" may need to be updated to point to the canonical location, e.g. the sche ... → https:// . In certain cases, we do not want to update a "redirected" link, e.g. a rewrite to always poin ... docs/man/django-admin.1 . There isn't a need to update this file when updating the documentation, as it's ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 5410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dropped in a non-dot-zero release (Y.1) to accommodate our policy of keeping deprecation shims for at lea ... ous to have the docs for the last release be up-to-date and correct, and the risk of introducing regressio ... lease one month after the alpha and a release candidate one month after the beta. The release candidate ma ... id introducing regressions. After the release candidate, only release blockers and documentation fixes sho ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 5410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eneric.edit.CreateView django.views.generic.edit.UpdateView django.views.generic.edit.DeleteView 参考 The ... urrent object instance ( self.object ) to None . UpdateView ¶ class django.views.generic.edit. UpdateView ... plateResponseMixin django.views.generic.edit.BaseUpdateView django.views.generic.edit.ModelFormMixin djang ... emplate_name_suffix ¶ GET リクエストに描画された UpdateView のページは、 '_form' の template_name_suffix を ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT