F483 / bikesurf.org

MIT License
8 stars 5 forks source link

Remove borrow active propertie. #34

Open F483 opened 9 years ago

F483 commented 9 years ago

apps.borrow.models.Borrow.active is equivalant to (state == "ACCEPTED")

check all code and querrys for use and replace with comparison to state instead

test everything !!!