eucrim.feed package
Submodules
eucrim.feed.admin module
eucrim.feed.feeds module
eucrim.feed.models module
- class eucrim.feed.models.NewsFeedSettings(id, site, newsfeed_title, newsfeed_description)[source]
Bases:
BaseSiteSetting- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- newsfeed_description
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- newsfeed_title
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>
- site
Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
- site_id