検索

phrase: max: clip:
target: order:
Results of 41 - 49 of about 49 for sent (0.070 sec.)
クエリー式 — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .db.models . F() 式 ¶ class F ¶ An F() object represents the value of a model field, transformed value of ... the database to increment the database field represented by reporter.stories_filed . Whatever value is or ... are expressions and wrap expressions, you can represent some complex computations: from django.db.models i ... ue , output_field = None ) ¶ A Value() object represents the smallest possible component of an expression: ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is reloaded, you want the results to already be present and ready for use (reading from the database can t ... . The query attribute is an opaque object. It represents the internals of the query construction and is no ... ed as an iterable. Each of those dictionaries represents an object, with the keys corresponding to the att ... evaluates to a list of datetime.date objects representing all available dates of a particular kind within ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mple. ファイルストレージ ¶ Storage backends now present a timezone-aware API with new methods get_accessed ... ossible to use upload_to also. The subject of mail sent by AdminEmailHandler is no longer truncated at 989 ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and deleted by creating migration files that represent the model changes and which can be run on any deve ... as allowing the field to be copied safely, both essential parts of these new features. This change should ... ationship: class Blog ( models . Model ): pass class Entry ( models . Model ): blog = models . ForeignKey ... ng custom logic in a view when a given error is present. It can also be used to serialize the errors in a ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that can be overridden to customize the mail to be sent. The max_length of Permission.name has been increa ... > tags for required fields will have this class present in its attributes. The rendering of non-field erro ... RMAT_MODULE_PATH can now be a list of strings representing module paths. This allows importing several for ... django.db.models.Lookup API. The default str representation of GEOSGeometry objects has been changed from ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a given value to allow more than one formset to be sent to a view without name clashing. Let's take a look ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h would cause session cookies from that site to be sent to bad.example.com . 技術的な詳細 ¶ セッションのデ ... ssion IDs in URLs ¶ The Django sessions framework is entirely, and solely, cookie-based. It does not fall ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... options ) ¶ A fixed-precision decimal number, represented in Python by a Decimal instance. It validates th ... ring JSON encoded data. In Python the data is represented in its Python native format: dictionaries, lists ... s json field is stored as the original string representation of the JSON and must be decoded on the fly wh ... scalar values. Only JSON objects and arrays (represented in Python using dict and list ) are supported. P ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on. The underscore character ( _ ) is used to represent "the previous result" in Python's interactive shel ... 、上の例とまったく同一です: def my_view ( request ): sentence = 'Welcome to my site.' output = _ ( sentence ... the blocktranslate tag allows you to mark complex sentences consisting of literals and variable content f ... anslate %} tag: {% blocktranslate trimmed %} First sentence. Second paragraph. {% endblocktranslate %} wil ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 NEXT