Mercurial > personas_backend
changeset 14:c0f6c19a4245
Added to a doctest.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 15 Feb 2008 05:31:46 -0600 |
parents | 6e2a56299559 |
children | e64d3f433aaf |
files | PersonasBackend/personas/models.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/PersonasBackend/personas/models.py Fri Feb 15 05:25:22 2008 -0600 +++ b/PersonasBackend/personas/models.py Fri Feb 15 05:31:46 2008 -0600 @@ -301,6 +301,7 @@ >>> print p.update_interval None >>> p.update_interval = datetime.timedelta(minutes=5) + >>> p.description = "This is a great test." >>> p.save() >>> p.url = "http://www.test.com" >>> p.save()