That means your personals, classes to which you are subscribed, and personals you sent to other people. (imported from commit 15fbea92b538ff345f9978438c1c5e66766d0a67)
>>> from zephyr.models import UserProfile, Recipient, Zephyr, ZephyrClass >>> for klass in [UserProfile, Recipient, Zephyr, ZephyrClass]: ... print klass.objects.all()[:2] ... [<UserProfile: othello>, <UserProfile: iago>] [<Recipient: Verona (1, class)>, <Recipient: Denmark (2, class)>] [<Zephyr: Scotland / Scotland3 / <UserProfile: prospero>>, <Zephyr: Venice / Venice3 / <UserProfile: iago>>] [<ZephyrClass: Verona>, <ZephyrClass: Denmark>] (imported from commit 9998ffe40800213a5425990d6e85f5c5a43a5355)
Signed-off-by: Tim Abbott <tabbott@humbughq.com> (imported from commit 0b12743f8b1b9c2bcfe8444b3e025d31b704bb12)
(imported from commit edc46267dab9cc972358b6020ca28b009e15d8c5)
(imported from commit 3cd40521171a4020c19021eda0d20ee9f802af41)