検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 190 for new (0.112 sec.)
Admin actions — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... actions is the bulk updating of a model. Imagine a news application with an Article model: from django.db ... n ): actions = [ 'some_other_action' ] ... # This one will class AnotherModelAdmin ( admin . ModelAdmin ) ... ( * , permissions = None , description = None ) ¶ New in Django 3.2. This decorator can be used for sett ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st.POST , and all subsequent accesses will use the new encoding. Most developers won't need to worry abou ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the default from AbstractBase . You can't add the new manager directly in the child class, as that would ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... safely use them. Be aware that if you do pass in a new default module, it entirely replaces the Django de ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行います。 BaseCommand. suppressed_base_arguments ¶ New in Django 4.0. The default command options to supp ... the preferred way to indicate that something has gone wrong in the execution of a command. It accepts the ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を書いて実行する for an explanation of how to write new tests. Running the unit tests ¶ Quickstart ¶ First ... t suite to fail or hang. On macOS (High Sierra and newer versions), you might see this message logged, af ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... into a standalone Python package you can reuse in new projects and share with other people. 直近のチュー ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 8601 week number where the week begins on Monday. New in Django 3.2: Support for the '%V' week format wa ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ce = 0.0 , preserve_topology = False ) ¶ Returns a new GEOSGeometry , simplified to the specified toleran ... GEOSGeometry. boundary ¶ Returns the boundary as a newly allocated Geometry object. GEOSGeometry. centroi ... as the effect of fully noding and dissolving the linework. Unioning a set of Polygon s will always return ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4661
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... out Fred!" ) # Always return a value to use as the new cleaned data, even if # this method didn't change ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]