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 }}
aclark4life
/
django-mongodb-backend
Public
forked from
mongodb/django-mongodb-backend
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
fix-typo
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 21, 2025
Fix typo
aclark4life
committed
4d2111a
Copy full SHA for 4d2111a
Commits on Jul 17, 2025
Fix Trunc functions RecursionError crash on non-MongoDB databases
timgraham
committed
33bdcc2
Copy full SHA for 33bdcc2
Commits on Jul 15, 2025
Restored documentation navigation
Show description for e91193b
timgraham
committed
e91193b
Copy full SHA for e91193b
Commits on Jul 12, 2025
Remove unused F.as_mql()
WaVEV
authored
d867eb6
Copy full SHA for d867eb6
Commits on Jul 11, 2025
Update Sphinx root_doc to index (the default value)
Show description for daa9a8e
aclark4life
authored and
timgraham
committed
daa9a8e
Copy full SHA for daa9a8e
Commits on Jul 7, 2025
Update github/codeql-action from 3.29.1 to 3.29.2 and zizmorcore/zizmor-action to latest
dependabot[bot]
authored
8ce4f96
Copy full SHA for 8ce4f96
INTPYTHON-624 Add PolymorphicEmbeddedModelField
timgraham
committed
bc290a0
Copy full SHA for bc290a0
Make Value wrap lists in $literal
timgraham
committed
1927cc3
Copy full SHA for 1927cc3
Add Field.stores_model_instance
timgraham
committed
f9ebf0a
Copy full SHA for f9ebf0a
Fix lookup typo in EmbeddedModelArrayField test
timgraham
committed
ed516e3
Copy full SHA for ed516e3
Commits on Jul 4, 2025
PYTHON-5430 Use the zizmor action
timgraham
committed
6a9f36a
Copy full SHA for 6a9f36a
Commits on Jun 30, 2025
Bump github/codeql-action from 3.29.0 to 3.29.1 in the actions group
Show description for 6e84674
dependabot[bot]
authored and
timgraham
committed
6e84674
Copy full SHA for 6e84674
Commits on Jun 25, 2025
Add FAQ about slow joins
timgraham
committed
84c8299
Copy full SHA for 84c8299
Commits on Jun 24, 2025
INTPYTHON-355 Add transaction support
timgraham
committed
4ca6c90
Copy full SHA for 4ca6c90
Add skips for composite_pk tests
timgraham
committed
5bf7f0f
Copy full SHA for 5bf7f0f
INTPYTHON-654 Add options parameter to parse_uri()
aclark4life
authored and
timgraham
committed
b488d98
Copy full SHA for b488d98
Commits on Jun 23, 2025
Make EmbeddedModelField.validate() check value type
timgraham
committed
fe862bf
Copy full SHA for fe862bf
Remove useless code in EmbeddedModelField.validate()
timgraham
committed
1c4d2bd
Copy full SHA for 1c4d2bd
Bump actions-rust-lang/setup-rust-toolchain in the actions group
Show description for 31a729c
dependabot[bot]
authored and
timgraham
committed
31a729c
Copy full SHA for 31a729c
Commits on Jun 18, 2025
Add subquery support for EmbeddedModelArrayField
WaVEV
authored and
timgraham
committed
b8efc93
Copy full SHA for b8efc93
Shorten a couple of test model field names
timgraham
committed
c67fab1
Copy full SHA for c67fab1
Commits on Jun 16, 2025
Bump github/codeql-action from 3.28.18 to 3.29.0 in the actions group
Show description for cdb9d1a
dependabot[bot]
authored and
timgraham
committed
cdb9d1a
Copy full SHA for cdb9d1a
Commits on Jun 8, 2025
Pin GitHub actions to a hash per zizmor
timgraham
committed
08e40f5
Copy full SHA for 08e40f5
Commits on Jun 4, 2025
BUMP 5.2.0b2.dev0
Show description for 4fafdeb
mongodb-dbx-release-bot[bot]
committed
4fafdeb
Copy full SHA for 4fafdeb
Bump version to 5.2.0b1 (#312)
timgraham
authored
b495b8f
Copy full SHA for b495b8f
Add support for querying EmbeddedModelArrayField
WaVEV
authored and
timgraham
committed
13efcd1
Copy full SHA for 13efcd1
Add a prefix to ArrayField's fieldlookup directives
Show description for 17fb974
timgraham
committed
17fb974
Copy full SHA for 17fb974
Commits on Jun 3, 2025
Fix crash when EmbeddedModelArrayField's embedded_model arg is a string
timgraham
committed
2617e5b
Copy full SHA for 2617e5b
Commits on Jun 2, 2025
INTPYTHON-483 Add EmbeddedModelArrayField
timgraham
committed
fe24e7a
Copy full SHA for fe24e7a
Polished embedded model example
timgraham
committed
8c501aa
Copy full SHA for 8c501aa
Document that embedded models don't have a primary key value
timgraham
committed
525d960
Copy full SHA for 525d960
Reorder classes in forms/fields/embedded_model.py
Show description for dbeb2de
timgraham
committed
dbeb2de
Copy full SHA for dbeb2de
Commits on May 22, 2025
Update mongodb.com Django MongoDB Backend links to 5.2
timgraham
committed
c5bfebf
Copy full SHA for c5bfebf
Use tilde prefix for a couple links in docs/source/ref/models/fields.rst
timgraham
committed
2915bbb
Copy full SHA for 2915bbb
Made directive indentation consistent in docs
Show description for 26b0055
timgraham
committed
26b0055
Copy full SHA for 26b0055
Pagination
Previous
Next
You can’t perform that action at this time.