Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[address_field] Address field #2

Merged
merged 13 commits into from
May 11, 2021
Merged

[address_field] Address field #2

merged 13 commits into from
May 11, 2021

Conversation

xjlin0
Copy link
Owner

@xjlin0 xjlin0 commented May 11, 2021

Switched two major things:

  1. switched from django-address subclass to AddressField. Extra address line such as Apt/Suite number are at the new Place model described below.
  2. moved schema, originally any model join Place(Address) by Locate, now a single class with AddressField generic related to any models.

Result: the switching/saving of the address in Place editing works

@xjlin0 xjlin0 merged commit fe8120d into master May 11, 2021
@xjlin0 xjlin0 changed the title Address field [address_field] Address field Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant