Django-calingen

Latest version: v1.1.1

Safety actively analyzes 622360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.1

Added (does not affect versioning)
- ``tox`` is now automatically installed to be used with the repository

Fixed
- close https://github.com/Mischback/django-calingen/issues/66

1.1.0

Added
- added support for Django 4.1

Fixed
- bump ``black`` to 22.6.0 to fix issues during CI
- fix Sphinx's configuration (a deprecation warning regarding ``extlinks``
plugin)

1.0.0

Added
- provide _GitHub Action_-based Continuous Integration:
- automatic running of code quality tools (linters)
- automatic running of test suite including reporting to coveralls
- automatic building of Python package using ``flit``
- automatic releases to PyPI (for ``main`` branch)
- provide code quality tools by _pre-commit_ (see documentation for details)
- provide stand-alone development environment with only ``tox`` as dependency
- add model ``Event``, including views for _CRUD_
- add model ``Profile``, including views for _CRUD_
- provide a basic integration in Django's admin interface for app's models
- add ``data_exchange`` module to ``interfaces``, to pass calendar entries or
lists of them between different components of the application
- add ``plugin_api`` module to ``interfaces`` with three possible interfaces to
attach plugins to
- ``EventProvider``: enable provision of (external) events
- ``LayoutProvider``: enable inclusion of third-party layouts
- ``CompilerProvider``: enable inclusion of third-party compilers
- implement ``EventProvider`` for German holidays
(``contrib.providers.german_holidays``)
- implement three demonstration layouts (``contrib.layouts``):
- ``lineatur``
- ``simple_event_list``
- ``year_by_week``
- implement three default compilers (``contrib.compiler``):
- ``copy_paste``
- ``download``
- ``html_or_download``
- provide required ``Views`` to make the whole build process work
- provide custom templatetags ``calingen_escape`` to escape special characters
during layout rendering process
- provide initial set of templates (these do work but are expected to be
substituted in a real project)
- make the whole app localizable
- in Python code, all strings are marked for translation
- templates do not provide localization hooks (as they are expected to be
substituted in a real project)
- provide default translation for German
- provide app-specific contributions to Django's check framework (basically to
check if the required configuration is met)
- provide an app-specific settings module to provide default values for the
app's required configuration values
- loads of source code documentation (Numpy style)
- a set of documentation for users, administrators and developers


<!--
Added
Changed
Deprecated
Removed
Fixed
Security
-->

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.