log

age author description
Fri, 15 Feb 2008 05:31:46 -0600 Atul Varma Added to a doctest.
Fri, 15 Feb 2008 05:25:22 -0600 Atul Varma Fixed the failig doctest from my last commit.
Fri, 15 Feb 2008 05:15:00 -0600 Atul Varma Added a resolve() method to the Revision model. There is one doctest that's currently failing, which reflects a flaw in my design of the model; I'll fix this soon.
Fri, 15 Feb 2008 04:26:39 -0600 Atul Varma Very minor code style fix.
Fri, 15 Feb 2008 04:24:00 -0600 Atul Varma Added some meta information to models, made save() method of Revision raise an error if client code attempts to modify a revision.
Thu, 14 Feb 2008 23:28:48 -0600 Atul Varma Added an initial_data fixture.
Thu, 14 Feb 2008 23:13:16 -0600 Atul Varma Added a unit test, refactored a commit function into the save method of the Persona model class.
Thu, 14 Feb 2008 19:08:23 -0600 Atul Varma Decided to use a separate table for persona revisions after all. Tested this model out manually and it seems to work okay.
Thu, 14 Feb 2008 17:58:31 -0600 Atul Varma Added personas as an app to PersonasBackend. Also unified the RevisionHistory model into Persona.
Thu, 14 Feb 2008 16:18:41 -0600 Atul Varma Created a basic Django model for personas; it's entirely untested, however, so it may even have syntax errors in it.
Thu, 14 Feb 2008 10:57:09 -0600 Atul Varma Added .hgignore file.
Thu, 14 Feb 2008 10:51:58 -0600 Atul Varma Moved design-notes.txt into a new notes directory.
Thu, 14 Feb 2008 10:46:37 -0600 Atul Varma Added personas app.
Wed, 13 Feb 2008 14:53:38 -0600 Atul Varma Added basic settings for development use, added design notes.
Wed, 13 Feb 2008 14:26:51 -0600 Atul Varma Origination; files auto-generated by Django 0.96.1's 'django-admin.py startproject' command.