Skip to content

Commit

Permalink
rename project title to "Django MongoDB Backend"
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 14, 2025
1 parent 3cdd501 commit 11754df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MongoDB backend for Django
# Django MongoDB Backend

This backend is currently in development and is not advised for Production workflows. Backwards incompatible
changes may be made without notice. We welcome your feedback as we continue to
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "django-mongodb-backend"
dynamic = ["version", "dependencies"]
description = "MongoDB backend for Django"
description = "Django MongoDB Backend"
readme = "README.md"
license = {file="LICENSE"}
requires-python = ">=3.10"
Expand Down

0 comments on commit 11754df

Please sign in to comment.