Changes between Initial Version and Version 1 of Ticket #27242
- Timestamp:
 - Sep 19, 2016, 2:49:04 AM (9 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #27242 – Description
initial v1 1 I think quite often we need to find object of certain model and return `None` if it does not exist. I suggest to add this to `django.shortcuts`:1 Quite often we need to find object of certain model and return `None` if it does not exist. I suggest to add this to `django.shortcuts`: 2 2 3 3 {{{#!python