mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
Merge pull request #4 from Naddiseo/patch-1
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