Skip to content

Conversation

adamchainz
Copy link
Contributor

I have made things!

This attribute is described in the docs for Client.get() and post(): https://docs.djangoproject.com/en/4.1/topics/testing/tools/#django.test.Client.get . It's existed since before Django 1.8.

It's conditionally attached by _handle_redirects: https://github.com/django/django/blob/166a3b32632c141541d1c3f0eff18e1d8b389404/django/test/client.py#L960 , only when follow-True, but I think it's not worth the effort of an @overload to represent this.

Related issues

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants