検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 161 for would (0.063 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onto all databases in the first example above, you would need to call: $ ./manage.py migrate $ ./manage.py ... time you run migrate . Omitting the database name would raise an error. For the second example: $ ./manage ... other order, PrimaryReplicaRouter.allow_migrate() would be processed first. The catch-all nature of the Pr ... imaryReplicaRouter implementation would mean that all models would be available on all dat ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d argument. Here's what the relevant URLconf lines would look like for the example above: from django.contr ... Google news sitemaps . Assuming Sitemap's items() would return a list of items with publication_data and a ... tags field something like this would generate a Google News compatible sitemap: <?xml v ... ceptions. pass A more efficient solution, however, would be to call ping_google() from a cron script, or so ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pending HTTP_ . For instance, a header X-Auth-User would become HTTP_X_AUTH_USER in the WSGI environ (and t ... at a time. Therefore, a big file with no newlines would result in memory usage equal to the size of that f ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... any middleware that accessed the content attribute would consume the iterator prematurely. You can now expl ... exception will now be raised. Previously, the call would have been permitted, but would have failed as soon ... art/form-data or application/x-www-form-urlencoded would still end up represented in the request.POST attri ... ress instead of your username, the admin interface would provide a warning advising that your email address ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pending HTTP_ . For instance, a header X-Auth-User would become HTTP_X_AUTH_USER in the WSGI environ (and t ... at a time. Therefore, a big file with no newlines would result in memory usage equal to the size of that f ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g a comment made from an IPv6 address, the address would be silently truncated on MySQL databases, and rais ... ld style reset links. Using the example above, you would modify the existing url by replacing django.contri ... ere isn't an inherent vulnerability in Django that would cause it to leak), the attacker could insert a str ... a blank value in a field which did not allow null would cause a database exception at runtime. If a NoReve ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ySet.values() now raises an error (before that, it would either result in a database error or incorrect dat ... ou may find instances of ValidationError where you would have previously found strings. Also if you directl ... oo').select_related('bar') . Previously the latter would have been equivalent to select_related('bar') . Ge ... viously, with the memcache backend, a TIMEOUT of 0 would set non-expiring keys, but this was inconsistent w ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntry associated with that blog. One way to do this would be: def latest_entry ( request , blog_id ): return ... you want to test both preconditions. However, this would lead to incorrect behavior. # Bad code. Don't do t ... onse is not modified even if the second decorators would determine otherwise. The condition decorator uses ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 6141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion ( 'No database access allowed here.' ) And it would be used in a view to block queries from the templa ... ueries . append ( current_query ) To use this, you would create a logger object and install it as a wrapper ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6015
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... idered an application and have models, etc. (which would require adding it to INSTALLED_APPS ). アプリケーシ ... arate from the production settings, manage.py test would still execute some queries against your production ... you need gettext_lazy() instead. (Using gettext() would be a bug, because the translation would happen at ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT