zulip/analytics
Anders Kaseorg 2d9b2a2a05 models: Remove type prefixes from __str__ values.
The Django convention is for __repr__ to include the type and __str__
to omit it.  In fact its default __repr__ implementation for models
automatically adds a type prefix to __str__, which has resulted in the
type being duplicated:

    >>> UserProfile.objects.first()
    <UserProfile: <UserProfile: emailgateway@zulip.com <Realm: zulipinternal 1>>>

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-03-08 22:56:55 -08:00
..
lib models: Remove type prefixes from __str__ values. 2023-03-08 22:56:55 -08:00
management upload: Rename upload_message_image_from_request. 2023-03-02 16:36:19 -08:00
migrations migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
tests invites: _max_invites is currently never None. 2023-03-07 15:04:39 -08:00
views python: Import F, Q, QuerySet from their canonical module. 2023-03-05 14:46:28 -08:00
__init__.py
models.py models: Remove type prefixes from __str__ values. 2023-03-08 22:56:55 -08:00
urls.py analytics: Use user IDs to get user activity summaries. 2021-10-13 15:30:27 -07:00