mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #537 -- Fixed typo in [718]. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -79,7 +79,7 @@ class RegexURLResolver(object): | ||||
|     urlconf_module = property(_get_urlconf_module) | ||||
|  | ||||
|     def _get_url_patterns(self): | ||||
|         return self.urlconf_module.patterns | ||||
|         return self.urlconf_module.urlpatterns | ||||
|     url_patterns = property(_get_url_patterns) | ||||
|  | ||||
|     def _resolve_special(self, view_type): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user