Peter Fogg
d74bb36634
Fix updating immutable request dictionary.
...
Django's `QueryDict`s are immutable during normal running, and so they
must be copied if any updates are to be made to them. In testing,
though, `request.DATA._mutable` is `True`, so tests can falsely pass.
2015-06-10 11:15:02 -04:00
..
2015-06-06 08:48:36 -04:00
2015-05-15 23:31:01 +05:00
2015-06-08 16:08:27 -04:00
2015-06-09 15:11:48 -04:00
2015-02-19 19:56:51 -08:00
2015-05-07 09:17:26 -04:00
2015-06-03 17:14:21 -04:00
2015-05-13 06:58:02 -04:00
2015-06-08 15:18:39 -04:00
2015-06-09 11:49:57 -04:00
2015-06-06 08:48:36 -04:00
2015-06-06 08:48:36 -04:00
2015-06-09 09:33:17 -04:00
2015-06-08 16:08:27 -04:00
2015-06-08 15:18:39 -04:00
2015-03-20 15:48:54 -04:00
2015-06-08 16:08:27 -04:00
2015-06-04 20:50:04 +02:00
2015-06-04 20:50:04 +02:00
2015-03-17 07:10:31 -04:00
2015-03-20 15:48:54 -04:00
2015-05-22 15:05:11 -04:00
2015-06-08 23:01:43 -04:00
2015-04-28 10:23:10 -04:00
2015-06-02 09:47:13 -04:00
2015-06-08 15:18:39 -04:00
2015-04-30 07:43:08 -04:00
2015-03-14 13:35:18 -07:00
2015-03-16 23:34:35 -04:00
2015-06-08 15:18:39 -04:00
2014-09-17 11:25:00 -04:00
2015-06-04 09:20:12 -04:00
2015-06-06 08:48:36 -04:00
2015-03-17 07:10:31 -04:00
2015-06-06 08:48:36 -04:00
2015-05-15 17:07:14 +05:00
2015-04-27 10:24:47 -04:00
2015-06-10 11:15:02 -04:00
2015-06-10 11:19:51 +05:00
2015-05-20 15:07:27 -04:00
2014-12-12 21:45:21 -05:00