jieter / django-tables2

django-tables2 - An app for creating HTML tables
https://django-tables2.readthedocs.io/en/latest/
Other
1.86k stars 426 forks source link

request object in render_FOO methods moved? #912

Open keith-gray-powereng opened 1 year ago

keith-gray-powereng commented 1 year ago

I believe the request object is available at self.context.request instead of self.request as shown in the documentation. If it has moved, I would be happy to update the documentation to reflect the correct location.