mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings.
This commit is contained in:
committed by
Tim Graham
parent
4249076844
commit
24959e48d9
@@ -183,7 +183,9 @@ Templates
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
* The new :meth:`.SimpleTestCase.assertURLEqual` assertion checks for a given
|
||||
URL, ignoring the ordering of the query string.
|
||||
:meth:`~.SimpleTestCase.assertRedirects` uses the new assertion.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
Reference in New Issue
Block a user