File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2525driver-short = " PyMongo"
2626driver-long = " PyMongo, the MongoDB synchronous Python driver,"
2727driver-async = " PyMongo Async"
28+ django-odm = " MongoDB Backend for Django"
2829language = " Python"
2930mdb-server = " MongoDB Server"
3031mongo-community = " MongoDB Community Edition"
Original file line number Diff line number Diff line change 1+ .. _django-issues-and-help:
2+
3+ =============
4+ Issues & Help
5+ =============
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ .. facet::
14+ :name: genre
15+ :values: reference
16+
17+ .. meta::
18+ :keywords: suggestion, bug, github, django
19+
20+ We're glad to have such a vibrant community of {+django-odm+}
21+ users. We recommend seeking support for general
22+ questions through the :community-forum:`MongoDB Community Forums. <tag/python/>`
23+
24+ Bugs / Feature Requests
25+ -----------------------
26+
27+ To report a bug or to request a new feature in {+driver-short+},
28+ please open an issue in JIRA, our issue-management tool, using the
29+ following steps:
30+
31+ 1. `Create a JIRA account <https://jira.mongodb.org>`__.
32+ #. Navigate to `the Python Integrations project <https://jira.mongodb.org/projects/INTPYTHON/>`__.
33+ #. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
34+ issue and the steps to reproduce it.
35+
36+ Bug reports in JIRA for the {+driver-short+} project can be viewed by everyone.
37+
38+ If you identify a security vulnerability in the driver or in any other
39+ MongoDB project, please report it according to the instructions found in
40+ :manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.
You can’t perform that action at this time.
0 commit comments