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: 3.16.2
Choose a base ref
...
head repository: coleifer/peewee Loading
compare: 3.16.3
Choose a head ref
  • 20 commits
  • 15 files changed
  • 3 contributors

Commits on May 2, 2023

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

Commits on May 14, 2023

  1. Fix typo in 3.15.0 changelog

    revolter committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0cf579d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2724 from revolter/patch-1

    Fix typo in 3.15.0 changelog
    coleifer committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a47b4d2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Add "*" helper to base source class.

    Facilitates writing MyTable.select(MyTable.star), e.g.
    
    Fixes #2726
    coleifer committed May 18, 2023
    Configuration menu
    Copy the full SHA
    40f7225 View commit details
    Browse the repository at this point in the history
  2. Add one more testcase.

    coleifer committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1f4c86a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    cbd45fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2734 from AntonKyrychekCrit/function_not_abs_method

    Node is not an abstract method anymore
    coleifer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d33dfab View commit details
    Browse the repository at this point in the history
  3. Add comment clarifying abc-specific override.

    [skip ci]
    coleifer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    95b9889 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Provide bytes override for BigBitFieldData.

    This fixes issues coercing values to appropriate db-value.
    
    Refs #2743
    coleifer committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f06d61e View commit details
    Browse the repository at this point in the history
  2. Tentatively pull in changes for #2742 prefetch fix.

    I believe the issue is that the state of `fks` / `backrefs` could be
    incorrect if the loop finds relationships but does not exit (due to
    failing the 2nd clause which checks the target_model).
    coleifer committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2887ed9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 23, 2023

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

Commits on Jul 1, 2023

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

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    317f606 View commit details
    Browse the repository at this point in the history
  2. Add method doc to for JSONField.extract()

    [skip ci]
    coleifer committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    16901b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Changes for Cython 3.0

    coleifer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    83c6b78 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Use sqlite_version_info rather than version_info.

    Fixes failing tests because Sqlite's DROP COLUMN does not handle
    anything like updating/dropping an affected index, etc.
    
    Fixes #2759
    coleifer committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f107a90 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Add flag to prevent operations on manytomany field w/unsaved instances.

    By default, attempting to read or write a many-to-many field on an
    unsaved model instance will now raise an exception. To disable this
    behavior, specify `prevent_unsaved=False` when initializing your
    ManyToManyField.
    
    Refs #2765
    coleifer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ac30c56 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. 3.16.3

    coleifer committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0d82aa9 View commit details
    Browse the repository at this point in the history
Loading