orzubalsky / tradeschool

Trade School is an alternative school that runs on barter
Other
16 stars 5 forks source link

Fix available class times on course add view #155

Open dnephin opened 10 years ago

dnephin commented 10 years ago

Resolves #151

I've modified the TimeSelectionForm to accept a branch and use a default queryset which filters to only active courses in the future. I also added a test for this first (so I could verify that it was failing).

The other changes are largely just to get the code passing in flake8. flake8 can be great for catching unused variables and helps keep the code consistent with common python code style. Once more files are passing we can add it as part of the travis run.