Skip to content

Commit

Permalink
left some conflict markers in - oops
Browse files Browse the repository at this point in the history
  • Loading branch information
John Arnfield committed Aug 17, 2011
1 parent bd00557 commit 88cb8f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mongoengine/queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,15 +617,9 @@ def _transform_query(cls, _doc_cls=None, _field_operation=False, **query):
"""
operators = ['ne', 'gt', 'gte', 'lt', 'lte', 'in', 'nin', 'mod',
'all', 'size', 'exists', 'not']
<<<<<<< HEAD
geo_operators = ['within_distance', 'within_spherical_distance', 'within_box', 'near', 'near_sphere']
geo_operators = ['within_distance', 'within_spherical_distance', 'within_box', 'within_polygon' 'near', 'near_sphere']
match_operators = ['contains', 'icontains', 'startswith',
'istartswith', 'endswith', 'iendswith',
=======
geo_operators = ['within_distance', 'within_spherical_distance', 'within_box', 'within_polygon', 'near', 'near_sphere']
match_operators = ['contains', 'icontains', 'startswith',
'istartswith', 'endswith', 'iendswith',
>>>>>>> master
'exact', 'iexact']

mongo_query = {}
Expand Down

0 comments on commit 88cb8f3

Please sign in to comment.