Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTPYTHON-348 add support for QuerySet.raw_aggregate() #183

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    efa3ec5 View commit details
    Browse the repository at this point in the history
  2. INTPYTHON-348 add support for QuerySet.raw_mql()

    - Fix import
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    af2b599 View commit details
    Browse the repository at this point in the history
  3. INTPYTHON-348 add support for QuerySet.raw_mql()

    - Tim tips and pair w/Jib
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    482f99e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3cdf34 View commit details
    Browse the repository at this point in the history
  5. Update django_mongodb/query.py

    Co-authored-by: Jib <[email protected]>
    aclark4life and Jibola committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    38534f1 View commit details
    Browse the repository at this point in the history
  6. Revert "Update django_mongodb/query.py"

    This reverts commit ac5f920.
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4cc82d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    813ffeb View commit details
    Browse the repository at this point in the history
  8. INTPYTHON-348 add support for QuerySet.raw_mql()

    - Subclass RawModelIterable
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    77eba88 View commit details
    Browse the repository at this point in the history
  9. INTPYTHON-348 add support for QuerySet.raw_mql()

    - Call super() on __init__s
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6cb1067 View commit details
    Browse the repository at this point in the history
  10. INTPYTHON-348 Add support for QuerySet.raw()

    - Fix super
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fc139f4 View commit details
    Browse the repository at this point in the history
  11. INTPYTHON-348 Add support for QuerySet.raw()

    - Fix __str__ on MongoRawQuerySet
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d404886 View commit details
    Browse the repository at this point in the history
  12. INTPYTHON-348 Add support for QuerySet.raw()

    - Partial fix for datefield converter bug
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8b097cf View commit details
    Browse the repository at this point in the history
  13. INTPYTHON-348 add support for QuerySet.raw_mql()

    - Move raw_query to expected test failures
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    13943d1 View commit details
    Browse the repository at this point in the history
  14. INTPYTHON-348 Add support for QuerySet.raw()

    - Partial fix for datefield converter bug
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ef4ff15 View commit details
    Browse the repository at this point in the history
  15. INTPYTHON-348 Add support for QuerySet.raw()

    - Tim tips
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1d56969 View commit details
    Browse the repository at this point in the history
  16. INTPYTHON-348 Add support for QuerySet.raw()

    - Fix MongoRawModelIterable
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a2008bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f6c07f View commit details
    Browse the repository at this point in the history
  18. Skip test_result_caching

    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1674c09 View commit details
    Browse the repository at this point in the history
  19. Revert "Skip test_result_caching"

    This reverts commit 1674c09.
    aclark4life committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    63db8d4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    569719b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    900c28f View commit details
    Browse the repository at this point in the history
  2. Fix import

    aclark4life committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6991da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef5fe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix linting

    timgraham committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2fadcf1 View commit details
    Browse the repository at this point in the history
  2. fix peek to get columns

    timgraham committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    307f477 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. remove unused params arg

    timgraham committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d93ab0c View commit details
    Browse the repository at this point in the history
  2. run tests

    timgraham committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    565ade1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    626442b View commit details
    Browse the repository at this point in the history
  2. rename module/move code

    timgraham committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7a8e255 View commit details
    Browse the repository at this point in the history
  3. rename to raw_aggregate()

    timgraham committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8aadecc View commit details
    Browse the repository at this point in the history
  4. wip docs

    timgraham committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a74a224 View commit details
    Browse the repository at this point in the history