-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: coleifer/peewee
base: 3.1.2
head repository: coleifer/peewee
compare: 3.1.3
- 19 commits
- 13 files changed
- 3 contributors
Commits on Feb 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 997e63e - Browse repository at this point
Copy the full SHA 997e63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b1211 - Browse repository at this point
Copy the full SHA e0b1211View commit details
Commits on Mar 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7cb7e5 - Browse repository at this point
Copy the full SHA a7cb7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196a622 - Browse repository at this point
Copy the full SHA 196a622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a1a8e - Browse repository at this point
Copy the full SHA 19a1a8eView commit details
Commits on Mar 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9a473c6 - Browse repository at this point
Copy the full SHA 9a473c6View commit details
Commits on Mar 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4347e49 - Browse repository at this point
Copy the full SHA 4347e49View commit details
Commits on Mar 8, 2018
-
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!
Configuration menu - View commit details
-
Copy full SHA for 397b5cc - Browse repository at this point
Copy the full SHA 397b5ccView commit details -
Clarify that safe=True is the default behaviour. The existing doc sou…
…nded like it was False by default.
Configuration menu - View commit details
-
Copy full SHA for 1121106 - Browse repository at this point
Copy the full SHA 1121106View commit details
Commits on Mar 9, 2018
-
Merge pull request #1528 from bryhoyt/patch-1
Clarify comment that sounded like create_tables() in Peewee 3 will dr…
Configuration menu - View commit details
-
Copy full SHA for 6ae8bd2 - Browse repository at this point
Copy the full SHA 6ae8bd2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bf3799c - Browse repository at this point
Copy the full SHA bf3799cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed129b - Browse repository at this point
Copy the full SHA 0ed129bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 081b915 - Browse repository at this point
Copy the full SHA 081b915View commit details
Commits on Mar 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c7f39b6 - Browse repository at this point
Copy the full SHA c7f39b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b2f3b - Browse repository at this point
Copy the full SHA d1b2f3bView commit details -
Merge pull request #1531 from lelander/feature/prefetch_many_to_many
Support prefetching ManyToManyFields
Configuration menu - View commit details
-
Copy full SHA for bf799b9 - Browse repository at this point
Copy the full SHA bf799b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for def99fd - Browse repository at this point
Copy the full SHA def99fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c85052 - Browse repository at this point
Copy the full SHA 3c85052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd3411 - Browse repository at this point
Copy the full SHA 4bd3411View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.1.2...3.1.3