mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-01 16:37:54 +03:00
* Add username_type option * Update docs Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com> * Fix errors and lint Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com> * Try linting again * Try linting again * Handle signup * Fix url reverse in template * Fix migration file * Remove extra line in factories * E2E tests for email username * Fix style in users api views and serializers * Fix style in users api views and serializers * Add conditions for fields in UserAdminCreationForm * Consistent Jinja tag conditions * Fix more empty lines issues * Tweak options order * Test username email * Fix code style * Fix kwargs to reverse user details view * Remove comment in template * Fix error messages dict in user form * Fix line wrapping * Move custom manager into a separate module and add tests --------- Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com> Co-authored-by: Bruno Alla <alla.brunoo@gmail.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| _static | ||
| __init__.py | ||
| conf.py | ||
| contributing.md | ||
| deployment-on-heroku.rst | ||
| deployment-on-pythonanywhere.rst | ||
| deployment-with-docker.rst | ||
| developing-locally-docker.rst | ||
| developing-locally.rst | ||
| docker-postgres-backups.rst | ||
| document.rst | ||
| faq.rst | ||
| generate-project-block.rst | ||
| index.rst | ||
| linters.rst | ||
| mailgun.rst | ||
| make.bat | ||
| Makefile | ||
| project-generation-options.rst | ||
| requirements.txt | ||
| settings.rst | ||
| testing.rst | ||
| troubleshooting.rst | ||
| websocket.rst | ||