justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
184 stars 49 forks source link

http://gitpaste.com/ fails in create posts when paste description is not provided. #29

Open baco opened 11 years ago

baco commented 11 years ago

When posting a new paste/post in http://gitpaste.com/ and a description is not provided, Django crashes reporting that filename does not exists on OS filesystem and creates an empty paste/post.

joewilliams commented 11 years ago

I have this same issue but with a locally installed version of gitpaste.

justinvh commented 11 years ago

Hm, I am trying to track what merge caused this, but it's an easy fix otherwise. I'll get on it.

benoitjpnet commented 11 years ago

Seems due to e9b9e63c9e99d14c2cbaf6214e0b9df05eaa7b16 I have reverted this commits and this OK now.