Module containing classes related with laws.
-
class Law(*args, **kwargs)
Represents a draft or the final text of a law.
-
exception DoesNotExist
-
exception Law.MultipleObjectsReturned
-
Law.get_next_by_date(*moreargs, **morekwargs)
-
Law.get_previous_by_date(*moreargs, **morekwargs)
-
Law.content_type
-
Law.journal_edition
-
Law.post_version
-
Law.prior_version
-
Law.public_body
Provides a generic relation to any object through content-type/object-id
fields.
-
Law.topic
-
class LawTopic(*args, **kwargs)
LawTopic(id, topic)
-
exception DoesNotExist
-
exception LawTopic.MultipleObjectsReturned
-
LawTopic.law_set
-
class OfficialJournal(*args, **kwargs)
Represents the official or legal gazette of a public body.
-
exception DoesNotExist
-
exception OfficialJournal.MultipleObjectsReturned
-
OfficialJournal.get_absolute_url(*moreargs, **morekwargs)
-
OfficialJournal.content_type
-
OfficialJournal.officialjournaledition_set
-
OfficialJournal.public_body
Provides a generic relation to any object through content-type/object-id
fields.
-
class OfficialJournalEdition(*args, **kwargs)
Represents the edition of an official gazette.
-
exception DoesNotExist
-
exception OfficialJournalEdition.MultipleObjectsReturned
-
OfficialJournalEdition.get_next_by_date(*moreargs, **morekwargs)
-
OfficialJournalEdition.get_previous_by_date(*moreargs, **morekwargs)
-
OfficialJournalEdition.law_set
-
OfficialJournalEdition.official_journal