stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Make creation of blog posts more robust #34

Closed mbaechtold closed 6 years ago

mbaechtold commented 6 years ago

The application crashes under the following circumstances:

Then you get an error:

MultipleObjectsReturned at /en/blog/post/test
get() returned more than one Post -- it returned 2!

Hints:

mbaechtold commented 6 years ago

I'll add this to my review of #29.