Changes between Version 1 and Version 2 of Ticket #24553, comment 16
- Timestamp:
- May 18, 2015, 8:46:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24553, comment 16
v1 v2 1 1 Looking into this, ~~it looks like all the test without custom AdminSite leaks auth models in the site breaking the two test classes using custom ROOT_URLCONF that are failing~~. 2 2 3 UPDATE: actually it does not, for some reason we are not able to do the reverse for app_list with app_label auth but if i dump the content of site.get_urls() i have <RegexURLPattern app_list ```^(?P<app_label>auth)/$>```. So running out of ideas :|3 UPDATE: actually it does not, for some reason we are not able to do the reverse for app_list with app_label auth but if i dump the content of site.get_urls() i have <RegexURLPattern app_list ```^(?P<app_label>auth)/$>```. OTOH if i dump RegexURLResolver.url_patterns i don't get anything that looks like auth app_list. So running out of ideas :|