You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
bc US.connections is a public variable, there
is some confusion regarding its use. the original
idea was that US.connections would only hold the
default connection types available, much like
the param_defaults attribute for other models;
however, bc of the name, it was implied that this
attribute contained the connections for the specific
instance, resulting in confusion between it and
the intended attributes (i.e., us.followed_by etc).
this commit moves the attribute to a private
attribute (._connections) so that it is clearer
to end-users that it should not be used for a
specific instance.
additionally, this creates a @Property with the
class-specific attributes for US.following, etc.
0 commit comments