mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Structurally, the main change here is replacing the `clean_username` function, which would get called when one accessed self.cleaned_data['username'] with code in the main `clean` function. This is important because only in `clean` do we have access to the `realm` object. Since I recently added full test coverage on this form, we know each of the major cases have a test; the error messages are unchanged. |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||