検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 185 for Objects (0.158 sec.)
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uces a list (in this case, country_list ) of group objects . Group objects are instances of namedtuple() with ... リスト) Because {% regroup %} produces namedtuple() objects, you can also write the previous example as: {% re ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 続きを行います。 def login ( request ): m = Member . objects . get ( username = request . POST [ 'username' ]) ... b.sessions.models import Session >>> s = Session . objects . get ( pk = '2b1189a188b44ad18c35e113ac6ceead' ) ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def detail ( request , poll_id ): try : p = Poll . objects . get ( pk = poll_id ) except Poll . DoesNotExist ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _id in options [ 'poll_ids' ]: try : poll = Poll . objects . get ( pk = poll_id ) except Poll . DoesNotExist ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using the site's admin. Create new DocumentRelease objects for each language that has an entry for the previo ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ast five published questions.""" return Question . objects . order_by ( '-pub_date' )[: 5 ] class DetailView ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass AppConfig [ソース] ¶ Application configuration objects store metadata for an application. Some attributes ...
https://man.plustar.jp/django/ref/applications.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tice, you probably won't need to use AnonymousUser objects on your own, but they're used by web requests, as ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dvanced usage patterns which might, such as saving objects with unique fields, saving using the force_insert/ ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 4687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます ( request についての詳細は request and response objects をご覧ください)。ここでは、ファイルがどのようにディ ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]