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.1.2
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.1.3
Choose a head ref
  • 19 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    997e63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b1211 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    a7cb7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196a622 View commit details
    Browse the repository at this point in the history
  3. Update playhouse readme.

    coleifer committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    19a1a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

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

Commits on Mar 5, 2018

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

Commits on Mar 8, 2018

  1. Clarify comment that sounded like create_tables() in Peewee 3 will dr…

    …op your table if it exists.
    
    This scared me on first read. I had to read it a couple times to figure out that the second part of the parenthetical comment was talking about the drop_tables() method. And I had to read the source code to be fully sure.
    
    I like the updated functionality, though. It's a great improvement, thanks!
    bryhoyt authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    397b5cc View commit details
    Browse the repository at this point in the history
  2. Clarify that safe=True is the default behaviour. The existing doc sou…

    …nded like it was False by default.
    bryhoyt authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    1121106 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Merge pull request #1528 from bryhoyt/patch-1

    Clarify comment that sounded like create_tables() in Peewee 3 will dr…
    coleifer authored Mar 9, 2018
    Configuration menu
    Copy the full SHA
    6ae8bd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1529 from bryhoyt/patch-2

    Clarify that safe=True is the default behaviour. The existing doc sounded like it was False by default.
    coleifer authored Mar 9, 2018
    Configuration menu
    Copy the full SHA
    bf3799c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed129b View commit details
    Browse the repository at this point in the history
  4. Support prefetching ManyToManyFields

    Previously, prefetching a relationship exposed in a ManyToMany field would only expose the through model’s prefetched data. Now, the many to many field correctly exposes the prefetched data via the through field’s prefetched results, rather than requerying what has already been prefetched.
    iBelieve committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    081b915 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Configuration menu
    Copy the full SHA
    c7f39b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b2f3b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1531 from lelander/feature/prefetch_many_to_many

    Support prefetching ManyToManyFields
    coleifer authored Mar 10, 2018
    Configuration menu
    Copy the full SHA
    bf799b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def99fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c85052 View commit details
    Browse the repository at this point in the history
  6. 3.1.3

    coleifer committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4bd3411 View commit details
    Browse the repository at this point in the history
Loading