検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 153 for don (0.100 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thon 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of each s ... the Azimuth and LineLocatePoint functions, supported on PostGIS and SpatiaLite. Any GEOSGeometry imported ... ming results from the database. For databases that don't support server-side cursors, it controls the num ... argument to QuerySet.select_for_update() , supported on PostgreSQL and Oracle, to lock only rows from spe ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .8), and 3.9 (as of 2.2.17). We highly recommend and only officially support the latest release of each s ... s allows a distinct keyword argument to be specified on initialization to ensure that the aggregate funct ... e() , and update_or_create() methods are now allowed on many-to-many relationships with intermediate mode ... ent for some cases. CSS and JavaScript files which don't include their dependencies may now be sorted inc ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cle support tablespaces. SQLite, MariaDB and MySQL don't. When you use a backend that lacks support for t ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >> f = AuthorForm ( request . POST ) # Create, but don't save the new author instance. >>> new_author = f ... , you can save the data as a model object. This is done with the formset's save() method: # Create a form ... mit=False to return the unsaved model instances: # don't save to the database >>> instances = formset . s ... JavaScript or send additional POST data. Formsets don't yet provide functionality for an "edit only" vie ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ends on the translation manager's availability. So don't miss the string freeze period (between the relea ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -release. There are a lot of details, so please read on. Prerequisites ¶ You'll need a few things before ... -m pip install wheel twine Access to Django's record on PyPI. Create a file with your credentials: ~/.pyp ... about a week before the release; most of it can be done any time leading up to the actual release: If thi ... se. Check with the other mergers to make sure they don't have any uncommitted changes for the release. Pr ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t (in a place such as /var/www ). With Django, you don't do that. It's not a good idea to put any of this ... e ready for production. Now's a good time to note: don't use this server in anything resembling a product ... ion environment. It's intended only for use while developing. (We're in the busines ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t , 'Test message...' ) # In another request, record only messages with a level of WARNING and higher mes ... ) and want to include messaging functionality, but don't want to require your users to enable it if they ... rwise occur when the messages framework disabled and one attempts to use one of the add_message family of ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [] >>> choice_field . choices = [( '1' , 'First and only' )] >>> choice_field . widget . choices [('1', ... 'First and only')] とは言うものの、 choices 属性を提供するウィジ ... quired></td></tr> On a real web page, you probably don't want every widget to look the same. You might wa ... nchecked checkbox and unselected <select multiple> don't appear in the data of an HTML form submission, s ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e them in META . This prevents header-spoofing based on ambiguity between underscores and dashes both bei ... led) and HTTP_HOST headers, in that order. If they don't provide a value, the method uses a combination o ... all values for the key. Raises KeyError when called on an empty dictionary. For example: >>> q = QueryDi ... 5' Use the safe parameter to pass characters which don't require encoding. For example: >>> q = QueryDict ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT