mirror of
https://github.com/django/django.git
synced 2025-02-23 07:55:07 +00:00
All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review.