Django-quotes

Latest version: v0.5.1

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

Scan your dependencies

Page 2 of 3

0.3.1

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.3.0...v0.3.1)

- Adds support for python 3.11 by upgrading `spacy` dependency to 3.4.2 and adding `py`.

**Upgrade Note:** You will want to update your spacy language model after updating. You can do this by:

bash
python -m spacy download en_core_web_sm

0.3.0

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.2.4...v0.3.0)

- Add `pub_date` field to `Quote` model. This prevents a quote with a future date from appearing in random requests.

0.2.4

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.2.3...v0.2.4)

- Update documentation links on PyPI.

0.2.3

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.2.2...v0.2.3)

- Bug: Fixed issue with pagination not showing accurate count for all objects.
- Bug: Fix page title when viewing a list of sources for a SourceGroup.

0.2.2

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.2.1...v0.2.2)

Update for latest mypy and fixes for documentation builds.

0.2.1

[Compare the full difference](https://github.com/andrlik/django-quotes/compare/v0.2.0...v0.2.1)

- Enable type annotations with py.typed.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.