Merge pull request #23 from cookiecutter/master

update to upstream version `2022.03.08`
This commit is contained in:
Abdullah Adeel 2022-03-09 21:41:34 +05:00 committed by GitHub
commit 18da573de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 4 deletions

View File

@ -1247,5 +1247,10 @@
"name": "Cebrail Yılmaz",
"github_login": "b1sar",
"twitter_username": ""
},
{
"name": "Artur Barseghyan",
"github_login": "barseghyanartur",
"twitter_username": ""
}
]

View File

@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2022.03.08
### Updated
- Update sentry-sdk to 1.5.7 ([#3624](https://github.com/cookiecutter/cookiecutter-django/pull/3624))
## 2022.03.03
### Updated

View File

@ -285,6 +285,13 @@ Listed in alphabetical order.
</td>
<td></td>
</tr>
<tr>
<td>Artur Barseghyan</td>
<td>
<a href="https://github.com/barseghyanartur">barseghyanartur</a>
</td>
<td></td>
</tr>
<tr>
<td>AsheKR</td>
<td>

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2022.03.03"
version = "2022.03.08"
with open("README.rst") as readme_file:
long_description = readme_file.read()

View File

@ -20,7 +20,7 @@ Moved to [settings](http://cookiecutter-django.readthedocs.io/en/latest/settings
- To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.
- To create an **superuser account**, use this command:
- To create a **superuser account**, use this command:
$ python manage.py createsuperuser

View File

@ -28,7 +28,7 @@ Docstrings to Documentation
The sphinx extension `apidoc <https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html/>`_ is used to automatically document code using signatures and docstrings.
Numpy or Google style docstrings will be picked up from project files and availble for documentation. See the `Napoleon <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/>`_ extension for details.
Numpy or Google style docstrings will be picked up from project files and available for documentation. See the `Napoleon <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/>`_ extension for details.
For an in-use example, see the `page source <_sources/users.rst.txt>`_ for :ref:`users`.

View File

@ -12,7 +12,7 @@ mysqlclient==2.1.0 # https://github.com/PyMySQL/mysqlclient
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==1.5.6 # https://github.com/getsentry/sentry-python
sentry-sdk==1.5.7 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==2.0.0 # https://github.com/redis/hiredis-py