Changes between Initial Version and Version 1 of Ticket #16705, comment 2
- Timestamp:
- Aug 25, 2011, 10:58:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16705, comment 2
initial v1 1 1 This one line change is tested by the same tests as the rest of [https://code.djangoproject.com/changeset/13746 r13746]. 2 3 It does not make the assumption since .get() returns None rather than throwing an exception. The None is checked on the very next line.