From 09860b1a18b2b0c989f9c3270d07b2e0005d5578 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 19 Feb 2025 11:05:29 -0500 Subject: [PATCH] Update links for repo move from mongodb-labs to mongodb --- django_mongodb_backend/features.py | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/django_mongodb_backend/features.py b/django_mongodb_backend/features.py index bfb80b05..9a974814 100644 --- a/django_mongodb_backend/features.py +++ b/django_mongodb_backend/features.py @@ -34,7 +34,7 @@ class DatabaseFeatures(BaseDatabaseFeatures): supports_temporal_subtraction = True # MongoDB stores datetimes in UTC. supports_timezones = False - # Not implemented: https://github.com/mongodb-labs/django-mongodb-backend/issues/7 + # Not implemented: https://github.com/mongodb/django-mongodb-backend/issues/7 supports_transactions = False supports_unspecified_pk = True uses_savepoints = False @@ -575,7 +575,7 @@ def django_test_expected_failures(self): "cache.tests.DBCacheWithTimeZoneTests", }, "FilteredRelation not supported.": { - # https://github.com/mongodb-labs/django-mongodb-backend/issues/157 + # https://github.com/mongodb/django-mongodb-backend/issues/157 "filtered_relation.tests.FilteredRelationAggregationTests", "filtered_relation.tests.FilteredRelationAnalyticalAggregationTests", "filtered_relation.tests.FilteredRelationTests", diff --git a/pyproject.toml b/pyproject.toml index 78ba83d2..241874fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,8 @@ docs = [ "sphinx>=7"] [project.urls] Homepage = "https://www.mongodb.org" Documentation = "https://django-mongodb-backend.readthedocs.io" -Source = "https://github.com/mongodb-labs/django-mongodb-backend" -Tracker = "https://github.com/mongodb-labs/django-mongodb-backend/issues" +Source = "https://github.com/mongodb/django-mongodb-backend" +Tracker = "https://github.com/mongodb/django-mongodb-backend/issues" [tool.hatch.version] path = "django_mongodb_backend/__init__.py"