Django-cotton

Latest version: v1.5.1

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

Scan your dependencies

Page 7 of 10

0.9.28

What's Changed
* Revert "Fix dev cache" by wrabit in https://github.com/wrabit/django-cotton/pull/86


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.27...v0.9.28

0.9.27

What's Changed
* Fix dev cache by wrabit in https://github.com/wrabit/django-cotton/pull/84
* related: 83

**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.26...v0.9.27

0.9.26

What's Changed
* Check for the presence of cotton tags before parsing which prevents unnecessary processing by wrabit in https://github.com/wrabit/django-cotton/pull/80


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.25...v0.9.26

0.9.25

What's Changed
* Fix case sensitive placeholder issue in connection with duplicate attribute handling mechanism by wrabit in https://github.com/wrabit/django-cotton/pull/79


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.24...v0.9.25

0.9.24

What's Changed
* Preserve spaces around tpl expressions by wrabit in https://github.com/wrabit/django-cotton/pull/78
* Introduces an internal cache versioning system so if a release would break cached and compiled versions, we can force the rebuild


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.23...v0.9.24

0.9.23

What's Changed
* better whitespace control by wrabit in https://github.com/wrabit/django-cotton/pull/69

An [issue](https://github.com/wrabit/django-cotton/issues/68) caused a discovery that tags were being mutated if DTL syntax was against an opening tag name i.e.

html
<li{% expr %}>..</li>


Which after processing resulted in:

html
<li{% expr %}>..</li{% expr %}>


We solved it by better handling of white space when we match and replace the DTL expressions.

**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v.0.9.22...v0.9.23

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.