Fixes a bug where the database would be reflected multiple times by the automap_base, leading to unexpected issues in a server environment.
1.0.4
No longer call use_configuration_backend, as it interferes with loading settings from Django.
1.0.3
- Add get_person_by_system_key method - Add pagination to get_registered_students method
1.0.2
- Add mapper for Ethnicity model - Add more fields to Student component - Fix SqlAlchemy warnings
1.0.1
- Add get_registered_students method (PR https://github.com/uw-it-aca/axdd-person-client/pull/23) - Add filters for deciding what information to include in the mapped components (PR https://github.com/uw-it-aca/axdd-person-client/pull/23)