Changes between Version 3 and Version 4 of Ticket #25369


Ignore:
Timestamp:
Sep 8, 2015, 5:09:16 PM (9 years ago)
Author:
Paul Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25369 – Description

    v3 v4  
    4747        except ObjectDoesNotExist:
    4848            # Any new error handling code placed here will
    49             # be skipped the Http404 exception client code
     49            # be skipped by the Http404 exception client code
    5050            # could be using. <-- Problem
    5151            raise Http404('Feed object does not exist.')
Back to Top