検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for requests (0.041 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 7997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y been on resolving smaller, long-standing feature requests, but that hasn't prevented a few fairly significan ... take the request query string into account on GET requests. Finally, support for pylibmc has been added to th ... n on adding lots of smaller, long standing feature requests. These include: Improved tools for accessing and m ... the sites framework . A RequestFactory for mocking requests in tests. A new test assertion -- assertNumQueries ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o a particular session and then serve that data to requests with a different session, or no session at all. Th ... eader to ensure caches do not serve cached data to requests from other sessions. However, older versions of In ... the Cache-Control header for all Internet Explorer requests with a Content-Disposition header have also been r ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o a particular session and then serve that data to requests with a different session, or no session at all. Th ... eader to ensure caches do not serve cached data to requests from other sessions. However, older versions of In ... the Cache-Control header for all Internet Explorer requests with a Content-Disposition header have also been r ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 7801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e community can contribute code to Django via pull requests. If you're interested in how mergers handle them, ... nce: "all tests pass under SQLite and MySQL". Pull requests at GitHub have only two states: open and closed. T ... force-push: git push origin ticket_xxxxx Your pull request should now contain the new commit too. Note that th ... atches. Those patches will typically exist as pull requests on GitHub and can be easily integrated into your l ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 7801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o a particular session and then serve that data to requests with a different session, or no session at all. Th ... eader to ensure caches do not serve cached data to requests from other sessions. However, older versions of In ... the Cache-Control header for all Internet Explorer requests with a Content-Disposition header have also been r ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eware to set the ETag header. When the client next requests the same resource, it might send along a header su ... ecorator is useful for more than only GET and HEAD requests ( HEAD requests are the same as GET in this situat ... used to provide checking for POST , PUT and DELETE requests. In these situations, the idea isn't to return a " ... between setting a validator header in response to requests made with PUT versus POST . Comparison with middle ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 7709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n GitHub, patches are provided in the form of pull requests. When committing a pull request, make sure each in ... Contributors are expected to provide the best pull requests possible. In practice however, mergers - who will ... structions. If you find yourself checking out pull requests locally more often, this git alias will be helpful ... Beware of merges of upstream branches in the pull requests. Tests should pass and docs should build after eac ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 7500
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt any combination of synchronous and asynchronous requests. Django will adapt requests to fit the middleware' ... middleware is capable of handling only synchronous requests. To change these assumptions, set the following at ... ndicating if the middleware can handle synchronous requests. Defaults to True . async_capable is a boolean ind ... icating if the middleware can handle asynchronous requests. Defaults to False . If your middleware has both s ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の動作を有効化したい各データベースの設定で、 ATOMIC_REQUESTS を True にセットしてください。 これは、次のように動 ... レートレスポンスのレンダリングを実行します。 ATOMIC_REQUESTS が有効な場合、ビューがトランザクション内で実行する ... のを防ぐことができます。 non_atomic_requests ( using = None ) [ソース] ¶ このデコレータは、与え ... られたビューのために ATOMIC_REQUESTS を無効化します。 from django.db import transaction ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 7304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w ¶ Unfortunately, not all bug reports and feature requests in the ticket tracker provide all the required det ... prior to being committed. There are a lot of pull requests. It can take a while for your patch to get reviewe ... eep track of high-level ideas or long term feature requests. These tickets are uncommon and overall less usefu ... e concrete actionable issues. They are enhancement requests that we might consider adding someday to the frame ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT