検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 225 for some (0.095 sec.)
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the Django 1.3 series. Host header poisoning ¶ Some parts of Django -- independent of end-user-written ... e HTTP Host header. Django's documentation has for some time contained notes advising users on how to conf ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango 1.8.1 fixes several bugs in 1.8 and includes some optimizations in the migrations framework. Bugfixe ... the option ( #24729 ). Fixed makemessages crash in some locales ( #23271 ). Fixed help text positioning of ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the Django 1.4 series. Host header poisoning ¶ Some parts of Django -- independent of end-user-written ... e HTTP Host header. Django's documentation has for some time contained notes advising users on how to conf ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... crafted file. Django's media upload handling poses some vulnerabilities when that media is served in ways ... all user uploaded file content, however, there are some other steps you can take to mitigate these attacks ... erve uploaded content (the MEDIA_URL setting) from something like usercontent-example.com . It's not suffi ... urity Project (OWASP) Top 10 list which identifies some common vulnerabilities in web applications. While ...
https://man.plustar.jp/django/topics/security.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th primary/replica (referred to as master/slave by some databases) replication, this strategy of creating ... : 'myproject' , 'HOST' : 'dbprimary' , # ... plus some other settings }, 'replica' : { 'ENGINE' : 'django ... , 'TEST' : { 'MIRROR' : 'default' , }, # ... plus some other settings } } In this setup, we have two data ... ation module of the database backend also provides some utilities that can be useful during testing. creat ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uration objects store metadata for an application. Some attributes can be configured in AppConfig subclass ... ction settings, manage.py test would still execute some queries against your production database! 注釈 In ... ready method is only called once by Django. But in some corner cases, particularly in tests which are fidd ... n configuration. トラブルシューティング ¶ Here are some common problems that you may encounter during init ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed missing CHECK SQL clauses which were omitted on some backends when not using migrations ( #23416 ). Fix ... oesn't define get_absolute_url() . Avoided masking some ImportError exceptions during application loading ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... written in project/app templates ¶ The addition of some Django template language syntax to the default app ... template in Django 1.9 means those files now have some invalid Python syntax. This causes difficulties fo ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release notes cover the new features , as well as some backwards incompatible changes you'll want to be a ... r earlier. We've begun the deprecation process for some features . 既存のプロジェクトをアップデートするとき ... the Origin header, if present. To facilitate this, some changes to the CSRF_TRUSTED_ORIGINS setting are re ... tions for ManyToManyField and ForeignKey fields in some cases. DeleteView changes ¶ DeleteView now uses Fo ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the history, and you might need those options in some data migrations later on (for example, if you've s ... at a time. When you make a migration that requires something else to run - for example, you add a ForeignK ... , ManyToManyField , etc.) to apps with migrations. Sometimes it may work, but it's not supported. マイグレ ... lly an app will have one initial migration, but in some cases of complex model interdependencies it may ha ...
https://man.plustar.jp/django/topics/migrations.html - [similar]