検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 161 for would (0.006 sec.)
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 8124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o Django via HTTPS, django.http.HttpRequest.scheme would incorrectly detect client requests made via HTTP a ... and build_absolute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance with SECU ... , reverse , SECURE , secure , detection , build , would , cheme , behind クイック検索 Last update: 2022年6 ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 7871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o Django via HTTPS, django.http.HttpRequest.scheme would incorrectly detect client requests made via HTTP a ... and build_absolute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance with SECU ... , requests , reverse , SECURE , Fixed , Bugfixes , would , cheme , HttpRequest , behind クイック検索 Last u ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 7631
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not only the existence but also the file contents would have been exposed. As a mitigation, path sanitatio ... ). Fixed a bug in Django 3.2 where a system check would crash on an abstract model ( #32733 ). Prevented u ... stalled ( #32740 ). Fixed a bug in Django 3.2 that would trigger the auto-reloader for template changes whe ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you were working for a fix on the 1.4 branch, you would do: git checkout - b ticket_xxxxx_1_4 upstream / s ... e their work on such a branch, because their clone would become corrupt when you edit commits. There are al ... our repository. Your commit "Added two more tests" would be unhelpful noise. Instead, we would rather only ... s, rebase your work. If you added two commits, you would run: git rebase - i HEAD ~ 2 Squash the second com ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Admin actions — Django 4.0.6 ドキュメント 7379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "nice" title in the admin. By default, this action would appear in the action list as "Make published" -- t ... lete admin.py with the action and its registration would look like: from django.contrib import admin from m ... lds to include in the export. The best thing to do would be to write a small action that redirects to your ... the action is rather short; all the complex logic would belong in your export view. This would need to dea ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7379
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sed as query parameters, where the database driver would escape them. The *expressions argument is a list o ... sed as query parameters, where the database driver would escape them. The function , template , and arg_joi ... passing an instance of datetime.datetime as value would default output_field to DateTimeField . Changed in ... t the immediate parent. For example, this queryset would need to be within a nested pair of Subquery instan ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se: from django.utils import unittest wherever you would have historically used: import unittest If you wan ... lted to True , meaning that the submitted password would be sent back to the browser as part of the form. D ... the query that is needed to purge old sessions -- would be very slow if there were lots of sessions. If yo ... Improving the built-in filter to fix this problem would require significant effort, and since natural lang ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7253
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne (the same entry satisfying both conditions), we would write: Blog . objects . filter ( entry__headline__ ... nnon" in its headline and some entry from 2008, we would write: Blog . objects . filter ( entry__headline__ ... ies from 2008 contained "Lennon" . The first query would not return any blogs, but the second query would r ... . create ( ... blog = pop , ... headline = 'Lennon Would Have Loved Hip Hop' , ... pub_date = date ( 2020 , ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t time. Here's some pseudocode explaining how this would work for a dynamically generated web page: given a ... outing purposes. For example, the following router would direct all cache read operations to cache_replica ... ch change at different intervals. In this case, it would not be ideal to use the full-page caching that the ... te or per-view cache strategies offer, because you wouldn't want to cache the entire result (since some of ...
https://man.plustar.jp/django/topics/cache.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Example requests: A request to /articles/2005/03/ would match the third entry in the list. Django would ca ... ive(request, year=2005, month=3) . /articles/2003/ would match the first pattern in the list, not the secon ... ng to insert special cases like this. Here, Django would call the function views.special_case_2003(request) ... /articles/2003 would not match any of these patterns, because each patt ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT