hatenablog Package¶
hatenablog Package¶
activity Module¶
admin Module¶
conf Module¶
models Module¶
-
class
kawaz.core.activities.hatenablog.models.HatenablogEntry(*args, **kwargs)[ソース]¶ ベースクラス:
django.db.models.base.Modelはてなブログで運営されているKawaz広報ブログの各エントリーを表すモデル
-
exception
DoesNotExist¶ ベースクラス:
django.core.exceptions.ObjectDoesNotExist
-
exception
HatenablogEntry.MultipleObjectsReturned¶ ベースクラス:
django.core.exceptions.MultipleObjectsReturned
-
HatenablogEntry.created_at¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
HatenablogEntry.get_next_by_created_at(*moreargs, **morekwargs)¶
-
HatenablogEntry.get_previous_by_created_at(*moreargs, **morekwargs)¶
-
HatenablogEntry.id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
HatenablogEntry.md5¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
HatenablogEntry.objects= <django.db.models.manager.Manager object>¶
-
HatenablogEntry.thumbnail¶ Just like the FileDescriptor, but for ImageFields. The only difference is assigning the width/height to the width_field/height_field, if appropriate.
-
HatenablogEntry.title¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
HatenablogEntry.url¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception