annotate gpp/core/models.py @ 182:5c889b587416

Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:41:11 +0000
parents 91fd31dc78fb
children 423c39ee44e0
rev   line source
gremmie@1 1 """
bgneal@37 2 This file contains the core Models used in gpp
bgneal@37 3 (None at this time).
gremmie@1 4 """
gremmie@1 5