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

add duration field & expose max_digits of FloatField #211

Merged
merged 6 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. Changes:

    - add duration field
    devkral committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fb83d10 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Changes:

    - move field tests to fields
    - remove duplicate test file in run_sync
    - add duration field test
    devkral committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb970f1 View commit details
    Browse the repository at this point in the history
  2. Changes:

    - update release notes
    - expand tests for InspectDB
    - expand tests for reflection
    - test harder the correct reflection of fields
    - expose max_digits for FloatField
    devkral committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c7e9366 View commit details
    Browse the repository at this point in the history
  3. fix typings

    devkral committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e08d6e4 View commit details
    Browse the repository at this point in the history
  4. expose precision

    devkral committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d27e3c8 View commit details
    Browse the repository at this point in the history
  5. explain DurationField

    devkral committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ac76df8 View commit details
    Browse the repository at this point in the history