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
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
9ce9ef3
User selector
All users
Datepicker
All time
Commit History
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
Commits on Mar 3, 2025
PYTHON-5148 Update SBOM usage for Kondukto (#265)
blink1073
authored
8a57a06
Copy full SHA for 8a57a06
Commits on Feb 27, 2025
BUMP 5.1.0b1
Show description for 6ffaa4e
mongodb-dbx-release-bot[bot]
committed
6ffaa4e
Copy full SHA for 6ffaa4e
Commits on Feb 25, 2025
Add release date for 5.1.0b1 and 5.0.0b1
timgraham
committed
377f55e
Copy full SHA for 377f55e
Add a database router so dumpdata can ignore embedded models
timgraham
committed
bc0659c
Copy full SHA for bc0659c
INTPYTHON-393 Remove ObjectIdAutoField acceptance of integer values
timgraham
committed
59ace00
Copy full SHA for 59ace00
Commits on Feb 24, 2025
Add release notes
timgraham
committed
18e7177
Copy full SHA for 18e7177
INTPYTHON-509 Add db_name parameter to parse_uri()
timgraham
committed
0c335cb
Copy full SHA for 0c335cb
Commits on Feb 19, 2025
Update links for repo move from mongodb-labs to mongodb
timgraham
committed
09860b1
Copy full SHA for 09860b1
Restructure docs per Diátaxis framework
Show description for 6ba78c3
timgraham
committed
6ba78c3
Copy full SHA for 6ba78c3
Pagination
Previous
Next
You can’t perform that action at this time.