The tutorial lists sample code for the "polls/test.py" using the function
name assertQuerySetEqual - this should be assertQuerysetEqual . (Wrong
case for the S of Set).
The sample code is not working without fixing this error.
--
Ticket URL: <https://code.djangoproject.com/ticket/34476>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
You're using the incorrect version of the tutorial for the version of
Django you have installed. The parameter was renamed to
`assertQuerySetEqual` in Django 4.2
--
Ticket URL: <https://code.djangoproject.com/ticket/34476#comment:1>