log apps/snippet/models.py @ 203:c5087ce140c9

age author description
2013-07-19 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
2012-10-15 dellsystem Bundles! (basic functionality)
2012-09-30 dellsystem Hide snippets created by anonymous users
2012-09-12 dellsystem Remove unnecessary import from snippet models.py
2012-08-31 dellsystem Updates to snippet functionality (see details)
2012-08-31 dellsystem Reorder imports in some python files
2012-08-31 dellsystem Add a get_title() method to the Snippet model
2012-08-31 dellsystem Move choices for lexer field from SnippetForm to Snippet
2012-08-31 dellsystem Add some blank lines where relevant
2011-02-07 Jordi Gutiérrez Hermoso Tie snippets to their authors, enable a couple more lexer languages
2010-08-01 Jordi Gutiérrez Hermoso Format code for 80 columns, add some js to static/ dir
2010-07-29 Jordi Gutiérrez Hermoso Copy preliminary django-paste code for snippets along with mptt. Works clunkily. Still need to adapt it for Agora.
2010-06-30 Jordi Gutiérrez Hermoso Register more apps in the admin site, write an actual template for the user profile page
2010-06-30 Jordi Gutiérrez Hermoso Implement initial profiles, cleanup models, change Free_license to FreeLicense
2010-06-25 Jordi Gutiérrez Hermoso Define stub template and admin site
2010-06-25 Jordi Gutiérrez Hermoso Define models
2010-06-25 Jordi Gutiérrez Hermoso Start actual app structure