Django-categories

Latest version: v2.0.0

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

Scan your dependencies

Page 3 of 11

1.6.1

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

Fixes

- Fix Travis so it uses the correct python versions. [7580e6f](https://github.com/jazzband/django-categories/commit/7580e6ff6e447175a37b4b1126df1b5e50665011)

- Fix Travis so it works with Python 3.7. [b9dd8fa](https://github.com/jazzband/django-categories/commit/b9dd8fa80a574f337b1f96f10059f91d4ccd7c89)

- Fix 'Models aren't loaded yet' warning on import. [61e156b](https://github.com/jazzband/django-categories/commit/61e156b3857c3877b1860b05e212409b94f4ace3)

categories.registration._process_registry was being called in
categories/__init__.py, but since Django 1.9 it hasn't been possible to
perform operations with models until the app registry is fully
loaded. Currently the `AppRegistryNotReady` exception is being caught
and printed, which means it is never actually executed on load.

Since this code isn't currently doing anything (other than emitting a
print() of a warning), I've removed it.
- Fix tests. [abec216](https://github.com/jazzband/django-categories/commit/abec2164f2de3759a1898a61b1d10d080201a573)

Also dropped testing Django 1.10 since django-mptt requires Django>=1.11.
- Fix for TOXENV=py27-lint. [d542684](https://github.com/jazzband/django-categories/commit/d542684e3685f86c02937a0df05449eda18ae041)

- Fix for TOXENV=py27-lint. [6aacff3](https://github.com/jazzband/django-categories/commit/6aacff3f4c27ac68ebda14a803bee9f3d70fd5d9)

- Fixing model for TOXENV=py36-django110. [579aa2a](https://github.com/jazzband/django-categories/commit/579aa2a8bf3c8ce3bbb3fd0b2a6db66d90fe3ad7)

New

- Adding opts to context for Django version 2 and above. [c53bc77](https://github.com/jazzband/django-categories/commit/c53bc77b8294312f1c571fd1f63a8623581a3027)

Other

- Upgrade build environment to Xenial. [7297154](https://github.com/jazzband/django-categories/commit/72971541f38aa0ea841e4c19e05c16e8073f7e63)

This makes it so Django 2.2 tests should pass
- Switch to tox-travis. [353a6d7](https://github.com/jazzband/django-categories/commit/353a6d7a2279fd8230c3077c29f5fffe3a394274)

- Py27-lint test fix. [3993038](https://github.com/jazzband/django-categories/commit/3993038f951f784a527f0174f4ce01fccb92b876)

- Test Cases fix. [1dc6d47](https://github.com/jazzband/django-categories/commit/1dc6d473ff9f6a57edde3281e670b5259312ee6d)

- Bug Fix : sortable was last argument. [6019c0d](https://github.com/jazzband/django-categories/commit/6019c0dd4f53cdb4bc4a58fa17e7993d8057fbf3)

- Django 2.0 support in Admin. [a84bb00](https://github.com/jazzband/django-categories/commit/a84bb00210243ee64fa4523c96af8b71f1fe6467)

TypeError at /admin/categories/category/
__init__() missing 1 required positional argument: 'sortable_by'
Updates

- Update the version to 1.6.1. [f9c351b](https://github.com/jazzband/django-categories/commit/f9c351bbddb9f0e212b92bdada4825d79bad2812)

- Update Travis build badge. [170498d](https://github.com/jazzband/django-categories/commit/170498d80a68c91f63a0f17ba39250ded2a8691f)

- Remove 3.7 from Travis config. [5a4b0a5](https://github.com/jazzband/django-categories/commit/5a4b0a51cc17bec5b69b7052473c4f96b2e9078d)

- Remove Python 3.7 for Travis. [ddd7f50](https://github.com/jazzband/django-categories/commit/ddd7f50503ae5936f622568d36276488eb02d67a)

Removing since it doesn't look like it's supported.
- Update travis.yml. [c1a0e3a](https://github.com/jazzband/django-categories/commit/c1a0e3a2884336c344a2b7b8f78efd259984d35c)

- Remove skip. [79fec52](https://github.com/jazzband/django-categories/commit/79fec52e9050bbd40831707b574ab3e0342f1a67)

- Updated tree editor for typo. [e39b5d2](https://github.com/jazzband/django-categories/commit/e39b5d24a864efcd2f6024263f02cdacf586c075)

1.6.0

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

Other

- Proposes changes based on 366ff74619811505ac73ac5ea2c0096ddab0ac51 and pull request 140 for Django 2.0 to pass CI tests. [a8dc71b](https://github.com/jazzband/django-categories/commit/a8dc71bcb1500ec6e9f8d3c7db304d13fea0b5f7)

- Made updates to get everything working with Django 2. [366ff74](https://github.com/jazzband/django-categories/commit/366ff74619811505ac73ac5ea2c0096ddab0ac51)

Updates

- Updated the version. [58ec14f](https://github.com/jazzband/django-categories/commit/58ec14f99bea32e0b279500f0528aa84f370678c)

- Updated the Travis CI config. [0e75ba5](https://github.com/jazzband/django-categories/commit/0e75ba5d953d15f796d32eddf1c8a84d03c92801)

- Changed from using a string to importing the actual CASCADE function. [f6cd053](https://github.com/jazzband/django-categories/commit/f6cd053f74605937535f06b2fd3a7ad80cc13777)

1.5.4

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

Fixes

- Fix changlist TypeError. Return RequestContext as dict on changelist_view. Based on changes in Django 1.11 (https://docs.djangoproject.com/en/1.11/releases/1.11/#django-template-backends-django-template-render-prohibits-non-dict-context). [926d85a](https://github.com/jazzband/django-categories/commit/926d85a04e4ff0e937e380f591b2ae3b2dd0303e)

Other

- [1.5.4] Made sure example was excluded from packaging. [e770596](https://github.com/jazzband/django-categories/commit/e770596430375fa1dc7732e9cc6cf15568048760)

- [1.5.4] Version bump. [0e338c7](https://github.com/jazzband/django-categories/commit/0e338c78d59e9671bd1002204b5ceaf8dcbc68fd)

- [-] Updated test settings to test generic relations. [dd23a2d](https://github.com/jazzband/django-categories/commit/dd23a2dba73b25933e1facb2480d54c56f2c2bc9)

- [-] Get management commands compatible with Django 1.10+. [9c5ccb8](https://github.com/jazzband/django-categories/commit/9c5ccb8c54208ae101fda7591fd34859a92a3b9e)

- [-] Add migrations for simpletext example app. [408e69d](https://github.com/jazzband/django-categories/commit/408e69d010a6b7f55510d8ce0c2929dc1bf9be2b)

- [-] Remove old django-cbv reference and adds better error checking in views. [9a71474](https://github.com/jazzband/django-categories/commit/9a71474b152bf0350236665e7bb2d1de750128c9)

- [-] Retrieve content types lazily in Generic Relations admin. [5dda534](https://github.com/jazzband/django-categories/commit/5dda5348c004b8d1e2b7416769d2aebd9bd3176a)

- [-] Check for a valid session id before trying to save or rollback a transaction. [7fa98fd](https://github.com/jazzband/django-categories/commit/7fa98fd58f59d1fc72cd49499c07070f0ec24bb1)

- [-] Added additional test coverage for management commands and views. [63bb31d](https://github.com/jazzband/django-categories/commit/63bb31df408602a4627089ad4233af5a898317a7)

- [-] Updated tox and travis configurations to check py2.7 and 3.6 and django 1.8-1.11. [ec4664c](https://github.com/jazzband/django-categories/commit/ec4664c2a3de9e3f075b3a7ea78194e98f691487)

- [-] Remove south migrations. [1df724f](https://github.com/jazzband/django-categories/commit/1df724f48d7c4687b87813049cf33f1fc54e64db)

- [-] Set decendent_ids to empty list if not saved. [22c5630](https://github.com/jazzband/django-categories/commit/22c5630af244cd4133d7b59d120de7cba2362ebc)

- This should have stayed. [254a05d](https://github.com/jazzband/django-categories/commit/254a05d2d41ffbbbe301c770e369559e14fbef2b)

- Removing every occurrence of Requestcontext and Context. [829d1cc](https://github.com/jazzband/django-categories/commit/829d1cc522151a9ccc9cbd04e9622ee397be688d)

- Django 1.11 compatibility. [af26da6](https://github.com/jazzband/django-categories/commit/af26da610608dc1aedbec93820e7f7b1dd9e72c2)

- Support Django 1.11 testing environment. [3c9cb2d](https://github.com/jazzband/django-categories/commit/3c9cb2dec9742230ca480edf3e0c60ae725d0d4a)

1.5.3

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

Fixes

- Fixed a ValueError that happened when trying to save a Category that has a thumbnail. [53b92f3](https://github.com/jazzband/django-categories/commit/53b92f3f0f9198336b0bf3182ecb2f34e46a588f)

Other

- Version bump. [e21c304](https://github.com/jazzband/django-categories/commit/e21c304de1001092d64dec934e371b7caf0e442a)

1.5.2

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

Fixes

- Fixed a unicode error that happens with Python 2.7. [fb0174c](https://github.com/jazzband/django-categories/commit/fb0174c0a81c828d43a564a5747d3c2125e50483)

Other

- Version bump. [5b230ef](https://github.com/jazzband/django-categories/commit/5b230ef4f53d1efb0ff45f76bdfffb4af609dff4)

1.5.1

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

New

- Added a missing migration. [d5bec42](https://github.com/jazzband/django-categories/commit/d5bec42a092d3dbe79f04d65059b7b31009ea342)

Other

- Version bump. [d71d057](https://github.com/jazzband/django-categories/commit/d71d057a188edd0407fba6f5a01628bb4739d4ca)

- Just to be safe - pin it down. [121326d](https://github.com/jazzband/django-categories/commit/121326d3b807b16a13a1ec4f8a2fb5aa663a5418)

- Close table tag in templatetag result. [e1d5ed0](https://github.com/jazzband/django-categories/commit/e1d5ed006fbdb34082c749adef2c05741dae2392)

In items_for_tree_result, there's a format_html call which builds HTML via string interpolation. It missed back slash in the closing tag. This commit adds that.
Updates

- Updated README.rst with svg badge. [9d219eb](https://github.com/jazzband/django-categories/commit/9d219eb7c7ca7decac351f8c916b8b9e9bba5985)

Page 3 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.