| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-18 | [1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose. | Tim Graham | |
| Thanks margieroginski for the suggestion. Backport of 893198509e from master | |||
| 2013-09-03 | [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| Conflicts: django/db/backends/oracle/base.py django/db/backends/sqlite3/base.py django/db/models/base.py Backport of 365c3e8b from master. | |||
| 2013-04-26 | Fixed #20321 -- Added missing key name in MergeDict KeyError message | Claude Paroz | |
| Thanks mark.harviston et gmail.com for the report. | |||
| 2013-04-19 | Fixed #20276 -- Implemented __bool__ for MergeDict | Anton Baklanov | |
| MergeDict evaluates now to False if all contained dicts are empty. Thanks til for the report and the initial patch. | |||
| 2013-04-12 | Modified utils_tests for unittest2 discovery. | Preston Timmons | |
