検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 25 for question (0.046 sec.)
Mailing lists — Django 4.0.6 ドキュメント 7654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s is the right place if you are looking to ask any question regarding the installation, usage, or debugging of ... of Django itself takes place here. Before asking a question about how to contribute, read Django へのコントリビ ... ュート . Many frequently asked questions are answered there. 注釈 Please make use of djang ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 7571
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se" ), 0 ) ) class OpinionPoll ( models . Model ): question = models . CharField ( max_length = 200 ) objects ... class when accessing related objects (i.e. choice.question ), not the _default_manager on the related object. ... or many-to-many relationship . For example, if the Question model from the tutorial had a deleted field and a ... leted=True , a queryset like Choice.objects.filter(question__name__startswith='What') would include choices re ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 7372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rogatives: Making a binding decision regarding any question of a technical change to Django. Vetoing the mergi ... ot vote) vote "yes" on a motion that the person in question is ineligible. Changing the organization ¶ Changes ...
https://man.plustar.jp/django/internals/organization.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple: >>> from django.db.models import Prefetch >>> Question . objects . prefetch_related ( Prefetch ( 'choice_ ... ly execute two queries regardless of the number of Question # and Choice objects. >>> Question . objects . pre ... ( Prefetch ( 'choice_set' )) . all () <QuerySet [<Question: What's up?>]> The queryset argument supplies a ba ... ch ( 'choice_set' , queryset = voted_choices ) >>> Question . objects . prefetch_related ( prefetch ) . get () ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 7356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iate response, someone will attempt to answer your question as soon as they see it. Ask your question on the G ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7322
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ールします。 以下の例では、 ChoiceAdmin フィールドは Question への ForeignKey に対するオートコンプリートフィール ... ドを持ちます。結果は question_text フィールドによりフィルタされ、また``date_crea ... ted`` フィールドにより並べ替えられます: class QuestionAdmin ( admin . ModelAdmin ): ordering = [ 'date_cr ... eated' ] search_fields = [ 'question_text' ] class ChoiceAdmin ( admin . ModelAdmin ): ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 7289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror. If the app just # doesn't have the module in question, we can ignore the error # attempting to import it ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aseCommand , CommandError from polls.models import Question as Poll class Command ( BaseCommand ): help = 'Clo ... トリアル には存在しないので、この例では polls.models.Question モデルに追加しました。 省略可能な引数を受け入れる ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eries [{'sql': 'SELECT polls_polls.id, polls_polls.question, polls_polls.pub_date FROM polls_polls', 'time': ' ...
https://man.plustar.jp/django/faq/models.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 7156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Django app to conduct web-based polls. For each question, visitors can choose between a fixed number of ans ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
PREV 1 2 3 NEXT