Skip to content

Commit 09860b1

Browse files
committed
Update links for repo move from mongodb-labs to mongodb
1 parent 6ba78c3 commit 09860b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

django_mongodb_backend/features.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ docs = [ "sphinx>=7"]
3939
[project.urls]
4040
Homepage = "https://www.mongodb.org"
4141
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"
4444

4545
[tool.hatch.version]
4646
path = "django_mongodb_backend/__init__.py"

0 commit comments

Comments
 (0)