検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 312 for USE (0.130 sec.)
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in date template filter ¶ If an application allows users to specify an unvalidated format for dates and p ... rmat to the date filter, e.g. {{ last_updated|date:user_date_format }} , then a malicious user could obta ... "j/m/Y" . To remedy this, the underlying function used by the date template filter, django.utils.formats ... f the debug view during the autumn DST change when USE_TZ is False and pytz is installed. Fixed a regress ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimila ... omparison values. On the assumption that access to user registration was unrestricted this provided a pot ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has seve ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r_count メソッドが使えます。 >>> # Using the previous example >>> formset . errors [{}, {'pub_date': ['Th ... is required for the ManagementForm . This form is used by the formset to manage the collection of forms ... max_num strictly even if max_num was exceeded because the amount of initial data supplied was excessive. ... t_ordering_widget() method that control the widget used with can_order . ordering_widget ¶ BaseFormSet. o ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ``MESSAGE_LEVEL`` setting. If this is not found, use the ``INFO`` level. """ storage = getattr ( reques ... vel was recorded successfully. If set to ``None``, use the default level (see the get_level() function). ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... をサポート問い合わせに使用しないでください。 django-users リスト、もしくはIRCチャンネルにて #django を使用 ... opers に相談せずに reopen しないでください。 Don't use the ticket tracker for lengthy discussions, becaus ... stem so your help in keeping our ticket tracker as useful as possible is appreciated. In particular: あな ... がある際は、 FAQ を読んでください。 Do ask on django-users or #django first if you're not sure if what you' ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » Triaging tickets ¶ Django uses Trac for managing the work on the code base. Trac ... to triage tickets that have been created by other users. Most of the workflow is based around the concep ... aybe ¶ This stage isn't shown on the diagram. It's used sparingly to keep track of high-level ideas or lo ... uests. These tickets are uncommon and overall less useful since they don't describe concrete actionable i ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n be done using validators - helpers that can be reused. Validators are functions (or callables) that tak ... タを使う ¶ Django's form (and model) fields support use of utility functions and classes known as validato ... he default_validators attribute. Validators can be used to validate values inside the field, let's have a ... Check if value consists only of valid emails.""" # Use the parent's handling of required fields, etc. sup ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been translated into fifty languages, and today is used by developers on every continent and in every kin ... entation will be your definitive guide. Anywhere you see something like: New in Django 1.0: This feature ... class Admin declaration in models!), rewritten to use Django's new form-handling library (introduced in ... dling ¶ Django's internals have been refactored to use Unicode throughout; this drastically simplifies th ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... constraint names ¶ Django 1.1 modifies the method used to generate database constraint names so that nam ... ze. This change is backwards incompatible for some users. If you are using a 32-bit platform, you're off ... o differences as a result of this change. However, users on 64-bit platforms may experience some problems ... s a result of this change, you will not be able to use the reset management command on any table made by ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oning ¶ Some parts of Django -- independent of end-user-written applications -- make use of full URLs, in ... ntation has for some time contained notes advising users on how to configure web servers to ensure that o ... via external entities and entity expansion. Django uses this parser for deserializing XML-formatted datab ... ures. The fixture deserializer is not intended for use with untrusted data, but in order to err on the si ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]