検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 331 for using (0.116 sec.)
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sure and can be a vector for cache poisoning. When using Django sessions, Django will set a Vary: Cookie he ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... opped after the test suite completes, but not when using the manage.py test --keepdb option or if the user ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rve() ¶ A maliciously crafted URL to a Django site using the serve() view could redirect to any other domai ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts, potentially filling up the session store or causing other users' session records to be evicted. The Se ... QuerySet.raw() so InvalidQuery is not raised when using the db_column name of a ForeignKey field with prim ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ral bugs in 1.8.5. Bugfixes ¶ Fixed a regression causing ModelChoiceField to ignore prefetch_related() on i ... ion idempotent on SQLite ( #25517 ). Avoided a confusing stack trace when starting runserver with an invali ... s prevents any models generated in data migrations using QuerySet.defer() from leaking to test and applicat ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... opped after the test suite completes, but not when using the manage.py test --keepdb option or if the user ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rve() ¶ A maliciously crafted URL to a Django site using the serve() view could redirect to any other domai ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 't implement path() ( #26297 ). Fixed a crash when using a reverse lookup with a subquery when a ForeignKey ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 3.1 that caused a crash of __in lookup when using key transforms for JSONField in the lookup value ( ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
モデル — Django 4.0.6 ドキュメント 3979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oreign keys Django should use for the relationship using ManyToManyField.through_fields . If you have more ... h normal many-to-many relationships, you can query using the attributes of the many-to-many-related model: ... QuerySet [ < Group : The Beatles > ] > As you are using an intermediate model, you can also query on its a ... t necessarily called when deleting objects in bulk using a QuerySet or as a result of a cascading delete . ...
https://man.plustar.jp/django/topics/db/models.html - [similar]