mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
Added stub for django.utils.dates
This commit is contained in:
8
django-stubs/utils/dates.pyi
Normal file
8
django-stubs/utils/dates.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Dict
|
||||
|
||||
WEEKDAYS: Dict[int, str]
|
||||
WEEKDAYS_ABBR: Dict[int, str]
|
||||
MONTHS: Dict[int, str]
|
||||
MONTHS_3: Dict[int, str]
|
||||
MONTHS_AP: Dict[int, str]
|
||||
MONTHS_ALT: Dict[int, str]
|
||||
Reference in New Issue
Block a user