cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}
Bruno Alla 26f2a3d7ba Fix mypy error
my_awesome_project/users/admin.py:15: error: No overload variant of "__add__" of "tuple" matches argument type "List[Tuple[Optional[str], _FieldOpts]]"
my_awesome_project/users/admin.py:15: note: Possible overload variants:
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]) -> Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Any, ...]) -> Tuple[Any, ...]
my_awesome_project/users/admin.py:15: note: Right operand is of type "Union[Tuple[Tuple[Optional[str], _FieldOpts], ...], List[Tuple[Optional[str], _FieldOpts]]]"
2020-10-01 20:01:26 +01:00
..
contrib First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00
static Update project.js 2018-07-11 10:43:19 +00:00
templates Use raw Jinja2 for cookiecutter template context 2020-07-21 00:02:14 -04:00
users Fix mypy error 2020-10-01 20:01:26 +01:00
utils Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/utils/context_processors.py 2020-07-24 11:29:11 -04:00
__init__.py First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00
conftest.py Remove request_factory fixture, use the rf one from pytest-django 2020-03-26 18:21:11 +00:00