検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 218 for but (0.114 sec.)
検索 — Django 4.0.6 ドキュメント 4501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a search for Helen will pick up Helena or Hélène , but not the reverse. Another option would be to use a ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4501
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve () # Create a form to edit an existing Article, but use # POST data to populate the form. >>> a = Arti ... a. >>> f = AuthorForm ( request . POST ) # Create, but don't save the new author instance. >>> new_author ... ed for a model field with a non-empty choices attribute. In this case, you must override the form field t ... ve() , your model formset will have three new attributes containing the formset's changes: models.BaseMod ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lizer , ** kwargs ): # Signer.unsign() returns str but base64 and zlib compression operate # on bytes. ba ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... action.atomic(using=using, savepoint=False): yield but it uses low-level utilities to avoid performance o ... of savepoints identifiers is maintained as an attribute of the connection. None denotes the absence of a ... . _non_atomic_requests . add ( using ) except AttributeError : view . _non_atomic_requests = { using } re ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a database wrapper. It must have a Database attribute defining PEP-249 exceptions. """ self . wrapper = ... nsafe to protect # their code from async contexts, but this will give those contexts # separate connectio ... etattr ( self . _connections , alias ) except AttributeError : continue connection . close () class Conne ... : method = getattr ( router , action ) except AttributeError : # If the router doesn't have a method, ski ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... filename.csv"' }, ) # The data is hard-coded here, but you could load it from a database or # some other ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it." +0: "Sounds OK to me." -0: "I'm not thrilled, but I won't stand in the way." -1: "I strongly disagre ... 決定が下されるか 前のトピックへ Advice for new contributors 次のトピックへ Triaging tickets 関連キーワード ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the view is operating on. self.object_list may be, but is not required to be, a QuerySet . Extends Templa ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ようになります。デフォルトは False です。 This attribute can help mitigate insecure direct object referenc ... s. Using a unique slug may serve the same purpose, but this scheme allows you to have non-unique slugs. g ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st Django projects won't encounter this exception, but it might be useful for implementing custom lookups ... er information. As per PEP 3134 , a __cause__ attribute is set with the original (underlying) database ex ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]