Changes between Version 2 and Version 3 of Ticket #23606, comment 6
- Timestamp:
- Oct 14, 2014, 3:29:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23606, comment 6
v2 v3 1 While I was adding the notes in the https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#django.test.RequestFactory docs, I noticed that the django.test.Client, that subtypes the RequestFactory, does not implemenent the trace()method either. We would probably need to implement this method in the test client also.1 While I was adding the notes in the https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#django.test.RequestFactory docs, I noticed that the `django.test.Client`, that subtypes the `RequestFactory`, does not implemenent the `trace()` method either. We would probably need to implement this method in the test client also. 2 2 3 3 What is the suggested course of action?