Django-categories

Latest version: v2.0.0

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

Scan your dependencies

Page 1 of 11

2.0.0

- Fixes for old style storages removed in Django 5.1

2.0.0alpha.2

2.0.0alpha.1

WARNING

**Breaking change:** Starting with version the 2.0.0 the category slugs are unique.
While this brings big advantage for simplified category addressing, it can break projects that are containing categories with duplicated slugs.
If your database contains colliding slugs, they will be automatically renamed by the migration.
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
If this causes problems in your project, you can rename the categories yourself before running the migration.

- Django 2.1 is no longer supported

1.9.4

- Remove dependency on unicode-slugify, use Django builtin function

1.9.3

- Update of Django/Python versions.
- Supported versions are now Django 2.1-5.0, Python 3.7-3.12
- Removed code for obsolete versions
- Add support for Django 4.12 new File storage API (STORAGES)

1.9.2

[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.9.1...1.9.2)

Fixes

- Fix installation from source. [5e0bdeb](https://github.com/jazzband/django-categories/commit/5e0bdebb876ff3b955aae355569ddbde14971490)

- Fix installation from source. [5c62a4a](https://github.com/jazzband/django-categories/commit/5c62a4a470450980649928c6f9e5ee443a700760)

- Fixed a typo in the pypi publish workflow. [c345618](https://github.com/jazzband/django-categories/commit/c345618eef9b3fd362cc920eb290816300c3eeb7)

New

- Add tests for GenericCollectionInlineModelAdmin. [73142da](https://github.com/jazzband/django-categories/commit/73142dafae57c35ce8bc55db5fe69e3156c9c346)

Other

- [pre-commit.ci] auto fixes from pre-commit.com hooks. [b08da9a](https://github.com/jazzband/django-categories/commit/b08da9aa4777a112d6559619efdb3e8cc2df548d)

for more information, see https://pre-commit.ci
- [pre-commit.ci] auto fixes from pre-commit.com hooks. [4d67f33](https://github.com/jazzband/django-categories/commit/4d67f3372c022cfa6e992fb1b6de68fd94d39f1c)

for more information, see https://pre-commit.ci
Updates

- Update gen_coll_tabular.html to new Django versions. [d070089](https://github.com/jazzband/django-categories/commit/d0700892c069a6c58c44f61ff4aefada827b67d3)

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.