- 
    Type:New Feature 
- 
    Resolution: Done
- 
    Priority:Unknown 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: None
- 
    None
- 
        Python Drivers
- 
        Completed
- 
        
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
Context
We will skip raw_find() for public preview and GA as we believe aggregation would let people do what find would. Revisit if any customer requests
Definition of done
A new method, QuerySet.raw_aggregate() will be added to take MongoDB Aggregation Pipeline arguments. Callouts – Mutated data may not manifest as the proper QuerySet object. Investigate if "RawQuerySet" will mitigate this issue.
Pitfalls
Implementation takes more time than preempted