Changes between Initial Version and Version 1 of Ticket #29281
- Timestamp:
- Apr 1, 2018, 5:28:15 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29281 – Description
initial v1 40 40 41 41 So, sometimes get_resolver(None).resolve(path) where path matches a listed i18n_pattern, fails, and in another browser the same path is matched fine. 42 The variables in both runs are the same until get_resolver(urlconf).resolve(path), where one triggers Resolver404, and the other returns a matched url (ResolverMatch(func=app.views.smth, args=(), kwargs={'template_name': 'app/smth.html'}, url_name=smth, app_names=[], namespaces=[])) 42 43 43 44 {{{