akvo.rest.serializers.organisation_location module

Akvo RSR is covered by the GNU Affero General Public License. See more details in the license.txt file located at the root folder of the Akvo RSR module. For additional details on the GNU license please see < http://www.gnu.org/licenses/agpl.html >.

class akvo.rest.serializers.organisation_location.MapOrganisationSerializer(*args, **kwargs)[source]

Bases: Serializer

To serialize the organisation field of the organisation map resource.

class Meta[source]

Bases: object

fields = '__all__'
class akvo.rest.serializers.organisation_location.OrganisationLocationExtraSerializer(*args, **kwargs)[source]

Bases: OrganisationLocationSerializer

class Meta[source]

Bases: Meta

depth = 1
class akvo.rest.serializers.organisation_location.OrganisationLocationSerializer(*args, **kwargs)[source]

Bases: BaseRSRSerializer

class Meta[source]

Bases: object

fields = '__all__'
model

alias of OrganisationLocation