検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 171 for we (0.063 sec.)
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 5698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ude new features, but in the case of Django 1.1.2, we have made an exception to this rule. Django 1.2 (t ... 1.2.X versions of Django with the same templates, we have decided to introduce the csrf_token template ... t has no effect on templates or form processing. However, it means that the same template will work with ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 5698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This issue doesn't affect Django currently, since we only put this URL into the Location response heade ... browsers seem to ignore JavaScript there. Browsers we tested also treat URLs prefixed with control chara ... tion to an unsafe target isn't a problem either. However, if a developer relies on is_safe_url() to prov ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 5641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with XMLHttpRequest. Therefore, for ease of use, we did not apply CSRF checks to requests that appeare ... of the X-Requested-With header. The Ruby on Rails web framework had a similar exemption. Recently, engi ... to provide custom HTTP headers on a request to any website. This can allow a forged request to appear to ... the Rails team brought this to our attention, and we were able to produce a proof-of-concept demonstrat ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0 should continue to work against 1.1 unchanged. However, we do sometimes make backwards-incompatible ch ... and there are a handful of such (minor) changes between Django 1.0 and Django 1.1. Before upgrading to D ... serve no differences as a result of this change. However, users on 64-bit platforms may experience some ... thentication. While not directly a security issue, we've decided to remove this middleware with the Djan ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5641
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... います。 Databases can have any alias you choose. However, the alias default has special significance. Dj ... ovided 'out of the box' on every Django project. However, if you want to implement more interesting data ... , obj2 , ** hints ) ¶ Return True if a relation between obj1 and obj2 should be allowed, False if the re ... perations to determine if a relation should be allowed between two objects. If no router has an opinion ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xc_value def __call__ ( self , func ): # Note that we are intentionally not using @wraps here for perfor ... exts # separate connections in case it's needed as well. There's no cleanup # after async contexts, thou ... gh, so we don't allow that if we can help it. thread_critica ... e_auto_created = False ): """Return app models allowed to be migrated on provided db.""" models = app_co ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he app just # doesn't have the module in question, we can ignore the error # attempting to import it, ot ... herwise we want it to bubble up. if module_has_submodule ( ap ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so a short explanation of the logic won't hurt: # We are trying to solve two problems: (1) access setti ... f these functions, don't break that reference when we # replace the functions with their real counterpar ... ts (once we do access the # settings). class Trans : """ The p ... find ( "_" ) if p >= 0 : return locale [: p ] . lower () + "-" + locale [ p + 1 :] . lower () else : re ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ide the best pull requests possible. In practice however, mergers - who will likely be more familiar wit ... can use GitHub's "Squash and merge" button on the website. Edit the commit message as needed to conform ... Example: "Fixed #123 -- Added whizbang feature.". We've rigged Trac so that any commit message in that ... it with the full commit message. For the curious, we're using a Trac plugin for this. 注釈 Note that th ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5574
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mergers handle them, see コードのコミット . Below, we are going to show how to create a GitHub pull requ ... a fully-ready pull request, you will make the reviewer's job easier, meaning that your work is more like ... s - that's what they are there for. If instead you were working for a fix on the 1.4 branch, you would d ... gical change in each, following the coding style , well-formed messages for each commit: a summary line ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT