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 }}
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
a502117
User selector
All users
Datepicker
All time
Commit History
Commits on May 14, 2025
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
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
Pagination
Previous
Next
You can’t perform that action at this time.