Skip to content

Commit 02ecf61

Browse files
committed
Merge remote branch 'jweyrich/master'
2 parents 0597d24 + 5d3017f commit 02ecf61

File tree

21 files changed

+29
-29
lines changed

21 files changed

+29
-29
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008, Michael Elsdörfer <http://elsdoerfer.name>
1+
Copyright (c) 2008, Michael Elsdörfer <http://elsdoerfer.name>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -24,4 +24,4 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2424
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2525
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
2626
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27-
POSSIBILITY OF SUCH DAMAGE.
27+
POSSIBILITY OF SUCH DAMAGE.

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README
2-
include LICENSE
3-
include MANIFEST.in
4-
recursive-include tests *.py
1+
include README
2+
include LICENSE
3+
include MANIFEST.in
4+
recursive-include tests *.py

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django-tables - a Django QuerySet renderer.
2-
3-
Documentation:
4-
http://elsdoerfer.name/docs/django-tables/
1+
django-tables - a Django QuerySet renderer.
2+
3+
Documentation:
4+
http://elsdoerfer.name/docs/django-tables/

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ have subclasses for each model class, even if it just redirects to use the
117117
correct filter class;
118118

119119
If not using django-filter, we wouldn't have different filter types; filters
120-
would just hold the data, and each column would know how to apply it.
120+
would just hold the data, and each column would know how to apply it.

django_tables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from memory import *
55
from models import *
66
from columns import *
7-
from options import *
7+
from options import *

django_tables/app/templatetags/tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""
1+
"""
22
Allows setting/changing/removing of chosen url query string parameters,
33
while maintaining any existing others.
44
@@ -68,4 +68,4 @@ def do_seturlparam(parser, token):
6868
raise template.TemplateSyntaxError, "Argument syntax wrong: should be key=value"
6969
return SetUrlParamNode(qschanges)
7070

71-
register.tag('set_url_param', do_seturlparam)
71+
register.tag('set_url_param', do_seturlparam)

django_tables/columns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ class TextColumn(Column):
8282
pass
8383

8484
class NumberColumn(Column):
85-
pass
85+
pass

django_tables/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# raised instead.
1616
class DefaultOptions(object):
1717
IGNORE_INVALID_OPTIONS = True
18-
options = DefaultOptions()
18+
options = DefaultOptions()

docs/features/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This section will explain some specific features in more detail.
88
:maxdepth: 1
99

1010
ordering
11-
pagination
11+
pagination

docs/features/pagination.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Note that due to the abstraction layer that ``django-tables`` represents, it
4444
is not necessary to use Django's ``QuerySetPaginator`` with model tables.
4545
Since the table knows that it holds a queryset, it will automatically choose
4646
to use count() to determine the data length (which is exactly what
47-
``QuerySetPaginator`` would do).
47+
``QuerySetPaginator`` would do).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy