Add "milestone" as a valid argument, and pass it to the new_issue function.
I think I would prefer it to stay being None
None
Maybe using: form.milestone.data or None here could help reducing the impact of this change
form.milestone.data or None
One comment but it's looking good :)
1 new commit added
Cool, thanks ! :)
Going to rebase and merge
rebased
Pull-Request has been merged by pingou
Add "milestone" as a valid argument, and pass it to the new_issue function.