Changes between Version 1 and Version 2 of Ticket #18998, comment 10
- Timestamp:
- May 18, 2013, 7:59:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18998, comment 10
v1 v2 1 The patch submited by @mhaligowski did not fix this ticket's issue but another that I've just raise (https://code.djangoproject.com/ticket/20438#ticket). 2 3 Following @claudep advice in the first comment I've submit a patch capturing {{{ImproperlyConfigured}}} and returning an {{{AnonymousUser}}} instead. Pull request here https://github.com/django/django/pull/1092. 1 Pull Request ready (https://github.com/django/django/pull/1103) fixing #20438 and #18998