Skip to content

Commit a66f316

Browse files
DOCSP-46330 Issues & help (#146)
1 parent 5babfca commit a66f316

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2525
driver-short = "PyMongo"
2626
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2727
driver-async = "PyMongo Async"
28+
django-odm = "Django MongoDB Backend"
2829
language = "Python"
2930
mdb-server = "MongoDB Server"
3031
mongo-community = "MongoDB Community Edition"

source/django/issues-and-help.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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 users of {+django-odm+}. We
21+
recommend seeking support for general
22+
questions through the :community-forum:`MongoDB Community Forums <tag/python/>`.
23+
24+
.. TODO: Uncomment below when limitations page is done
25+
.. .. note::
26+
27+
.. {+django-odm+} is in public preview. To see a list of limitations, see the :ref:`limitations` page.
28+
29+
Bugs / Feature Requests
30+
-----------------------
31+
32+
To report a bug or to request a new feature in {+django-odm+},
33+
please open an issue in JIRA, our issue-management tool, using the
34+
following steps:
35+
36+
1. `Create a JIRA account <https://jira.mongodb.org>`__.
37+
#. Navigate to `the Python Integrations project <https://jira.mongodb.org/projects/INTPYTHON/>`__.
38+
#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
39+
issue and the steps to reproduce it.
40+
41+
Bug reports in JIRA for the {+django-odm+} project can be viewed by everyone.
42+
43+
If you identify a security vulnerability in the driver or in any other
44+
MongoDB project, please report it according to the instructions found in
45+
:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.

0 commit comments

Comments
 (0)