log apps/snippet/models.py @ 205:c13a3ab314ab

age author description
Fri, 19 Jul 2013 22:40:25 +0500 Ahsan Ali Shahid Added RatingField import and fixed an html tag in snippet template
Fri, 19 Jul 2013 22:11:52 +0500 Ahsan Ali Shahid modified snippets model file to add rating field. This series of updates should be applied carefully and south should be used so that it can add additional fields into the database without resetting the database
Mon, 15 Oct 2012 00:52:00 -0400 dellsystem Bundles! (basic functionality)
Sat, 29 Sep 2012 21:31:17 -0400 dellsystem Hide snippets created by anonymous users
Tue, 11 Sep 2012 20:50:06 -0400 dellsystem Remove unnecessary import from snippet models.py
Fri, 31 Aug 2012 02:53:22 -0400 dellsystem Updates to snippet functionality (see details)
Fri, 31 Aug 2012 02:32:30 -0400 dellsystem Reorder imports in some python files
Fri, 31 Aug 2012 02:29:59 -0400 dellsystem Add a get_title() method to the Snippet model
Fri, 31 Aug 2012 02:28:57 -0400 dellsystem Move choices for lexer field from SnippetForm to Snippet
Fri, 31 Aug 2012 01:50:39 -0400 dellsystem Add some blank lines where relevant
Mon, 07 Feb 2011 04:43:09 -0600 Jordi Gutiérrez Hermoso Tie snippets to their authors, enable a couple more lexer languages
Sat, 31 Jul 2010 19:17:11 -0500 Jordi Gutiérrez Hermoso Format code for 80 columns, add some js to static/ dir
Thu, 29 Jul 2010 00:25:30 -0500 Jordi Gutiérrez Hermoso Copy preliminary django-paste code for snippets along with mptt. Works clunkily. Still need to adapt it for Agora.
Wed, 30 Jun 2010 11:19:32 -0500 Jordi Gutiérrez Hermoso Register more apps in the admin site, write an actual template for the user profile page
Wed, 30 Jun 2010 00:04:34 -0500 Jordi Gutiérrez Hermoso Implement initial profiles, cleanup models, change Free_license to FreeLicense
Fri, 25 Jun 2010 14:04:30 -0500 Jordi Gutiérrez Hermoso Define stub template and admin site
Fri, 25 Jun 2010 11:33:21 -0500 Jordi Gutiérrez Hermoso Define models
Fri, 25 Jun 2010 10:03:51 -0500 Jordi Gutiérrez Hermoso Start actual app structure