agdj/blog/models.py
Sun Feb 01 01:35:02 2009 -0500 Switch to date-based URLs everywhere except the feed URLs of old posts, so I don't spam everyone's feedreader.
Tue Dec 02 09:19:46 2008 -0500 Remove an old, unused template and some class attrs that are no longer used.
Tue Dec 02 09:10:32 2008 -0500 Allow IP to be blank for 48 early comments submitted before I was tracking them.
Mon Oct 27 11:34:09 2008 -0400 Flesh out the admins.
Tue Oct 14 09:51:14 2008 -0400 Fix the spam counting.
Tue Oct 14 09:46:27 2008 -0400 Show the spam count of posts.
Tue Sep 16 12:21:46 2008 -0400 Fix an ImportError.
Tue Sep 16 12:20:29 2008 -0400 Make caching for the post better - updates on write.
Tue Sep 02 07:55:54 2008 -0400 Fix my .save() signature.
Sat Aug 30 13:39:10 2008 -0400 Fix a property shadowing
Thu Aug 28 14:06:59 2008 -0400 More general code improvements - docstrings, managers, adding small features.
Thu Aug 28 12:47:50 2008 -0400 Add Djangofied ordering, remove the mixin-based one, remove the mixin class, add a docstring.
Thu Jul 24 11:14:10 2008 -0400 Docstrings for the feeds module, add a Meta property.
Thu Jul 24 07:07:00 2008 -0400 Add a couple docstrings.
Thu Jul 24 06:58:59 2008 -0400 Clean up and comment my models module, and spin off a managers module.
Thu Jul 24 05:41:47 2008 -0400 Keep trying to get the admin working. I think code non-reloading is to blame.
Thu Jul 24 05:36:18 2008 -0400 PEP8ify my models.
Thu Jun 12 14:19:00 2008 -0400 Add djwebdir in.
Wed May 21 22:56:02 2008 -0400 Ditto.
Wed May 21 22:28:10 2008 -0400 Admitting that the blog app will never be standalone: move it to a subdirectory of agdj as well.