Changes between Version 1 and Version 2 of Ticket #23606, comment 6
- Timestamp:
- Oct 14, 2014, 3:28:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23606, comment 6
v1 v2 1 While I was adding the notes in the (django.test.RequestFactory)[https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#django.test.RequestFactory], 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?