More refactoring: Custom table classes now don't need to assign to the _snapshot...
authorMichael Elsdörfer <michael@elsdoerfer.info>
Wed, 24 Mar 2010 17:10:03 +0000 (18:10 +0100)
committerMichael Elsdörfer <michael@elsdoerfer.info>
Wed, 24 Mar 2010 17:10:03 +0000 (18:10 +0100)
commit3c71f8dd338d0116408bebb58358f6edf9df7c59
tree70cc6d02e72841b0a53bd7b4b6f5f1a4997beafa
parentee4caaeb62eabadd8891265946dbbd5ded797b7a
More refactoring: Custom table classes now don't need to assign to the _snapshot argument directly, but can simply return their snapshot.
django_tables/base.py
django_tables/memory.py
django_tables/models.py