This repository has been archived by the owner on May 16, 2022. It is now read-only.
v1.2.0
Features
- Created a route to handle
/robots.txt
requests. - Created a route to handle
/humans.txt
requests. - Created Trumbowyg Editor as a standalone Django application.
- Implemented 500 error handler.
- Provided command to generate project's build ids.
- Provided caching configuration fro the project.
- Provided a way to configure site URL.
Improvements
- Refactor 404 handler and move it to
core
app.
Bug Fixes
- Corrected
dc:language
meta tag definition for website pages.
Trivial/Internal Changes
- Removed infrastructure configuration samples from the project repo.
- Corrected header format for
setup.py --long-description
. - Add
django-redis
to project requirements. - Bumped
django
from 3.2.0 to 3.2.1. - Bumped
django-environ
from 0.4.5 todevelop
branch to support secure redis connections. - Bumped
django-extensions
from 3.1.2 to 3.2.3. - Bumped
pylint
from 2.7.4 to 2.8.2. - Bumped
pylint-django
from 2.4.3 to 2.4.4. - Bumped
pytest
from 6.2.3 to 6.2.4. - Bumped
faker
from 8.1.0 to 8.1.2.