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

Adds a ser_json_datetime config option for configuring how datetimes are serialized #1465

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. fix: wip

    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7fad743 View commit details
    Browse the repository at this point in the history
  2. fix: wip

    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    051776e View commit details
    Browse the repository at this point in the history
  3. chore: Merge branch 'main' of github.com:ollz272/pydantic-core into a…

    …dd-datetime-serializer
    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7dcf4bb View commit details
    Browse the repository at this point in the history
  4. fix: more changes

    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    319adfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9ebd11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f94636e View commit details
    Browse the repository at this point in the history
  7. fix: type hints oops

    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    46ff422 View commit details
    Browse the repository at this point in the history
  8. chore: Merge branch 'add-datetime-serializer' of github.com:ollz272/p…

    …ydantic-core into add-datetime-serializer
    ollz272 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f12edec View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. test: add a failing test case

    ollz272 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    61cee77 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    ollz272 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6226f2b View commit details
    Browse the repository at this point in the history