-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: master
Are you sure you want to change the base?
Add dynamic check in EmbeddedDocumentField lookup_member #2252
Commits on Jan 11, 2020
-
Fix bug introduced in -1.19 related to DictField validate failing wit…
…hout default connection
Configuration menu - View commit details
-
Copy full SHA for d738462 - Browse repository at this point
Copy the full SHA d738462View commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 86e965f - Browse repository at this point
Copy the full SHA 86e965fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 095217e - Browse repository at this point
Copy the full SHA 095217eView commit details
Commits on Jan 23, 2020
-
Add check for _dynamic in lookup_member that returns DynamicField for…
… DynamicEmbeddedDocument subclasses
Configuration menu - View commit details
-
Copy full SHA for ee9a8b1 - Browse repository at this point
Copy the full SHA ee9a8b1View commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 450658d - Browse repository at this point
Copy the full SHA 450658dView commit details
Commits on Feb 8, 2020
-
Merge pull request MongoEngine#2265 from bagerard/fix_ci_lib_drop_pyt…
…hon2_support fix indirect library version (zipp) that dropped python2 support recently
Configuration menu - View commit details
-
Copy full SHA for 235b1a3 - Browse repository at this point
Copy the full SHA 235b1a3View commit details
Commits on Feb 14, 2020
-
Add support for the elemMatch projection operator. Add basic tests to…
… the fields queryset method.
Configuration menu - View commit details
-
Copy full SHA for 4bca3de - Browse repository at this point
Copy the full SHA 4bca3deView commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81f9b35 - Browse repository at this point
Copy the full SHA 81f9b35View commit details
Commits on Mar 2, 2020
-
Merge pull request MongoEngine#2272 from leodmgs/add-return-docstr-to…
…-save-function Add return info in the save function docstring
Configuration menu - View commit details
-
Copy full SHA for b453a96 - Browse repository at this point
Copy the full SHA b453a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb4943 - Browse repository at this point
Copy the full SHA cfb4943View commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d287f48 - Browse repository at this point
Copy the full SHA d287f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda2e2b - Browse repository at this point
Copy the full SHA fda2e2bView commit details -
Merge pull request MongoEngine#2264 from Pacu2/2263/combining-raw-and…
…-regular-queries Fix for combining raw and regular filters
Configuration menu - View commit details
-
Copy full SHA for a4d11ee - Browse repository at this point
Copy the full SHA a4d11eeView commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa4a6ae - Browse repository at this point
Copy the full SHA aa4a6aeView commit details -
Merge pull request MongoEngine#2281 from bagerard/fix_py38_deprecatio…
…n_warn Fix invalid escape seq in codebase
Configuration menu - View commit details
-
Copy full SHA for c937af3 - Browse repository at this point
Copy the full SHA c937af3View commit details -
Merge branch 'master' of github.com:MongoEngine/mongoengine into supp…
…ort-elemmatch-projection
Configuration menu - View commit details
-
Copy full SHA for beabaee - Browse repository at this point
Copy the full SHA beabaeeView commit details -
improve docstring related to MongoEngine#2267 and document the change…
… in the changelog
Configuration menu - View commit details
-
Copy full SHA for c0c0efc - Browse repository at this point
Copy the full SHA c0c0efcView commit details -
Merge pull request MongoEngine#2267 from abarto/support-elemmatch-pro…
…jection Add support for the elemMatch projection operator
Configuration menu - View commit details
-
Copy full SHA for 7c53339 - Browse repository at this point
Copy the full SHA 7c53339View commit details
Commits on Mar 16, 2020
-
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_…
…dictfield_validation
Configuration menu - View commit details
-
Copy full SHA for 8751224 - Browse repository at this point
Copy the full SHA 8751224View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad0669a - Browse repository at this point
Copy the full SHA ad0669aView commit details -
Merge pull request MongoEngine#2242 from bagerard/fix_dictfield_valid…
…ation Fix bug introduced in 0.19 related to DictField validation
Configuration menu - View commit details
-
Copy full SHA for 00ae629 - Browse repository at this point
Copy the full SHA 00ae629View commit details -
Configuration menu - View commit details
-
Copy full SHA for aadc626 - Browse repository at this point
Copy the full SHA aadc626View commit details -
Remove Field(name='...') which was deprecated when db_field was intro…
…duced a while ago
Configuration menu - View commit details
-
Copy full SHA for 8eb5179 - Browse repository at this point
Copy the full SHA 8eb5179View commit details -
Merge pull request MongoEngine#2283 from bagerard/remove_slave_okay_d…
…eprecated remove qs.slave_okay() that is deprecated since pymongo3
Configuration menu - View commit details
-
Copy full SHA for beaa974 - Browse repository at this point
Copy the full SHA beaa974View commit details -
Merge branch 'master' of github.com:MongoEngine/mongoengine into remo…
…ve_field_name_attribute_deprecated
Configuration menu - View commit details
-
Copy full SHA for 15c3dde - Browse repository at this point
Copy the full SHA 15c3ddeView commit details -
Merge branch 'master' of github.com:MongoEngine/mongoengine into remo…
…ve_old_deprecated_method
Configuration menu - View commit details
-
Copy full SHA for 547cd4a - Browse repository at this point
Copy the full SHA 547cd4aView commit details -
Merge pull request MongoEngine#2284 from bagerard/remove_field_name_a…
…ttribute_deprecated Remove name param in Field constructor (replaced by db_field)
Configuration menu - View commit details
-
Copy full SHA for 68be9fe - Browse repository at this point
Copy the full SHA 68be9feView commit details -
Merge pull request MongoEngine#2245 from bagerard/remove_old_deprecat…
…ed_method [>= 0.19.0] Remove old deprecated method
Configuration menu - View commit details
-
Copy full SHA for 6cc6229 - Browse repository at this point
Copy the full SHA 6cc6229View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 283ecfc - Browse repository at this point
Copy the full SHA 283ecfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 610c723 - Browse repository at this point
Copy the full SHA 610c723View commit details