Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / apps / notes / models.py
2013-04-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Seth Woodworthadding model method for sanitize_html
2013-04-18 Seth Woodworthprocess note html for a target=_blank on file upload...
2013-03-26 Seth WoodworthMerge branch 'master' of https://github.com/FinalsClub...
2013-03-25 Charles Holbrowfixing bug on import allowing two notes with the same...
2013-03-25 Seth Woodworthon Note.save, if upload date is greater than course...
2013-03-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-20 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-20 Seth Woodworthadding Note.year for Academic year, not tested, status...
2013-02-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-19 Seth WoodworthMerge remote-tracking branch 'origin/test'
2013-02-13 Seth Woodworthfixing subtle bugs in notes.models based on tests
2013-02-07 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-04 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-04 Seth Woodworthset file uploads to use local server file hosting inste...
2013-02-01 Charles Holbrowsetting max values slug fields for schools and notes
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthinvert notes defaute sorting
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Seth Woodworthattempt conditional import of GOOGLE_USER for notes...
2013-01-23 Seth Woodworthdocument Note.get_absolute_url
2013-01-23 Seth Woodworthfixing note url generation when there is no slug set
2013-01-19 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles Holbrowadding missing import to notes.models
2013-01-15 Seth Woodworthmodify models.Note.get_absolute_url to generate note...
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowTags field now optional. fixes #30
2013-01-14 Seth WoodworthMerge pull request #29 from LucianU/master
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-10 Seth Woodworthadd slug and get_absolute_url method for the Note model
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-07 Seth Woodworthadding Couse fkey to Note model
2013-01-04 Seth Woodworthfixing some note model save functionality
2013-01-03 Seth Woodworthadding notes app with Note model and adding taggit...