Adding birth_date and birth_location field to follow new legal obligation
Added two fields to Person (member/models.py), default are specified so migration should be ok.
Added the fields in member/forms.py
Added the fields to member/test.py where required
Edited by aeltheos