検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 185 for Objects (0.788 sec.)
データベース — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.auth.models import User >>> User . objects . create ( username = 'alice' , pk = 1 ) <User: al ... sn't been updated; its next value is 1. >>> User . objects . create ( username = 'bob' ) ... IntegrityError: ...
https://man.plustar.jp/django/ref/databases.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... latest_entry ( request , blog_id ): return Entry . objects . filter ( blog = blog_id ) . latest ( "published" ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Signals — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MyModel is saved. Different signals use different objects as their senders; you'll need to consult the built ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OSSIBILITY OF SUCH DAMAGE. # """ Distance and Area objects to allow for sensible and convenient calculation a ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lter for a ManyToManyField if there are no related objects. For example, if your list_filter includes sites , ...
https://man.plustar.jp/django/faq/admin.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... It should be a list of compiled regular expression objects. For example: import re IGNORABLE_404_URLS = [ re ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Coding style — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import module statements before from module import objects in each section. Use absolute imports for other Dj ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... :tfilter:`linebreaksbr` . Field lookups (i.e. Foo.objects.filter(bar__exact=whatever) ): .. fieldlookup :: e ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Base views — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kwargs ) context [ 'latest_articles' ] = Article . objects . all ()[: 5 ] return context Example urls.py : fr ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
設定 — Django 4.0.6 ドキュメント 4720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utf-8' Default charset to use for all HttpResponse objects, if a MIME type isn't manually specified. Used whe ... ] (空のリスト) List of compiled regular expression objects representing User-Agent strings that are not allow ... ] (空のリスト) List of compiled regular expression objects describing URLs that should be ignored when report ...
https://man.plustar.jp/django/ref/settings.html - [similar]