get_or_none - is it common enough to warrant inclusion
Earlier discussion:
https://groups.google.com/forum/?fromgroups=#!topic/django-developers/Saa5nbzqQ2Q
Current discussion
https://groups.google.com/d/topic/django-developers/3RwDxWKPZ_A/discussion
tickets:
- https://code.djangoproject.com/ticket/17546
- https://code.djangoproject.com/ticket/2659
- https://code.djangoproject.com/ticket/11352
- https://code.djangoproject.com/ticket/5741#comment:8
- also related: https://code.djangoproject.com/ticket/3182#comment:13
on the intertubes:
- https://bitbucket.org/offline/django-annoying/wiki/Home
- http://stackoverflow.com/questions/1512059/django-get-an-object-form-the-db-or-none-if-nothing-matches
- http://stackoverflow.com/questions/3090302/in-django-how-do-i-objects-get-but-return-none-when-nothing-is-found
- http://stackoverflow.com/questions/10867138/model-objects-get-or-none
- http://djangosnippets.org/snippets/1712/