mirror of https://github.com/zulip/zulip.git
0dceeebd05
Now, there's just one spot at the beginning of the function where we inspect the string key the user gave us; and after that point, we not only have validated that string but in fact are working from our own record that it pointed to, not the string itself. This simplifies the code a bit, e.g. by not repeatedly searching the database for the key (and hoping everything agrees so that we keep getting the same row), and it will simplify adding logic to inspect row attributes like `presume_email_valid`. |
||
---|---|---|
.. | ||
management | ||
migrations | ||
CHANGELOG.txt | ||
LICENSE.txt | ||
README.txt | ||
__init__.py | ||
models.py | ||
settings.py |
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.