| | 94 | Changes since the 0.95 release |
|---|
| | 95 | ============================== |
|---|
| | 96 | |
|---|
| | 97 | This release contains fixes for several bugs discovered after the |
|---|
| | 98 | initial release of Django 0.95; these include: |
|---|
| | 99 | |
|---|
| | 100 | * A patch for a small security vulnerability in the script |
|---|
| | 101 | Django's internationalization system uses to compile translation |
|---|
| | 102 | files. |
|---|
| | 103 | |
|---|
| | 104 | * A fix for a bug in Django's authentication middleware which |
|---|
| | 105 | could cause apparent "caching" of a logged-in user. |
|---|
| | 106 | |
|---|
| | 107 | * A patch which disables debugging mode in the flup FastCGI |
|---|
| | 108 | package Django uses to launch its FastCGI server, which prevents |
|---|
| | 109 | tracebacks from bubbling up during production use. |
|---|
| | 110 | |
|---|
| | 111 | Because these problems weren't discovered and fixed until after the |
|---|
| | 112 | 0.95 release, it's recommended that you use this release rather than |
|---|
| | 113 | the original 0.95. |
|---|
| | 114 | |
|---|