検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 111 for date (0.109 sec.)
Django 4.0 release notes — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Selection of the current timezone, conversion of datetime instances to the current timezone in forms and ... templates, as well as operations on aware datetimes in UTC are unaffected. However, if you are wo ... nal setting is recommended if you need a gradual update path. Functional unique constraints ¶ The new *exp ... sting rows satisfy the new constraint. The new ValidateConstraint operation allows validating check constr ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r example, if you want to use a calendar to render DateFields, you can define a custom Calendar widget. Th ... forms >>> class ContactForm ( forms . Form ): ... date = DateField ( widget = CalendarWidget ) ... name = ... form: >>> class ContactForm ( forms . Form ): ... date = DateField ( widget = CalendarWidget ) ... name = ... ォーム , 定数 , フォームアセット クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
View decorators — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is decorator adds an Expires header to the current date/time. This decorator adds a Cache-Control: max-age ... =0, no-cache, no-store, must-revalidate, private header to a response to indicate that a p ... st , This , decorator , should クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls_polls.id, polls_polls.question, polls_polls.pub_date FROM polls_polls', 'time': '0.002'}] connection.qu ... cute, in seconds. connection.queries にはINSERT, UPDATE, SELECTなどの全てのSQL文が記録されています。アプリ ... 固有 , queries , エンジン , 更新 クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/faq/models.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... L to redirect to when the form is successfully validated. Returns success_url by default. form_valid ( for ... L to redirect to when the form is successfully validated. Returns django.views.generic.edit.ModelFormMixin ... 前のトピックへ Multiple object mixins 次のトピックへ Date-based mixins 関連キーワード form , success , views ... , request , context , initial クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt for schema migrations. It allows models to be updated, changed, and deleted by creating migration files ... py ) as several fields, including DecimalField and DateField , override it and show how to call the method ... ement command. This command replaces the older validate management command. New Prefetch object for advanc ... me zones ¶ The "today" and "now" shortcuts next to date and time input widgets in the admin are now operat ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mpile. showmigrations --list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQ ... ermines the treatment of nonexistent and ambiguous datetimes. connection.queries now shows COPY … TO state ... s, Model.save() performed either an INSERT or an UPDATE based on whether or not the row exists. This makes ... save() . Attempts to use a new Model instance to update an existing row will result in an IntegrityError . ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing relationship choices for details. django.forms.DateTimeField now accepts dates in a subset of ISO 8601 ... datetime formats, including optional timezone, e.g. 201 ... lways be retained if provided, with timezone-aware datetimes being returned even when USE_TZ is False . Ad ... ditionally, DateTimeField now uses DATE_INPUT_FORMATS in addition t ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -term support release . It will receive security updates for at least three years after its release. Suppo ... upport for colored terminal output on Windows is updated. Various modern terminal environments are automat ... The new no_key parameter for QuerySet.select_for_update() , supported on PostgreSQL, allows acquiring weak ... etting PostgreSQL operator classes. The QuerySet.update() method now respects the order_by() clause on MyS ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith Deadlines Some filters take an argument: {{ my_date | date :"Y-m-d" }} A reference of built-in filters ... teDoesNotExist exceptions raised when trying to load a template. This is used by functions, such as get_te ... root level of a single directory gets messy. To load a template that's within a subdirectory, use a slash, ... env = Environment ( ** options ) env . globals . update ({ 'static' : static , 'url' : reverse , }) return ...
https://man.plustar.jp/django/topics/templates.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT