Now that the files lack a BOM, some need a coding declaration. 0.2.1 0.3
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 26 Nov 2010 12:15:14 +0000 (13:15 +0100)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 26 Nov 2010 12:15:14 +0000 (13:15 +0100)
django_tables/app/templatetags/tables.py
tests/test_templates.py

index ba1922ea2e589ad011a9874084060844afedd570..f081ab474a768f1acdd0b25122f4b2710e7aa1a6 100644 (file)
@@ -1,3 +1,4 @@
+# coding: utf8
 """
 Allows setting/changing/removing of chosen url query string parameters,
 while maintaining any existing others.
index a8b04a8a7901ea52e692bd7c8ab975b3a424bae0..50f4dcb6a53419dd579c860dbcbb60f9d9ad7b6f 100644 (file)
@@ -1,3 +1,4 @@
+# coding: utf8
 """Test template specific functionality.
 
 Make sure tables expose their functionality to templates right. This