mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #21880 -- Added missing items to django.utils.timezone.__all__.
Thanks Wim for the report.
This commit is contained in:
		| @@ -19,9 +19,11 @@ from django.utils import six | ||||
|  | ||||
| __all__ = [ | ||||
|     'utc', 'get_fixed_timezone', | ||||
|     'get_default_timezone', 'get_current_timezone', | ||||
|     'get_default_timezone', 'get_default_timezone_name', | ||||
|     'get_current_timezone', 'get_current_timezone_name', | ||||
|     'activate', 'deactivate', 'override', | ||||
|     'is_naive', 'is_aware', 'make_aware', 'make_naive', | ||||
|     'localtime', 'now', | ||||
|     'is_aware', 'is_naive', 'make_aware', 'make_naive', | ||||
| ] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user