8000 Now that the files lack a BOM, some need a coding declaration. · vincentleeuwen/django-tables@349d1a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 349d1a3

Browse files
committed
Now that the files lack a BOM, some need a coding declaration.
1 parent 80d052d commit 349d1a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

django_tables/app/templatetags/tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding: utf8
12
"""
23
Allows setting/changing/removing of chosen url query string parameters,
34
while maintaining any existing others.

tests/test_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding: utf8
12
"""Test template specific functionality.
23
34
Make sure tables expose their functionality to templates right. This

0 commit comments

Comments
 (0)
0