Changes between Version 3 and Version 4 of Ticket #25369
- Timestamp:
- Sep 8, 2015, 5:09:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25369 – Description
v3 v4 47 47 except ObjectDoesNotExist: 48 48 # Any new error handling code placed here will 49 # be skipped the Http404 exception client code49 # be skipped by the Http404 exception client code 50 50 # could be using. <-- Problem 51 51 raise Http404('Feed object does not exist.')