zulip/analytics/lib
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
..
__init__.py
counts.py models: Remove type prefixes from __str__ values. 2023-03-08 22:56:55 -08:00
fixtures.py python: Reformat with Black 22 (stable). 2022-02-18 18:03:13 -08:00
time_utils.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00