Django-categories

Latest version: v2.0.0

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

Scan your dependencies

Page 5 of 11

1.2.3

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

Fixes

- Fix unicode slug issue. [703a036](https://github.com/jazzband/django-categories/commit/703a036bf58bc51f1f7d69c2400f3205eb1a222c)

Other

- Version 1.2.3: Added a new way to register models manually. [b75f112](https://github.com/jazzband/django-categories/commit/b75f11213cd19598dd40b5f16a000c2a0a0be4b5)

- Bootstrap class on table (important for django-suit). [f02e06e](https://github.com/jazzband/django-categories/commit/f02e06ea99df6cd007d9819b1995d643444d7d8d)

- Using custom model in CategoryDetailView. [451af0e](https://github.com/jazzband/django-categories/commit/451af0e05457b92d685cfcb9e12e3f33a979f1da)

Updates

- Update requirements. [588815a](https://github.com/jazzband/django-categories/commit/588815acc3dadaec6dd34d3918ae5a5e0df20d50)

1.2.2

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

Fixes

- Fixing migration script for adding fields. [7096d8a](https://github.com/jazzband/django-categories/commit/7096d8a3ebb2456f233c40fb564c5fd351624a8a)

Other

- Version 1.2.2. [a254fe9](https://github.com/jazzband/django-categories/commit/a254fe9087d50f08c421dd040c40b0c528481d7d)

- Italian localization. [6c3d305](https://github.com/jazzband/django-categories/commit/6c3d305c11a89e55b177f3fddd8ee8f8d22bd049)

- Version 1.2.1: Fixed i18n and failing test in Django 1.4. [a232b8e](https://github.com/jazzband/django-categories/commit/a232b8e6e3a4c6379187da0816f300947c199a0a)

- Load I18N templatetags. [1d01494](https://github.com/jazzband/django-categories/commit/1d01494ff58213eaa782c3a1e65ad641c9276c50)

1.2.1

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

Other

- Version 1.2.1: Fixed i18n and failing test in Django 1.4. [a5181a4](https://github.com/jazzband/django-categories/commit/a5181a44fa5a39648a1ea2a4309f780af8f86c34)

1.2

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

Fixes

- Fixing a few minor Django 1.5 incompatibilities. [c6f122d](https://github.com/jazzband/django-categories/commit/c6f122d72433596b13bb027d86340b41cf0cc574)

- Fix for Django 1.5: {% url %} parameter needs to be quoted. [8ce56e8](https://github.com/jazzband/django-categories/commit/8ce56e8190b5a47019ed2436a7b2f88cf6de3ab7)

- Fixing a merge conflict. [0be7d5e](https://github.com/jazzband/django-categories/commit/0be7d5e41f375cee7cc4e23ffcbc380745bcb1b2)

- Fixed an exception error. [f55f131](https://github.com/jazzband/django-categories/commit/f55f131655a63f85ecf7b62dc51dc5dbb62fcef0)

Fixed an exception error that occurs when an empty form is submitted for apps that are created using categories.base.CategoryBase.
New

- Added admin settings documentation. [073b09a](https://github.com/jazzband/django-categories/commit/073b09a7b338fa19048509cdcdf6e4792cc18a92)

- Added customization of admin fieldsets. [0f2f24d](https://github.com/jazzband/django-categories/commit/0f2f24d2ce17017d8077bc5fc32081e7f54821a6)

Other

- Version bump 1.2. [63eefee](https://github.com/jazzband/django-categories/commit/63eefeeaf1bfc4dfe90903e03348ee78c617c247)

- Updating the admin template to support the latest django admin code. [7232937](https://github.com/jazzband/django-categories/commit/7232937014bce06434ee17c393e82a1639be2c8d)

- I18n. [89c7333](https://github.com/jazzband/django-categories/commit/89c733330617c9964ac8e25469274a4dbcb3eda2)

- German translation. [591680a](https://github.com/jazzband/django-categories/commit/591680a24e8d9de657b6df83bcaf55b865f95edb)

- 1.5 compat: remove adminmedia templatetag calls. [1d7463d](https://github.com/jazzband/django-categories/commit/1d7463db2a1b7e4922a05a8c1278edbce9cc690d)

See https://docs.djangoproject.com/en/1.5/releases/1.5/#miscellaneous
- Made it so django-categories works with Django 1.5 and Grappelli 2.4.4. [6956516](https://github.com/jazzband/django-categories/commit/69565161ff304d7039544fe8a52c0660d818ecb3)

- Version bump to 1.1.4. [96748af](https://github.com/jazzband/django-categories/commit/96748afeb4b83df49b45f5f470e5ef517cc8ef8d)

- Simplified the assignment of the IS_GRAPPELLI_INSTALLED variable. [8a621e9](https://github.com/jazzband/django-categories/commit/8a621e9d145be2b187ccd09bd6a96e421cc5ea4e)

- Made updates so django-categories works with django-grappelli. [85fb208](https://github.com/jazzband/django-categories/commit/85fb2083bbfd9ce4251d89dbe23471d7bc39c936)

Updates

- Update categories/templatetags/category_tags.py. [fb6fb4e](https://github.com/jazzband/django-categories/commit/fb6fb4e6f513d0452622863b058e34c717157f5a)

Added NoneType check to display_drilldown_as_ul on line 188 to fix NoneType error.
- Update categories/templatetags/category_tags.py. [59c3e27](https://github.com/jazzband/django-categories/commit/59c3e27134e05e876b1b72ab544b3535b07b483f)

Added str() to line 49 to fix an error where .strip("'\"") in get_category is getting called on a non-string category_string.
- Update categories/templatetags/category_tags.py. [bdb1d68](https://github.com/jazzband/django-categories/commit/bdb1d68beac20f02eab986a50b6cfe0fc1026b01)

Added str() to line 49 to fix an error where .strip("'\"") in get_category is getting called on a non-string category_string.
- Updated the code so it will work with or without Grappelli installed. [ff6043d](https://github.com/jazzband/django-categories/commit/ff6043d2b3f6c90db7c01178aac57f9175698f3d)

1.1.3

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

Other

- To satisfy a very demanding and owly jsoa, I removed an unused variable. :P. [123459e](https://github.com/jazzband/django-categories/commit/123459eec1b9fcea8cdf0d84b05d935b86db5848)

- Updating the signal registration to check for south first and fail silently. [0d16716](https://github.com/jazzband/django-categories/commit/0d167164a1b3ca2ac25be2ded4b5187428e66289)

- Version bump to 1.1.3. [2b4512b](https://github.com/jazzband/django-categories/commit/2b4512beaef0968f741547d7aff635294eb94bbd)

- Moved the registration of the signal to models.py where it will get executed. [c522ae6](https://github.com/jazzband/django-categories/commit/c522ae6d9642a7c3e64444e0dc9c577ac9155faa)

Updates

- Refactored the migration script to use the syncdb signal. The post_migrate signal only fires for south-managed apps, so it isn't as useful. [e41623b](https://github.com/jazzband/django-categories/commit/e41623b4ade8236971c93e5f5bd4489df49d64b1)

1.1.2

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

Fixes

- Fixed a bug in the compatibility layer. [d33d9f9](https://github.com/jazzband/django-categories/commit/d33d9f9c552a54b3e81c2700d64edaad2bb748de)

New

- Added travisci. [5f1b280](https://github.com/jazzband/django-categories/commit/5f1b280fa46513e20ef9347368f5b25919fac296)

Other

- Version bump to 1.1.2. [18ab6a4](https://github.com/jazzband/django-categories/commit/18ab6a49a15f63ac23c6cb2963a3096d880aa2f3)

- Can't use the m2m tests because it conflicts with the fk tests. [0467d30](https://github.com/jazzband/django-categories/commit/0467d3043428e025138e634a03d74be0a52add74)

- Placing some south imports into try blocks. [8be19c8](https://github.com/jazzband/django-categories/commit/8be19c893a9bd1f43f751e5681acf953aa1fe14e)

- Capitalizing the various REGISTRY settings. [7fa53a7](https://github.com/jazzband/django-categories/commit/7fa53a7003d6442a1d5caba8d735e7bb277ca56d)

- Version bump to 1.1.1 final!. [e0212bb](https://github.com/jazzband/django-categories/commit/e0212bb0304c3142e89eca3dd2d7f509b22535e6)

- Version bump to 1.1.1. [7d34853](https://github.com/jazzband/django-categories/commit/7d3485309db916973cf997b892ebce7c0cf7607c)

- Minor tweak to tempatetag tests. [8f202fa](https://github.com/jazzband/django-categories/commit/8f202fa9e34b8cc8a9f109e94503f2583a098bbd)

- TravisCI stuff. [64936c8](https://github.com/jazzband/django-categories/commit/64936c81ce82236bf9a8fae5a4634d11be7e7475)

Updates

- Refactored the registration of fields from __init__ to a new module. [d63828e](https://github.com/jazzband/django-categories/commit/d63828ebf6799de0e453337950c38193a5e0730a)

It also makes it easier to test.

Page 5 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.