| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Added test for multipart, non form-data POST. | Senko Rasic | |
| Closes #9054. The bug itself is no longer present. | |||
| 2013-04-03 | Fixed #20038 -- Better error message for host validation. | Baptiste Mispelon | |
| 2013-04-01 | Fixed #20169 -- Ensured that the WSGI request's path is correctly based on ↵ | Julien Phalip | |
| the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review. | |||
| 2013-03-11 | Made transaction.managed a no-op and deprecated it. | Aymeric Augustin | |
| enter_transaction_management() was nearly always followed by managed(). In three places it wasn't, but they will all be refactored eventually. The "forced" keyword argument avoids introducing behavior changes until then. This is mostly backwards-compatible, except, of course, for managed itself. There's a minor difference in _enter_transaction_management: the top self.transaction_state now contains the new 'managed' state rather than the previous one. Django doesn't access self.transaction_state in _enter_transaction_management. | |||
| 2013-02-28 | Fixed tests broken in 2ee21d9. | Aymeric Augustin | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
