Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading