Jon Dufresne
b903bb438f
Refs #30485 -- Removed non-representative test that emitted a warning.
...
Previously, when running the Django test suite with warnings enabled,
the following was emitted:
/usr/lib64/python3.7/urllib/parse.py:915: BytesWarning: str() on a bytearray instance
v = quote_via(str(v), safe, encoding, errors)
This occurred due to the bytearray() being passed to
urllib.parse.urlencode() which eventually calls str() on it. The test
does not represent desired real world behavior. Rather than test for and
assert strange unspecified behavior that emits a warning, remove it.
This was also discussed in PR #11374 .
2019-06-19 13:03:52 +02:00
..
2019-01-17 16:22:14 +01:00
2019-04-26 11:31:06 +02:00
2018-12-31 10:47:32 -05:00
2019-04-25 15:09:07 +02:00
2019-01-02 18:18:19 -05:00
2019-06-04 10:27:12 +02:00
2018-11-27 09:49:02 -05:00
2019-03-25 17:34:53 -04:00
2019-04-26 11:31:06 +02:00
2019-06-14 18:20:29 +02:00
2019-06-14 18:20:29 +02:00
2019-06-03 11:36:12 +02:00
2019-06-10 19:48:53 +02:00
2019-01-14 14:39:46 -05:00
2019-03-21 18:48:41 -04:00
2019-01-13 20:33:47 -05:00
2019-06-14 18:20:29 +02:00
2019-04-29 14:20:17 +02:00
2019-05-12 07:05:24 +02:00
2019-01-30 15:31:56 -05:00
2019-02-14 19:57:38 -05:00
2019-05-02 09:13:20 +02:00
2018-12-31 10:47:32 -05:00
2019-01-12 09:50:20 -05:00
2019-06-06 12:09:01 +02:00
2019-01-10 19:11:21 -05:00
2019-01-28 11:15:06 -05:00
2018-12-27 19:34:14 -05:00
2019-02-06 22:00:32 -05:00
2019-04-29 08:05:07 +02:00
2019-06-13 09:29:43 +02:00
2019-01-09 10:58:37 -05:00
2019-04-18 08:10:31 +02:00
2019-05-13 07:25:42 +02:00
2018-11-27 09:35:17 -05:00
2018-11-27 09:35:17 -05:00
2019-05-03 07:37:37 +02:00
2019-05-03 13:49:02 +02:00
2019-02-06 13:48:39 -05:00
2019-01-31 12:53:36 -05:00
2019-03-15 19:27:57 -04:00
2019-01-28 11:15:06 -05:00
2019-05-07 14:47:50 +02:00
2019-04-14 16:14:14 +02:00
2019-04-14 16:14:14 +02:00
2018-12-27 19:34:14 -05:00
2018-12-31 10:47:32 -05:00
2018-11-27 09:48:22 -05:00
2019-06-18 11:38:51 +02:00
2019-01-17 10:52:19 -05:00
2019-04-17 07:16:04 +02:00
2019-05-31 18:11:55 +02:00
2019-06-04 20:09:07 -04:00
2019-01-17 10:52:19 -05:00
2018-11-27 09:35:17 -05:00
2019-06-12 12:59:02 +02:00
2019-01-03 21:21:55 -05:00
2019-03-29 09:43:49 -04:00
2019-06-10 08:46:11 +02:00
2019-06-11 20:34:59 +02:00
2019-01-29 15:42:57 -05:00
2019-05-24 09:04:27 +02:00
2019-03-13 10:24:28 -04:00
2019-05-01 11:51:27 +02:00
2019-04-24 13:09:29 +02:00
2019-05-21 07:25:09 +02:00
2018-12-27 19:34:14 -05:00
2019-05-31 16:19:11 +02:00
2019-04-29 08:05:07 +02:00
2018-11-27 09:35:17 -05:00
2019-01-15 11:12:17 -05:00
2019-01-15 11:12:17 -05:00
2018-11-27 09:48:22 -05:00
2019-06-13 17:29:58 +02:00
2018-11-27 08:58:44 -05:00
2019-05-07 09:02:06 +02:00
2019-05-21 10:11:22 +02:00
2019-03-28 10:18:30 +01:00
2018-12-31 10:47:32 -05:00
2019-03-20 20:15:34 -04:00
2018-12-31 10:47:32 -05:00
2019-04-30 12:32:27 +02:00
2019-06-07 06:04:56 +02:00
2019-06-04 08:28:49 +02:00
2018-12-27 19:34:14 -05:00
2019-01-02 18:18:19 -05:00
2019-01-14 16:16:30 -05:00
2019-01-30 10:19:48 -05:00
2019-03-02 12:19:21 +01:00
2018-12-15 18:51:59 -05:00
2019-03-20 11:05:26 -04:00
2019-01-17 11:14:07 -05:00
2019-02-07 19:56:47 -05:00
2018-11-27 09:35:17 -05:00
2018-12-27 19:34:14 -05:00
2019-05-24 10:54:05 +02:00
2018-11-27 09:35:17 -05:00
2019-01-21 17:02:15 -05:00
2019-05-31 07:38:48 +02:00
2018-11-27 09:35:17 -05:00
2019-05-28 10:05:50 +02:00
2019-05-16 21:39:55 +02:00
2019-02-09 16:27:32 -05:00
2018-11-27 09:48:22 -05:00
2018-12-31 10:47:32 -05:00
2019-06-19 12:11:28 +02:00
2018-11-27 09:35:17 -05:00
2018-12-31 10:47:32 -05:00
2019-05-09 16:26:52 +02:00
2019-05-16 15:42:32 +02:00
2018-12-31 10:47:32 -05:00
2019-05-17 12:07:27 +02:00
2018-11-27 09:35:17 -05:00
2019-05-21 14:15:43 +02:00
2019-04-29 08:47:33 +02:00
2018-11-27 09:35:17 -05:00
2019-05-03 10:48:18 +02:00
2019-02-14 10:04:55 -05:00
2019-05-21 08:50:09 +02:00
2019-03-05 09:52:08 -05:00
2019-01-17 10:50:25 -05:00
2018-11-27 08:58:44 -05:00
2019-02-06 13:48:39 -05:00
2018-11-27 09:35:17 -05:00
2019-01-10 19:11:21 -05:00
2019-06-03 13:11:55 +02:00
2019-05-06 15:10:54 +02:00
2018-11-27 09:49:02 -05:00
2019-06-11 20:18:36 +02:00
2019-03-15 19:27:57 -04:00
2019-06-07 06:40:15 +02:00
2019-04-30 16:20:51 +02:00
2019-04-30 16:20:51 +02:00
2019-05-24 07:29:42 +02:00
2019-04-08 08:59:17 +02:00
2019-01-30 10:19:48 -05:00
2019-02-14 18:58:08 -05:00
2018-12-10 09:28:49 -05:00
2019-06-17 12:38:04 +02:00
2019-03-15 19:27:57 -04:00
2019-04-30 10:48:30 +02:00
2019-06-19 13:03:52 +02:00
2018-11-27 09:35:17 -05:00
2019-06-07 07:51:45 +02:00
2018-12-31 10:47:32 -05:00
2019-04-18 14:41:15 +02:00
2019-05-31 07:01:12 +02:00