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):
34
34
supports_temporal_subtraction = True
35
35
# MongoDB stores datetimes in UTC.
36
36
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
38
38
supports_transactions = False
39
39
supports_unspecified_pk = True
40
40
uses_savepoints = False
@@ -575,7 +575,7 @@ def django_test_expected_failures(self):
575
575
"cache.tests.DBCacheWithTimeZoneTests" ,
576
576
},
577
577
"FilteredRelation not supported." : {
578
- # https://github.com/mongodb-labs /django-mongodb-backend/issues/157
578
+ # https://github.com/mongodb/django-mongodb-backend/issues/157
579
579
"filtered_relation.tests.FilteredRelationAggregationTests" ,
580
580
"filtered_relation.tests.FilteredRelationAnalyticalAggregationTests" ,
581
581
"filtered_relation.tests.FilteredRelationTests" ,
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ docs = [ "sphinx>=7"]
39
39
[project .urls ]
40
40
Homepage = " https://www.mongodb.org"
41
41
Documentation = " 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"
44
44
45
45
[tool .hatch .version ]
46
46
path = " django_mongodb_backend/__init__.py"
You can’t perform that action at this time.
0 commit comments