検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 320 for not (0.111 sec.)
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.6.3 release notes ¶ April 21, 2014 Django 1.6.3 fixes several bugs ... on the current URL patterns, meaning developers do not need to change other code when making changes to U ... s request to a given page is by a client which did not have a CSRF cookie, the cache framework will also ... e the same nonce to other anonymous clients who do not have a CSRF cookie. This can allow an attacker to ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.7.3 release notes ¶ January 13, 2015 Django 1.7.3 fixes several se ... Unfortunately, this means that the WSGI environ cannot distinguish between headers containing dashes and ... now does the same. Django's development server is not recommended for production use, but matching the b ... the file in chunks to prevent large memory usage. Note, however, that this view has always carried a war ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ations or migrate ) is a best-efforts promise, and not a guarantee; any other apps that need to be used t ... cies correct will be. Apps without migrations must not have relations ( ForeignKey , ManyToManyField , et ... s with migrations. Sometimes it may work, but it's not supported. マイグレーションファイル ¶ Migrations a ... ause the tables it wants to create already exist.) Note that this only works given two things: You have n ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.7.6 release notes ¶ March 9, 2015 Django 1.7.6 fixes a security is ... the former were correctly escaped, the latter were not. Thus untrusted content could be injected into the ... ry model attribute used in readonly_fields that is not an actual model field (e.g. a property ) will fail ... to be escaped even if that attribute is not marked as safe. In this release, autoescaping is n ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... forms for the inline. Submitting these forms would not allow direct edits to the parent model, but would ... a user who lacks permission to edit a model should not be able to trigger its save-related signals. To re ... for a parent model, the entire displayed form will not be editable, even if the user has permission to ed ... to allow editing of inlines in the admin form of an otherwise view-only parent model. Given the complexi ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 3.1.2 release notes ¶ October 1, 2020 Django 3.1.2 fixes several bug ... e FileField instances with a callable storage were not correctly deconstructed ( #31941 ). Fixed a regres ... ned incorrectly True for GROUP BY queries (e.g. .annotate().values() ) on models with Meta.ordering . A m ... sh if it contained an aggregation and a Q object annotation ( #32007 ). Fixed a bug in Django 3.1 where a ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ea will often bring about improved performance in another, but not always; sometimes one can even be at t ... he expense of another. For example, an improvement in a program's spe ... ct the portability or maintainability of the code. Not all performance improvements are worth the effort. ... することでさえ可能です。 Implementing caching should not be regarded as an alternative to improving code th ...
https://man.plustar.jp/django/topics/performance.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 5246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y that contains such an application callable. It's not used by the development server ( runserver ), but ... sync handler you must be aware of async-safety. Do not call blocking synchronous functions or libraries i ... from doing this with the parts of Django that are not async-safe, but the same may not be true of third- ... ¶ To apply ASGI middleware, or to embed Django in another ASGI application, you can wrap Django's applica ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 2.2 that caused a single instance fast-delete to not set the primary key to None ( #30330 ). Prevented ... jango 2.2 where SearchVector generates SQL that is not indexable ( #30385 ). Fixed a regression in Django ... ion to be raised when a custom error handler could not be imported ( #30318 ). Relaxed the system check a ... ixed a regression in Django 2.2 where changes were not reliably detected by auto-reloader when using Stat ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 5246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... forms for the inline. Submitting these forms would not allow direct edits to the parent model, but would ... a user who lacks permission to edit a model should not be able to trigger its save-related signals. To re ... for a parent model, the entire displayed form will not be editable, even if the user has permission to ed ... to allow editing of inlines in the admin form of an otherwise view-only parent model. Given the complexi ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT