cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users
Bruno Alla 69927387f8
Add type hint for UserFactory (#5312)
Since factory-boy 3.3.1, we can type annotate factories:

https://github.com/FactoryBoy/factory_boy/pull/1059

Setting that up for the only factory of the project
2024-08-21 10:35:20 +01:00
..
api You probably don't need get_user_model (#4879) 2024-02-21 10:01:56 +00:00
migrations Apply ruff to codebase 2024-02-13 11:59:55 +01:00
tests Add type hint for UserFactory (#5312) 2024-08-21 10:35:20 +01:00
__init__.py Fix W391 blank line at end of file (#1136) 2017-04-23 01:27:58 +03:00
adapters.py Apply ruff to codebase 2024-02-13 11:59:55 +01:00
admin.py Fix redirect error when forcing allauth login in admin site (#5078) 2024-05-18 21:53:52 +01:00
apps.py Apply ruff to codebase 2024-02-13 11:59:55 +01:00
context_processors.py Hides 'sign up' elements when ACCOUNT_ALLOW_REGISTRATION is disabled (#1914) 2021-12-27 11:37:33 +00:00
forms.py Ignore type errors from mypy 2024-05-13 19:53:55 +01:00
managers.py Switch to local imports within app (#4883) 2024-02-23 14:37:34 +00:00
models.py Switch to local imports within app (#4883) 2024-02-23 14:37:34 +00:00
tasks.py Switch to local imports within app (#4883) 2024-02-23 14:37:34 +00:00
urls.py Switch to local imports within app (#4883) 2024-02-23 14:37:34 +00:00
views.py Revert to simpler type guard fix 2024-07-28 10:27:20 +02:00