diff options
| author | Vibhu Agarwal <vibhu4agarwal@gmail.com> | 2020-02-01 22:28:18 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-03 11:36:05 +0100 |
| commit | 8ed5ac4eb42b036144072e94d88873c1eaef09cb (patch) | |
| tree | 9dbf83e51405a760bce96848e025e998da6bcd77 | |
| parent | 8aaa7a2960c7d82c7d2c5e1598a2fea65ed6f092 (diff) | |
[3.0.x] Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.
Backport of 1a09708dcb2f60ad5ca0a75b8de9619356f74ff6 from master
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 5 |
2 files changed, 3 insertions, 3 deletions
@@ -895,6 +895,7 @@ answer newbie questions, and generally made Django that much better: valtron Vasiliy Stavenko <stavenko@gmail.com> Vasil Vangelovski + Vibhu Agarwal <vibhu-agarwal.github.io> Victor Andrée viestards.lists@gmail.com Viktor Danyliuk <v.v.danyliuk@gmail.com> diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index 89c11c3a32..a85f689326 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -91,9 +91,8 @@ part of that. Here are some tips on how to make a request most effectively: * Make sure the feature actually requires changes in Django's core. If your idea can be developed as an independent application or module — for instance, you want to support another database engine — we'll probably - suggest that you to develop it independently. Then, if your project - gathers sufficient community support, we may consider it for inclusion in - Django. + suggest that you develop it independently. Then, if your project gathers + sufficient community support, we may consider it for inclusion in Django. * First request the feature on the |django-developers| list, not in the ticket tracker. It'll get read more closely if it's on the mailing list. |
