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
@@ -562,7 +562,7 @@ def django_test_expected_failures(self):
562
562
"cache.tests.DBCacheWithTimeZoneTests" ,
563
563
},
564
564
"FilteredRelation not supported." : {
565
- # https://github.com/mongodb-labs /django-mongodb-backend/issues/157
565
+ # https://github.com/mongodb/django-mongodb-backend/issues/157
566
566
"filtered_relation.tests.FilteredRelationAggregationTests" ,
567
567
"filtered_relation.tests.FilteredRelationAnalyticalAggregationTests" ,
568
568
"filtered_relation.tests.FilteredRelationTests" ,
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ docs = [ "sphinx>=7"]
38
38
[project .urls ]
39
39
Homepage = " https://www.mongodb.org"
40
40
Documentation = " https://django-mongodb-backend.readthedocs.io"
41
- Source = " https://github.com/mongodb-labs /django-mongodb-backend"
42
- Tracker = " https://github.com/mongodb-labs /django-mongodb-backend/issues"
41
+ Source = " https://github.com/mongodb/django-mongodb-backend"
42
+ Tracker = " https://github.com/mongodb/django-mongodb-backend/issues"
43
43
44
44
[tool .hatch .version ]
45
45
path = " django_mongodb_backend/__init__.py"
You can’t perform that action at this time.
0 commit comments