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
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
driver-short = "PyMongo"
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
driver-async = "PyMongo Async"
django-odm = "Django MongoDB Backend"
language = "Python"
mdb-server = "MongoDB Server"
mongo-community = "MongoDB Community Edition"
Expand Down
45 changes: 45 additions & 0 deletions source/django/issues-and-help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.. _django-issues-and-help:

=============
Issues & Help
=============

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: suggestion, bug, github, django

We're glad to have such a vibrant community of users of {+django-odm+}. We
recommend seeking support for general
questions through the :community-forum:`MongoDB Community Forums <tag/python/>`.

.. TODO: Uncomment below when limitations page is done
.. .. note::

.. {+django-odm+} is in public preview. To see a list of limitations, see the :ref:`limitations` page.

Bugs / Feature Requests
-----------------------

To report a bug or to request a new feature in {+django-odm+},
please open an issue in JIRA, our issue-management tool, using the
following steps:

1. `Create a JIRA account <https://jira.mongodb.org>`__.
#. Navigate to `the Python Integrations project <https://jira.mongodb.org/projects/INTPYTHON/>`__.
#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
#. Click :guilabel:`Create` to create an issue. Please provide as much information as possible about the

Q: Are you referring to the green 'Create' button at the top of the page? Should edit if so

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like that one does the same thing, but this is referring to the + Create Issue at the bottom of the list of issues I think

issue and the steps to reproduce it.

Bug reports in JIRA for the {+django-odm+} project can be viewed by everyone.

If you identify a security vulnerability in the driver or in any other
MongoDB project, please report it according to the instructions found in
:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.
Loading