Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mbi/django-simple-captcha
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGES
  • Loading branch information
mbi committed Nov 4, 2014
2 parents 30497ff + 9f2f5bf commit 5a16b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Version 0.4.3
* Make sure autocomplete="off" is only applied to the text input, not the hidden input (Issue #68, thanks @narrowfail)
* Fixed some grammar in the documentation. (Thanks @rikrian)
* Return an HTTP 410 GONE error code for expired captcha images, to avoid crawlers from trying to reindex them (PR #70, thanks @joshuajonah)
* Fixed title markup in documentation (#74, thanks @pavlov99)
* Test against Django 1.7.1

Version 0.4.2
Expand Down
2 changes: 2 additions & 0 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Full path to the ``flite`` executable. When defined, will automatically add audi
Defaults to: ``None`` (no audio output)

CAPTCHA_TIMEOUT
---------------

Integer. Lifespan, in minutes, of the generated captcha.

Defaults to: 5
Expand Down

0 comments on commit 5a16b62

Please sign in to comment.