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 }}
IntelligentSynthesis
/
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
4633a9e
User selector
All users
Datepicker
All time
Commit History
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
Fix Trunc database function with tzinfo parameter
timgraham
committed
85f02ef
Copy full SHA for 85f02ef
add update.tests.AdvancedTests.test_update_values_annotation to skipped tests
timgraham
committed
658f936
Copy full SHA for 658f936
Commits on Apr 29, 2025
INTPYTHON-599 Make a field's custom transforms available in embedded model queries
timgraham
committed
782feb7
Copy full SHA for 782feb7
INTPYTHON-599 Make a field's custom lookups available in embedded model queries
timgraham
committed
6f8c322
Copy full SHA for 6f8c322
Commits on Apr 24, 2025
Use DatabaseFeatures.rounds_to_even (new in Django 5.2)
timgraham
committed
9ce9ef3
Copy full SHA for 9ce9ef3
Add support for JSONArray function
WaVEV
authored and
timgraham
committed
c71bc66
Copy full SHA for c71bc66
Implement ColPairs.as_mql() to fix regression in some prefetch_related()
Show description for 8278cbd
timgraham
committed
8278cbd
Copy full SHA for 8278cbd
Fix columns order in aggregation queries
Show description for f15c8a3
WaVEV
authored and
timgraham
committed
f15c8a3
Copy full SHA for f15c8a3
Update to Django 5.2
Show description for 0920486
timgraham
committed
0920486
Copy full SHA for 0920486
PYTHON-5348 Fix CodeQL Scanning for GitHub Actions (#294)
blink1073
authored
b1fc7ad
Copy full SHA for b1fc7ad
Commits on Apr 21, 2025
BUMP 5.1.0b3.dev
Show description for 43f477c
mongodb-dbx-release-bot[bot]
committed
43f477c
Copy full SHA for 43f477c
Bump 5.1.0b2 release date (#291)
timgraham
authored
377913a
Copy full SHA for 377913a
Commits on Apr 17, 2025
Bump version to 5.1.0b2
timgraham
committed
2bb51d1
Copy full SHA for 2bb51d1
PYTHON-5188 Make version setting a part of the release process (#288)
Show description for 8dbfb60
blink1073
authored
8dbfb60
Copy full SHA for 8dbfb60
Commits on Apr 13, 2025
Replace DatabaseWrapper.__getattr__() with a simpler database attribute
timgraham
committed
c27064c
Copy full SHA for c27064c
Add a test for connection.database in the connection_created signal.
Show description for 961ec66
timgraham
committed
961ec66
Copy full SHA for 961ec66
Commits on Apr 11, 2025
INTPYTHON-460 Documented supported versions and branch policy
timgraham
committed
0ac7ca9
Copy full SHA for 0ac7ca9
Commits on Apr 9, 2025
Correct docs: QuerySet.distinct() is supported
Show description for 4b48571
aclark4life
authored and
timgraham
committed
4b48571
Copy full SHA for 4b48571
Commits on Apr 8, 2025
Re-add ArrayField.size (now for fixed length validation)
WaVEV
authored and
timgraham
committed
d0ce345
Copy full SHA for d0ce345
Use assertRaisesMessage() in some tests
timgraham
committed
98c57ae
Copy full SHA for 98c57ae
Correct docs on ArrayField.max_size validation
timgraham
committed
d329019
Copy full SHA for d329019
Rename ArrayField.size to max_size
timgraham
committed
07601dd
Copy full SHA for 07601dd
Omit size=None from ArrayField.deconstruct()
timgraham
committed
7f0ab5a
Copy full SHA for 7f0ab5a
Commits on Apr 6, 2025
Add a better error message when a Func is missing as_mql()
timgraham
committed
4de9516
Copy full SHA for 4de9516
Commits on Apr 2, 2025
Use dirhtml builder for Read the Docs
Show description for ef82d68
timgraham
committed
ef82d68
Copy full SHA for ef82d68
Commits on Mar 25, 2025
Fix QuerySet.raw_aggregate() when document key order differs from model field order
Jibola
authored and
timgraham
committed
5ab4f6e
Copy full SHA for 5ab4f6e
Update test to support pymongo change (#276)
aclark4life
authored
51b6b07
Copy full SHA for 51b6b07
Commits on Mar 22, 2025
Add Index.get_pymongo_index_model() hook
WaVEV
authored
2f184a5
Copy full SHA for 2f184a5
Commits on Mar 15, 2025
INTPYTHON-451 Add support for database caching
Show description for 64b1c10
WaVEV
and
timgraham
committed
64b1c10
Copy full SHA for 64b1c10
Commits on Mar 12, 2025
Remove bash prompt prefix in README to ease clipboard copying
timgraham
committed
67e1e9f
Copy full SHA for 67e1e9f
Pagination
Previous
Next
You can’t perform that action at this time.