Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Notifications
You must be signed in to change notification settings
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
fe862bf
User selector
All users
Datepicker
All time
Commit History
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
Commits on May 16, 2025
Fix database converter crash when loading models with a null ArrayField value
timgraham
committed
3885833
Copy full SHA for 3885833
Commits on May 14, 2025
BUMP 5.2.0b1.dev0
Show description for 223a271
mongodb-dbx-release-bot[bot]
committed
223a271
Copy full SHA for 223a271
Update Release Dates (#304)
Jibola
authored
a502117
Copy full SHA for a502117
Commits on May 13, 2025
Bump version to 5.2.0b0
timgraham
committed
d722741
Copy full SHA for d722741
Fix indentation of EmbeddedModelField.embedded_model
timgraham
committed
81df3ad
Copy full SHA for 81df3ad
Commits on May 12, 2025
Remove parse_uri()'s conn_max_age parameter
Show description for e2bbb37
timgraham
committed
e2bbb37
Copy full SHA for e2bbb37
INTPYTHON-574 Add support for connection pooling
timgraham
committed
a643d98
Copy full SHA for a643d98
Commits on May 8, 2025
Add "Known issues and limitations" link to the index
timgraham
committed
ad165bd
Copy full SHA for ad165bd
Fix typos in docs/source/topics/known-issues.rst
timgraham
committed
852a040
Copy full SHA for 852a040
Commits on May 7, 2025
Correct docs: QuerySet.bulk_update() is supported
Show description for 01ba344
timgraham
committed
01ba344
Copy full SHA for 01ba344
Commits on May 6, 2025
INTPYTHON-602 Fix QuerySet results of embedded model fields that have field converters
Show description for 12e293c
timgraham
committed
12e293c
Copy full SHA for 12e293c
Commits on May 5, 2025
INTPYTHON-602 Fix QuerySet results of embedded model fields that use database converters
timgraham
committed
4633a9e
Copy full SHA for 4633a9e
Commits on May 4, 2025
Add SearchIndex and VectorSearchIndex
Show description for 8804c87
WaVEV
and
timgraham
committed
8804c87
Copy full SHA for 8804c87
Move assertAddRemoveIndex() to a mixin
timgraham
committed
38cf2b4
Copy full SHA for 38cf2b4
Commits on May 3, 2025
Add support for QuerySet.dates() and datetimes()
Show description for d5b0e1b
timgraham
committed
d5b0e1b
Copy full SHA for d5b0e1b
Document the tzinfo parameter of TruncDate/TruncTime as unsupported
Show description for d04cbc5
timgraham
committed
d04cbc5
Copy full SHA for d04cbc5
Pagination
Previous
Next
You can’t perform that action at this time.