File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
3434 supports_temporal_subtraction = True
3535 # MongoDB stores datetimes in UTC.
3636 supports_timezones = False
37- # Not implemented: https://github.com/mongodb-labs /django-mongodb-backend/issues/7
37+ # Not implemented: https://github.com/mongodb/django-mongodb-backend/issues/7
3838 supports_transactions = False
3939 supports_unspecified_pk = True
4040 uses_savepoints = False
@@ -575,7 +575,7 @@ def django_test_expected_failures(self):
575575 "cache.tests.DBCacheWithTimeZoneTests" ,
576576 },
577577 "FilteredRelation not supported." : {
578- # https://github.com/mongodb-labs /django-mongodb-backend/issues/157
578+ # https://github.com/mongodb/django-mongodb-backend/issues/157
579579 "filtered_relation.tests.FilteredRelationAggregationTests" ,
580580 "filtered_relation.tests.FilteredRelationAnalyticalAggregationTests" ,
581581 "filtered_relation.tests.FilteredRelationTests" ,
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ docs = [ "sphinx>=7"]
3939[project .urls ]
4040Homepage = " https://www.mongodb.org"
4141Documentation = " https://django-mongodb-backend.readthedocs.io"
42- Source = " https://github.com/mongodb-labs /django-mongodb-backend"
43- Tracker = " https://github.com/mongodb-labs /django-mongodb-backend/issues"
42+ Source = " https://github.com/mongodb/django-mongodb-backend"
43+ Tracker = " https://github.com/mongodb/django-mongodb-backend/issues"
4444
4545[tool .hatch .version ]
4646path = " django_mongodb_backend/__init__.py"
You can’t perform that action at this time.
0 commit comments