ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Adding a 'required' help_text to email field on RegistrationForm #182

Closed phrfpeixoto closed 5 years ago

phrfpeixoto commented 5 years ago

Simple change to add a help_text to required email field on RegistrationForm, as reported on #181

phrfpeixoto commented 5 years ago

Build failed, but seems unrelated to the changes:

The HTML pages are in ../.tox/docs/tmp/html.
docs run-test: commands[1] | find /home/travis/build/ubernostrum/django-registration/tests -type f -name '*.pyc' -delete
docs run-test: commands[2] | find /home/travis/build/ubernostrum/django-registration/tests -type d -name __pycache__ -delete
docs run-test: commands[3] | find /home/travis/build/ubernostrum/django-registration/src -type f -name '*.pyc' -delete
docs run-test: commands[4] | find /home/travis/build/ubernostrum/django-registration/src -type d -name __pycache__ -delete
docs run-test: commands[5] | find /home/travis/build/ubernostrum/django-registration/src -type f -path '*.egg-info*' -delete
docs run-test: commands[6] | find /home/travis/build/ubernostrum/django-registration/src -type d -path '*.egg-info' -delete
spelling create: /home/travis/build/ubernostrum/django-registration/.tox/spelling
spelling installdeps: sphinx, sphinx_rtd_theme, pyenchant, sphinxcontrib-spelling
spelling inst: /home/travis/build/ubernostrum/django-registration/.tox/.tmp/package/1/django-registration-3.0.zip
spelling installed: alabaster==0.7.12,Babel==2.6.0,certifi==2019.3.9,chardet==3.0.4,confusable-homoglyphs==3.2.0,Django==2.1.7,django-registration==3.0,docutils==0.14,idna==2.8,imagesize==1.1.0,Jinja2==2.10,MarkupSafe==1.1.1,packaging==19.0,pyenchant==2.0.0,Pygments==2.3.1,pyparsing==2.3.1,pytz==2018.9,requests==2.21.0,six==1.12.0,snowballstemmer==1.2.1,Sphinx==2.0.0,sphinx-rtd-theme==0.4.3,sphinxcontrib-applehelp==1.0.1,sphinxcontrib-devhelp==1.0.1,sphinxcontrib-htmlhelp==1.0.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.2,sphinxcontrib-serializinghtml==1.1.1,sphinxcontrib-spelling==4.2.0,urllib3==1.24.1
spelling run-test-pre: PYTHONHASHSEED='878764710'
spelling run-test: commands[0] | sphinx-build -b spelling -d /home/travis/build/ubernostrum/django-registration/.tox/spelling/tmp/doctrees . /home/travis/build/ubernostrum/django-registration/.tox/spelling/tmp/html
Running Sphinx v2.0.0
/home/travis/build/ubernostrum/django-registration/.tox/spelling/lib/python3.6/site-packages/sphinxcontrib/spelling/filters.py:8: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
Exception occurred:
  File "/home/travis/build/ubernostrum/django-registration/.tox/spelling/lib/python3.6/site-packages/sphinxcontrib/spelling/__init__.py", line 11, in setup
    app.info('Initializing Spelling Checker')
AttributeError: 'Sphinx' object has no attribute 'info'
The full traceback has been saved in /tmp/sphinx-err-pl71jr9b.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
ERROR: InvocationError for command /home/travis/build/ubernostrum/django-registration/.tox/spelling/bin/sphinx-build -b spelling -d /home/travis/build/ubernostrum/django-registration/.tox/spelling/tmp/doctrees . /home/travis/build/ubernostrum/django-registration/.tox/spelling/tmp/html (exited with code 2)