mini_buildd.models.subscription module¶
-
class
mini_buildd.models.subscription.Subscription(id, extra_options, pickled_data, subscriber, package, distribution)¶ Bases:
mini_buildd.models.base.Model-
subscriber¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
package¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
distribution¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
DoesNotExist¶ Bases:
django.core.exceptions.ObjectDoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django.core.exceptions.MultipleObjectsReturned
-
id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
objects= <django.db.models.manager.Manager object>¶
-
subscriber_id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-