4👍
✅
Yes, this kind of inline if was added with 2.5, released almost 4 years ago. You can update your Dreamhost version like this
2👍
http://www.diveintopython.net/power_of_introspection/and_or.html
(1 and [a] or [b])[0]
'parent': (c.parent is not None and [c.parent.pk] else [None])[0]
👤mg.
- [Django]-Returning a PDF response in Django
- [Django]-Getting 404 error when loading bootstrap based homepage in Django
Source:stackexchange.com