merging old commit with current master
[oweals/karmaworld.git] / karmaworld / apps / courses / models.py
2014-02-26 Bryanmerging old commit with current master
2014-02-25 BryanMerge branch 'feature_honeypot'
2014-02-24 BryanAggregate thanks over courses closes #342 . Cleaned...
2014-02-22 Bryanremoving school from course URL, using reverse for...
2014-02-10 Bryanfor #294 : replaced manual school_list JSON with module...
2014-02-04 Charles ConnellMerge pull request #314 from FinalsClub/208-edit-course...
2014-02-02 Jacob Hilkerredirect to the new page and update the slug on name...
2014-02-02 Jacob Hilkeradd uniqueness validation on name and school so we...
2014-02-02 Jacob HilkerMerge branch 'master' into 208-edit-course-properties...
2014-02-02 Jacob Hilkeruse middleware for revision
2014-02-02 Jacob Hilkeradd reversion
2014-01-17 BryanMerge remote-tracking branch 'origin' into feature_html...
2014-01-17 BryanSchool is deprecated inside Note.
2014-01-16 Bryanweird merge problem?
2014-01-14 BryanMerge branch 'master' into django155
2014-01-14 Charles ConnellDjango 1.5 fixes, also turn indexing back on (oops)
2014-01-12 Bryanupdating slugify for 1.5.5, not necessary but good...
2014-01-09 Bryanupdating all models with Natural Keys for Django [dump...
2014-01-08 BryanReverting half-merged commits b6f336c6a13b2a41b2c29b358...
2014-01-08 BryanAdded department, professor models, updated courses...
2014-01-07 BryanRemoving School and Department from Course model to...
2014-01-06 BryanMerge remote-tracking branch 'origin/master'
2014-01-06 Bryancloses #253 by removing field, adds backend for #236...
2014-01-06 Charles ConnellEnforce school hashtag uniqueness #239
2014-01-03 Charles ConnellBetter looking tweets
2013-12-31 Bryancreating moderator site for moderating flagged documents.
2013-12-20 Bryanresolving merge conflict by adding both requirements.
2013-12-20 Charles ConnellUpdate note counts when a note is create or deleted
2013-12-18 Bryan BonvalletMerge pull request #164 from FinalsClub/filepick.io
2013-12-18 Charles ConnellEnforce course uniqueness
2013-12-17 BryanMerge filepick.io into feature_vagrant_startup
2013-12-17 Charles ConnellDjango unit tests for courses, move around test files
2013-06-26 Seth Woodworthadd priority and alias models to School model, change...
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth Woodworthremove cruft from Course.save
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Charles Holbrowremoving remnants of server-side filtering, including...
2013-03-18 Seth WoodworthMerge pull request #100 from LucianU/master
2013-03-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-06 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-06 Seth Woodworthadd function so a course can return self.updated_at...
2013-02-27 Charles HolbrowAdding redundant school_name field to courses to enable...
2013-02-07 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-05 Seth Woodworthsetting up grapelli autocomplete for Note >> Course...
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 Charles Holbrowsetting max length of school slug
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthmodify Course.save to append the model id to the slug
2013-01-30 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-30 Charles Holbrowadding import script for usde schools (req. schemamigra...
2013-01-29 Seth Woodworthadding django-grapelli, and adding a fkey lookup from...
2013-01-26 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-25 Seth Woodworthset default sort order for schools (file_count descending)
2013-01-25 Seth Woodworthadding file_count to School model and functions to...
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-15 Seth Woodworthadding links from the course_list template to the cours...
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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-07 Seth Woodworthorganizing course model and adding update_note_count...
2013-01-04 Seth Woodworthadding courses app, Course and School models