検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 137 for allow (0.024 sec.)
ページネーション — Django 4.0.6 ドキュメント 5502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... adds a paginator and page_obj to the context . To allow your users to navigate between pages, add links to ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _for_rollback_on_error ( using = None ): """ Internal low-level utility to mark a transaction as "needs rol ... ion. None denotes the absence of a savepoint. This allows reentrancy even if the same AtomicWrapper is reus ... s . pop () else : # Prematurely unset this flag to allow using commit or rollback. connection . in_atomic_b ... be set to True again if there isn't a savepoint # allowing to perform the rollback at this level. connecti ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... direct object reference attacks. When applications allow access to individual objects by a sequential prima ... e slug may serve the same purpose, but this scheme allows you to have non-unique slugs. get_object ( querys ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ValueError ( "Updating the value of creator isn't allowed" ) super () . save ( * args , ** kwargs ) The ex ... models . Model ): ... def clean ( self ): # Don't allow draft entries to have a pub_date. if self . status ... models . Model ): ... def clean ( self ): # Don't allow draft entries to have a pub_date. if self . status ... it a pre-save signal. The pre_save signal is sent, allowing any functions listening for that signal to do s ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ates expressions, for later use in views). alias() allows building complex expressions incrementally, possi ... erator selects only distinct values by default. To allow duplicate values, use the all=True argument. union ... , order_by() , and values() / values_list() ) are allowed on the resulting QuerySet . Further, databases p ... lace restrictions on what operations are allowed in the combined queries. For example, most datab ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ations. However, it can sometimes be beneficial to allow decorators or middleware to modify a response afte ... d any other analogous use cases), TemplateResponse allows you to register callbacks that will be invoked wh ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and it'd be either foolish or a security hole to allow the template system to access them. A good example ... ngo model object. The template system shouldn't be allowed to do something like this: I will now delete thi ... then will act as if your variable is not callable (allowing you to access attributes of the callable, for e ... f origins to ignore when extending templates. This allow templates to extend other templates of the same na ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tical than installing packages systemwide. It also allows installing packages without administrator privile ... ers. Distribution-provided packages will typically allow for automatic installation of dependencies and sup ...
https://man.plustar.jp/django/topics/install.html - [similar]
Signals — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elsewhere in the framework. In a nutshell, signals allow certain senders to notify a set of receivers that ... atch any exceptions raised by receivers; it simply allows errors to propagate. Thus not all receivers may b ...
https://man.plustar.jp/django/topics/signals.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a Python class that acts as a dummy web browser, allowing you to test your views and interact with your D ... きます (上の説明を参照)。 The json_encoder argument allows setting a custom JSON encoder for the JSON serial ... d in post() . The raise_request_exception argument allows controlling whether or not exceptions raised duri ... さい。 SimpleTestCase. databases ¶ SimpleTestCase disallows database queries by default. This helps to avoid ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT