Django-shopit

Latest version: v0.5.2

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

Scan your dependencies

Page 3 of 3

0.1.4

* Add `description` field to categorization models.
* Move variant generator methods from admin to the model. Now ``create_all_variants`` and ``create_variant`` are
available on the model.
* Update add to cart ``get_context`` to ensure correct product translation is returned.

---

Attention:

Requires ``python manage.py migrate shopit`` to create description field on categorization models.

0.1.3

* Bugfixes.
* Fix ``get_object`` and ``get_queryset`` in product views returning inconsistant results.
* Add ``get_view_url`` to product detail view to return correct translated url.

0.1.2

* Add price range filtering in ``get_products`` templatetag.
* Move product filtering to a manager.
* Allow mutiple flags to be passed to the ``get_products`` templatetag.
* Optimize attribute filtering with `prefetch_related`.
* Enable sorting the products.
* Don't fetch flags from categorization on a product. Categorization flags are used separately to mark categorization
and the don't affect the products.
* Fix templatetags.
* Add option to limit ``get_categorization`` templatetag to a set of products.
* Enable filtering categorization and flags via querystring. Change price range querystrings.
* Add ``get_flags`` templatetag.
* Make `Flag` model an mptt model with a parent field.
* Show flags as filter_horizontal instead of CheckboxInput in product admin.
* Show localized amounts in product admin summary field.
* Use ``as_decimal`` when displaying price steps in template instead of floatformat.

---

Attention:

Requires ``python manage.py migrate shopit`` to create mptt fields on a Flag model.

0.1.1

* Ensure customer is recognized before registering a new account. This works around an error
**"Unable to proceed as guest without items in the cart"** when registering without a cart.
* Make fields in product serializer editable through settings, set optimized defaults.
* Fix error when mergin dictionaries in python3.
* Remove redundant code.
* Fix trying to generate image thumbnail on attachment when `file` is None.
* Fix weight setter setting width instead of weight.

0.1.0

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.