Commit Graph

4 Commits

Author SHA1 Message Date
Mahdi Dibaiee
5e0eeccbac feat(associate): routes to associate objects with each other 2016-01-20 12:47:47 +03:30
Mahdi Dibaiee
cb2078b6cd chore(README): add scopes to "What do I get" section 2016-01-19 10:39:28 +03:30
Mahdi Dibaiee
6713ed0b0b chore(README): explain prefix with an example 2016-01-19 10:14:56 +03:30
Mahdi Dibaiee
52ad030d0d feat(associations): many-to-many associations
fix(associations): fix association queries, must use `include` instead of ForeignKey
fix(error): error decorator was missing await, which prevented it from catching errors
fix(error): console.error the error
refactor(crud): don't use `request.models[name]`, use the model directly
chore: README added
2016-01-19 10:03:29 +03:30