Skip to content

Commit

Permalink
Update links for repo move from mongodb-labs to mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Feb 19, 2025
1 parent 6ba78c3 commit 09860b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions django_mongodb_backend/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 09860b1

Please sign in to comment.