- Fixes bug in siblings_by_person [dadadamotha]
- Renames AgencyMembership.order to order_within_agency [dadadamotha]
- Adds AgencyMembership.order_within_person [dadadamotha]
- Adds vCards to memberships. [msom]
- Fixes organization fields in the vCard export. [msom]
- Adds parliamentary groups to people. [msom]
- Specifies the charset for certain fields in the vCard export. [msom]
- Adds the ability to sort suborganizations. [msom]
- Adds compatibility with onegov.core 0.74.3. [msom]
- Adds the ability to move memberships of an agency. [msom]
- Adds the spoken name to the elasticsearch suggestions. [msom]
- Fixes Pep8 issue. [msom]
- Simplifies adding a person to an agency. [msom]
- Removes the saluation from the spoken title and vCard. [msom]
- Adds additional columns to people. [msom]
- Adds vCards to people. [msom]
- Adds agencies and memberships. [msom]
- Enables polymorphic subclasses of people. [msom]
- Adds content and meta columns to people. [msom]
- Requires Python 3.6. [href]
- Refactors the package. [msom]
- Switches to onegov.search's automatic language detection. [href]
- Changes Elasticsearch 2.x mappings from string to text/keyword. [href]
- Adds an extra notes field for people. [href]
- Removes the salutation from the title and puts the last name first. [href]
- Removes Python 2.x support. [href]
- Adds onegov.search integration. [href]
- No longer raise an error if the provided id is not a uuid. [href]
- Adds a function field to the person. [href]
- Adds compatibility with onegov.core 0.4.25 [href]
- Renames 'academic_title' to the more general 'salutation'. This requires a onegov-core upgrade run to migrate existing databases. [href]
- Removes Gravatar support. [href]
- Initial Release