Merge branch 'development'
[django-tables2.git] / django_tables2 / views.py
similarity index 97%
rename from django_tables/views.py
rename to django_tables2/views.py
index 886ffe307cce831059e91684f49174e1d1b567f6..ca58560680f868512db27e455029cf57af4ecd6b 100644 (file)
@@ -9,7 +9,7 @@ class SingleTableMixin(object):
     ``TemplateResponseMixin``.
 
     :param table_class: table class
-    :type table_class: subclass of ``django_tables.Table``
+    :type table_class: subclass of ``django_tables2.Table``
 
     :param table_data: data used to populate the table
     :type table_data: any compatible data source