Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mongodb
/
django-mongodb-backend
Public
Notifications
You must be signed in to change notification settings
Fork
30
Star
200
Code
Issues
6
Pull requests
9
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
f783c8e
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 10, 2025
handle the case of None being passed
Jibola
committed
f783c8e
Copy full SHA for f783c8e
fix InExpression convert_path_name
Jibola
committed
77f9d34
Copy full SHA for 77f9d34
fixed path name reconcilitation issue on in JSONField tests
Jibola
committed
8331701
Copy full SHA for 8331701
Merge branch 'main' into expr-support-getfield
Jibola
authored
00426a7
Copy full SHA for 00426a7
fixed case where already nested fields (without getField) would not get converted
Jibola
committed
e62e299
Copy full SHA for e62e299
removed the getfield mutation on in test
Jibola
committed
a88fbe7
Copy full SHA for a88fbe7
fix assert not opmtmizable test within test_op_expressions
Jibola
committed
4257582
Copy full SHA for 4257582
removed mutation of getfield even when values aren't converted
Jibola
committed
bdc6ae0
Copy full SHA for bdc6ae0
Commits on Sep 9, 2025
Add stub release notes for 5.2.2
timgraham
committed
839ce4e
Copy full SHA for 839ce4e
Commits on Sep 8, 2025
BUMP 5.2.2.dev0
Show description for 2d4624e
mongodb-dbx-release-bot[bot]
committed
2d4624e
Copy full SHA for 2d4624e
fixed match and op conversion tests
Jibola
committed
07e6ffb
Copy full SHA for 07e6ffb
Bump version to 5.2.1
timgraham
committed
ef92710
Copy full SHA for ef92710
include tests for getfield on all basic ops
Jibola
committed
7ab6b37
Copy full SHA for 7ab6b37
fixed lint issues and lingering class usage
Jibola
committed
cfd13b6
Copy full SHA for cfd13b6
Merge branch 'main' into expr-support-getfield
Jibola
authored
088ffb2
Copy full SHA for 088ffb2
Cleanup README (wrap lines, clarify docs, remove list of features)
timgraham
committed
a24e963
Copy full SHA for a24e963
added getfield tests to expression conversion
Jibola
committed
edc0746
Copy full SHA for edc0746
INTPYTHON-736 Convert simple $expr queries to $match queries
Show description for 94eefad
2 people
authored and
timgraham
committed
94eefad
Copy full SHA for 94eefad
getField support overlay
Jibola
committed
22a43d4
Copy full SHA for 22a43d4
Bump to actions/setup-python v6, github/codeql-action 3.30.1, pypa/gh-action-pypi-publish 1.13.0
Show description for b94f0fc
dependabot[bot]
authored and
timgraham
committed
b94f0fc
Copy full SHA for b94f0fc
INTPYTHON-743 Allow using MongoDB connection string in DATABASES["HOST"]
timgraham
committed
862c2cd
Copy full SHA for 862c2cd
Add tests for DatabaseWrapper.get_connection_params()
timgraham
committed
5982f6b
Copy full SHA for 5982f6b
INTPYTHON-730 Make search index creation and deletion synchronous
timgraham
committed
7e5b229
Copy full SHA for 7e5b229
Commits on Sep 7, 2025
try without deepcopy
timgraham
committed
0c27833
Copy full SHA for 0c27833
INTPYTHON-736 Convert simple $expr queries to $match queries
Show description for 1da1bc1
2 people
authored and
timgraham
committed
1da1bc1
Copy full SHA for 1da1bc1
Commits on Sep 5, 2025
Add MongoTestCaseMixin.assertAggregateQuery()
timgraham
committed
dc134f6
Copy full SHA for dc134f6
Commits on Sep 4, 2025
Remove usage of isinstance() with unioned types
Show description for 5fbe0f6
timgraham
committed
5fbe0f6
Copy full SHA for 5fbe0f6
Update readthedocs config for removal of docs/source
Show description for d7f8fd2
aclark4life
authored
d7f8fd2
Copy full SHA for d7f8fd2
Flatten docs/source (following structure of Django docs)
timgraham
committed
756ff67
Copy full SHA for 756ff67
Commits on Sep 3, 2025
Add stub release notes for 5.2.1
timgraham
committed
13eb2f4
Copy full SHA for 13eb2f4
Commits on Sep 2, 2025
BUMP 5.2.1.dev0
Show description for b8e2d9c
mongodb-dbx-release-bot[bot]
committed
b8e2d9c
Copy full SHA for b8e2d9c
Bump version to 5.2.0 (#386)
aclark4life
authored
b6697c2
Copy full SHA for b6697c2
Bump version to 5.2.0
timgraham
committed
15df57d
Copy full SHA for 15df57d
Correct docs: geospatial query operators can be used
timgraham
committed
eb77b3e
Copy full SHA for eb77b3e
Commits on Aug 29, 2025
BUMP 5.2.0.b4
Show description for 3880777
mongodb-dbx-release-bot[bot]
committed
3880777
Copy full SHA for 3880777
Pagination
Previous
Next
You can’t perform that action at this time.