handle None from model __str__; Fixes #753

This commit is contained in:
Vjacheslav Murashkin
2014-09-04 16:54:23 +04:00
parent 759f72169a
commit 7430b31697
3 changed files with 15 additions and 1 deletions

View File

@@ -210,3 +210,4 @@ that much better:
* Jay Shirley (https://github.com/jshirley)
* DavidBord (https://github.com/DavidBord)
* Axel Haustant (https://github.com/noirbizarre)
* Vyacheslav Murashkin (https://github.com/a4tunado)