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

Add dynamic check in EmbeddedDocumentField lookup_member #2252

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2020

  1. Fix bug introduced in -1.19 related to DictField validate failing wit…

    …hout default connection
    cp-bagerard committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    d738462 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    86e965f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095217e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Add check for _dynamic in lookup_member that returns DynamicField for…

    … DynamicEmbeddedDocument subclasses
    tjhall13 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    ee9a8b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

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

Commits on Feb 8, 2020

  1. Merge pull request MongoEngine#2265 from bagerard/fix_ci_lib_drop_pyt…

    …hon2_support
    
    fix indirect library version (zipp) that dropped python2 support recently
    bagerard committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    235b1a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Add support for the elemMatch projection operator. Add basic tests to…

    … the fields queryset method.
    abarto committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    4bca3de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Mar 2, 2020

  1. Merge pull request MongoEngine#2272 from leodmgs/add-return-docstr-to…

    …-save-function
    
    Add return info in the save function docstring
    bagerard committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b453a96 View commit details
    Browse the repository at this point in the history
  2. reformat with black

    cp-bagerard committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    cfb4943 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    d287f48 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Pacu2 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fda2e2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request MongoEngine#2264 from Pacu2/2263/combining-raw-and…

    …-regular-queries
    
    Fix for combining raw and regular filters
    bagerard committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a4d11ee View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    aa4a6ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request MongoEngine#2281 from bagerard/fix_py38_deprecatio…

    …n_warn
    
    Fix invalid escape seq in codebase
    bagerard committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    c937af3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:MongoEngine/mongoengine into supp…

    …ort-elemmatch-projection
    cp-bagerard committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    beabaee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c0efc View commit details
    Browse the repository at this point in the history
  5. Merge pull request MongoEngine#2267 from abarto/support-elemmatch-pro…

    …jection
    
    Add support for the elemMatch projection operator
    bagerard committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    7c53339 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

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

Commits on Mar 17, 2020

  1. update changelog

    cp-bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ad0669a View commit details
    Browse the repository at this point in the history
  2. Merge pull request MongoEngine#2242 from bagerard/fix_dictfield_valid…

    …ation
    
    Fix bug introduced in 0.19 related to DictField validation
    bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    00ae629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aadc626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb5179 View commit details
    Browse the repository at this point in the history
  5. Merge pull request MongoEngine#2283 from bagerard/remove_slave_okay_d…

    …eprecated
    
    remove qs.slave_okay() that is deprecated since pymongo3
    bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    beaa974 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:MongoEngine/mongoengine into remo…

    …ve_field_name_attribute_deprecated
    cp-bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    15c3dde View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:MongoEngine/mongoengine into remo…

    …ve_old_deprecated_method
    cp-bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    547cd4a View commit details
    Browse the repository at this point in the history
  8. Merge pull request MongoEngine#2284 from bagerard/remove_field_name_a…

    …ttribute_deprecated
    
    Remove name param in Field constructor (replaced by db_field)
    bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    68be9fe View commit details
    Browse the repository at this point in the history
  9. Merge pull request MongoEngine#2245 from bagerard/remove_old_deprecat…

    …ed_method
    
    [>= 0.19.0] Remove old deprecated method
    bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    6cc6229 View commit details
    Browse the repository at this point in the history
  10. Merge branch '2251-fix-lookuperror-in-dynamic-embedded-document' of g…

    …it://github.com/tjhall13/mongoengine into tjhall13-2251-fix-lookuperror-in-dynamic-embedded-document
    cp-bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    283ecfc View commit details
    Browse the repository at this point in the history
  11. fix linting

    cp-bagerard committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    610c723 View commit details
    Browse the repository at this point in the history