File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ For example:
660
660
.. code-block :: python
661
661
662
662
from django_tables2.views import SingleTableMixin
663
- from django.generic. views.list import ListView
663
+ from django.views.generic .list import ListView
664
664
665
665
666
666
class Simple (models .Model ):
@@ -692,8 +692,8 @@ when one isn't explicitly defined.
692
692
.. note ::
693
693
694
694
If you want more than one table on a page, at the moment the simplest way
695
- to do it is to use ``SimpleTableMixin `` for one table , and write the
696
- boilerplate for the other yourself in ``get_context_data() ``. Obviously
695
+ to do it is to use ``SimpleTableMixin `` for one of the tables , and write
696
+ the boilerplate for the other yourself in ``get_context_data() ``. Obviously
697
697
this isn't particularly elegant, and as such will hopefully be resolved in
698
698
the future.
699
699
You can’t perform that action at this time.
0 commit comments