Skip to content

Commit 8f81d58

Browse files
committed
Update links for repo move from mongodb-labs to mongodb
1 parent 7c54410 commit 8f81d58

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
@@ -562,7 +562,7 @@ def django_test_expected_failures(self):
562562
"cache.tests.DBCacheWithTimeZoneTests",
563563
},
564564
"FilteredRelation not supported.": {
565-
# https://github.com/mongodb-labs/django-mongodb-backend/issues/157
565+
# https://github.com/mongodb/django-mongodb-backend/issues/157
566566
"filtered_relation.tests.FilteredRelationAggregationTests",
567567
"filtered_relation.tests.FilteredRelationAnalyticalAggregationTests",
568568
"filtered_relation.tests.FilteredRelationTests",

pyproject.toml

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

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

0 commit comments

Comments
 (0)