cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users
John 13b97de9d7
Override _after_postgeneration to force save in User factory (#4534)
* Override _after_postgeneration to force save

Saving in _after_postgeneration was automatic in Factory Boy versions below 4.0, but must be done explicitly in newer versions.

* Clean up formatting
2023-08-19 20:31:53 +01:00
..
api Improve type hints for UserSerializer (#4429) 2023-07-11 14:11:24 +01:00
migrations Add username_type option (#3958) 2023-04-15 11:53:15 +01:00
tests Override _after_postgeneration to force save in User factory (#4534) 2023-08-19 20:31:53 +01:00
__init__.py Fix W391 blank line at end of file (#1136) 2017-04-23 01:27:58 +03:00
adapters.py Populate user name field in social auth (#3968) 2023-06-27 23:36:01 +01:00
admin.py Allow django-admin to optionally use django-allauth login workflow (#1921) 2023-06-30 10:50:20 +01:00
apps.py fix: Syntax for ignoring specific errors (#4250) 2023-04-03 10:34:45 -03: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 Add username_type option (#3958) 2023-04-15 11:53:15 +01:00
managers.py Add username_type option (#3958) 2023-04-15 11:53:15 +01:00
models.py Add username_type option (#3958) 2023-04-15 11:53:15 +01:00
tasks.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Add username_type option (#3958) 2023-04-15 11:53:15 +01:00
views.py Fix inconsistent line length and move configs to pyproject.toml (#4276) 2023-04-15 15:43:04 +01:00