zulip/confirmation
Keegan McAllister bc2e7d77eb confirmation: Use timezone-aware datetime object
django.utils.timezone.now returns an aware datetime object because USE_TZ =
True.

Fixes #80.

(imported from commit c60f491fe00a98626ecced94fc3ea1f71f939a38)
2012-11-07 18:50:26 -05:00
..
management Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
CHANGELOG.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
INSTALL.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
LICENSE.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
README.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
__init__.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
models.py confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
settings.py Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
util.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
views.py Include confirmation key in context object. 2012-10-01 10:45:58 -04:00

README.txt

===================
Django Confirmation
===================

This is a generic object confirmation system for Django applications.

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.