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 Loading
base: 2.8.8
Choose a base ref
...
head repository: coleifer/peewee Loading
compare: 2.9.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 1, 2017

  1. Updated the CHANGELOG.

    Charles Leifer committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    5148b6a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    4495d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff6ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f82fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c5bbf View commit details
    Browse the repository at this point in the history
  5. Add new parameters

    Necoro committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    0be525c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Merge pull request #1202 from Necoro/fix_get_None

    Make Model.get(val = None) work the same as Model.select().where(Model.val == None)
    coleifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    113ef55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1203 from Necoro/closure

    SQLite Closure Tables: Allow for many-to-many relations
    coleifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    54ca88c View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #1203 from Necoro/closure"

    This reverts commit 54ca88c, reversing
    changes made to 113ef55.
    coleifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    ae3af76 View commit details
    Browse the repository at this point in the history
  4. Ignore closure extension.

    coleifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    d69f5b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d26fd40 View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Merge pull request #1203 from Necoro/closure""

    This reverts commit ae3af76.
    coleifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    def05be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41c92a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2309b14 View commit details
    Browse the repository at this point in the history
  9. Fix int -> char fields. Thanks @Necoro

    Charles Leifer committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    04a3e02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Remove create_or_get()

    Charles Leifer committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    7a79a8d View commit details
    Browse the repository at this point in the history
  2. Remove create_or_get() test case.

    Charles Leifer committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    03f2e9d View commit details
    Browse the repository at this point in the history
  3. 2.9.0

    Charles Leifer committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    6b70cfe View commit details
    Browse the repository at this point in the history
Loading