cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users
Wan Liuyang 9cb7e50b8e Convert old-styled string formatting to f-string (#1528)
* Convert old-styled string formatting to f-string

* Update flake8 explicit version to 3.5.0

* Make tox.ini in sync with requirements.txt

* Fix annoying flake8 F405
2018-03-06 19:56:27 +03:00
..
migrations Update 0001_initial.py 2018-02-05 23:29:36 +00:00
tests Convert old-styled string formatting to f-string (#1528) 2018-03-06 19:56:27 +03:00
__init__.py Fix W391 blank line at end of file (#1136) 2017-04-23 01:27:58 +03:00
adapters.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
admin.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
apps.py noqa F401 in users apps.py 2018-03-06 19:54:20 +03:00
models.py Remove python_2_unicode_compatible 2018-02-27 17:03:02 -05:00
urls.py Update urls.py (#1537) 2018-03-01 14:21:09 +03:00
views.py Fixing leftovers from migration to Django 1.11 and Python 3.6. 2018-01-03 08:44:54 -05:00