検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 219 for list (0.119 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th , east , south , west ): # Input parameters are lists of cards ('Ah', '9s', etc.) self . north = north ... ccepts most of the standard field options (see the list below), but we ensure it has a fixed length, since ... . Field ): "Implements comma-separated storage of lists" def __init__ ( self , separator = "," , * args , ... than their position in the constructor's argument list, you might prefer positional, but bear in mind tha ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... X-Frame-Options をサポートするブラウザの complete list 。 目次 クリックジャッキング対策 クリックジャッキン ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ries that otherwise map fields to their respective list of errors. BadRequest ¶ exception BadRequest [ソー ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xpression. Returns a tuple (sql, params) , where sql is the SQL string, and params is the list or tuple of ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rting your apps from Django 0.96 to 1.0 A complete list of backwards-incompatible changes can be found at ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.urls import path from books.views import BookListView urlpatterns = [ path ( 'books/' , BookListView ... port HttpResponse from django.views.generic import ListView from books.models import Book class BookListVi ... ew ( ListView ): model = Book def head ( self , * args , ** ... 、レスポンスにはオブジェクトリストが返されます( book_list.html テンプレートを使用しています)。しかし、クライ ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > You can also use a queryset instead of a literal list of instances: >>> Article . objects . filter ( rep ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ht work. To retrieve a single object rather than a list (e.g. SELECT foo FROM bar LIMIT 1 ), use an index ... database load. Also, there's a possibility the two lists may not include the same database records, becaus ... ] >>> bool ( queryset ) >>> entry in queryset >>> list ( queryset ) 注釈 Simply printing the queryset wil ... e, the Python representation of the JSON scalar null is the same as SQL NULL , i.e. None . Therefore, it c ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... async function directly." ) # Wrapping context in list so it can be reassigned from within # `main_wrap`. ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 4422
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ator . ne ) __hash__ = new_method_proxy ( hash ) # List/Tuple/Dictionary methods support __getitem__ = new ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]