File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -eux
4
4
5
- # Install the django-mongodb backend
5
+ # Install django-mongodb- backend
6
6
/opt/python/3.10/bin/python3 -m venv venv
7
7
. venv/bin/activate
8
8
python -m pip install -U pip
Original file line number Diff line number Diff line change 16
16
17
17
env :
18
18
# Changes per repo
19
- PRODUCT_NAME : django-mongodb
19
+ PRODUCT_NAME : django-mongodb-backend
20
20
# Changes per branch
21
- SILK_ASSET_GROUP : django-mongodb-main
22
- EVERGREEN_PROJECT : django-mongodb
21
+ SILK_ASSET_GROUP : django-mongodb-backend- main
22
+ EVERGREEN_PROJECT : django-mongodb-backend
23
23
24
24
defaults :
25
25
run :
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
name : Django Test Suite
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - name : Checkout django-mongodb
24
+ - name : Checkout django-mongodb-backend
25
25
uses : actions/checkout@v4
26
26
with :
27
27
persist-credentials : false
28
- - name : install the django-mongodb backend
28
+ - name : install django-mongodb- backend
29
29
run : |
30
30
pip3 install --upgrade pip
31
31
pip3 install -e .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ explore and build. The best way to share this is via our [MongoDB Community Foru
8
8
9
9
The development version of this package supports Django 5.0.x. To install it:
10
10
11
- ` pip install git+https://github.com/mongodb-labs/django-mongodb `
11
+ ` pip install git+https://github.com/mongodb-labs/django-mongodb-backend `
12
12
13
13
### Specifying the default primary key field
14
14
Original file line number Diff line number Diff line change 1
- django-mongodb uses third-party libraries or other resources that may
1
+ django-mongodb-backend uses third-party libraries or other resources that may
2
2
be distributed under licenses different than this software.
3
3
4
4
The attached notices are provided for information only.
5
5
6
- django-mongodb began by borrowing code from Django non-rel's
6
+ django-mongodb-backend began by borrowing code from Django non-rel's
7
7
django-mongodb-engine (https://github.com/django-nonrel/mongodb-engine),
8
8
abandoned since 2015 and Django 1.6.
9
9
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
40
40
supports_temporal_subtraction = True
41
41
# MongoDB stores datetimes in UTC.
42
42
supports_timezones = False
43
- # Not implemented: https://github.com/mongodb-labs/django-mongodb/issues/7
43
+ # Not implemented: https://github.com/mongodb-labs/django-mongodb-backend /issues/7
44
44
supports_transactions = False
45
45
supports_unspecified_pk = True
46
46
uses_savepoints = False
@@ -566,7 +566,7 @@ def django_test_expected_failures(self):
566
566
"cache.tests.DBCacheWithTimeZoneTests" ,
567
567
},
568
568
"FilteredRelation not supported." : {
569
- # https://github.com/mongodb-labs/django-mongodb/issues/157
569
+ # https://github.com/mongodb-labs/django-mongodb-backend /issues/157
570
570
"filtered_relation.tests.FilteredRelationAggregationTests" ,
571
571
"filtered_relation.tests.FilteredRelationAnalyticalAggregationTests" ,
572
572
"filtered_relation.tests.FilteredRelationTests" ,
Original file line number Diff line number Diff line change 1
- django-mongodb 5.0.x documentation
2
- ==================================
1
+ django-mongodb-backend 5.0.x documentation
2
+ ==========================================
3
3
4
4
.. toctree ::
5
5
:maxdepth: 1
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ docs = [ "sphinx>=7"]
38
38
[project .urls ]
39
39
Homepage = " https://www.mongodb.org"
40
40
Documentation = " https://django-mongodb-backend.readthedocs.io"
41
- Source = " https://github.com/mongodb-labs/django-mongodb"
42
- Tracker = " https://github.com/mongodb-labs/django-mongodb/issues"
41
+ Source = " https://github.com/mongodb-labs/django-mongodb-backend "
42
+ Tracker = " https://github.com/mongodb-labs/django-mongodb-backend /issues"
43
43
44
44
[tool .hatch .version ]
45
45
path = " django_mongodb_backend/__init__.py"
You can’t perform that action at this time.
0 commit comments