Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coleifer/peewee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.9.4
Choose a base ref
...
head repository: coleifer/peewee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.5
Choose a head ref
  • 20 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 16, 2019

  1. TimestampField supports resolution as power-of-10 now.

    Also some cleanups to the code and additional tests. I added two helper
    methods to TimestampField for converting between local and utc naive
    datetimes, as these sometimes are handy.
    coleifer committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fc8b740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6771396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    244b78f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3ea7a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    5840b3f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    1be9f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af91b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    ff321c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Add test for tuple compare.

    coleifer committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    0704e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d8a2b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. travis again

    coleifer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    69096bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acdfb8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6425e20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eaca17 View commit details
    Browse the repository at this point in the history
  5. Try again?

    coleifer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    e0b6902 View commit details
    Browse the repository at this point in the history
  6. Skip unless decorator.

    coleifer committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    c5511c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f10c415 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Fix blob field hook, #1913.

    coleifer committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    60beb44 View commit details
    Browse the repository at this point in the history
  2. 3.9.5

    coleifer committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    b0d99b8 View commit details
    Browse the repository at this point in the history
Loading