Convert files to UNIX EOL and remove BOM.
[django-tables2.git] / docs / features / pagination.rst
index 30217c1ae5a450cb621ee06447238e84f33634ee..7640ffe57bfff6235933784319f3416b54ab17bb 100644 (file)
@@ -44,4 +44,4 @@ Note that due to the abstraction layer that ``django-tables`` represents, it
 is not necessary to use Django's ``QuerySetPaginator`` with model tables.
 Since the table knows that it holds a queryset, it will automatically choose
 to use count() to determine the data length (which is exactly what
-``QuerySetPaginator`` would do).
\ No newline at end of file
+``QuerySetPaginator`` would do).