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

Better compat with Model and Django Migrations #31

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Dec 14, 2022

  1. Use attribute db_table instead of db_type

    This makes the type more compatible with the Model class
    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7f86f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c1c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e3af7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6df537 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf3a6c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9663050 View commit details
    Browse the repository at this point in the history
  7. Regenerate test migrations

    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c53d147 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea88858 View commit details
    Browse the repository at this point in the history
  9. Register the adapter once, before registering the composite

    This does not need a db connection, nor does it need migrations to
    already have run. So we can do this early.
    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3b87d8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06d5499 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69d4923 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44b43d1 View commit details
    Browse the repository at this point in the history
  13. Fix Field deconstruction

    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b04b900 View commit details
    Browse the repository at this point in the history
  14. Use a name that doesn't have double underscore for DummyField

    Double underscore causes errors in lookups
    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4530085 View commit details
    Browse the repository at this point in the history
  15. Fix various typings

    jleclanche committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    667ed9b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    635fbe8 View commit details
    Browse the repository at this point in the history