Django-cotton

Latest version: v2.0.3

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

Scan your dependencies

Page 4 of 11

1.1.0

New compilation technique, possible minor breaking changes, performance summary

🫳 Dropped BS4 (BeautifulSoup4) for HTML parsing in the compilation step.

This was due to:

- Increasing number of patches to control BS4's parsing and validating of the HTML
- Inability to support some planned features of cotton, without some extensive patching of BS4 base classes, specifically for now [supporting quoteless attributes](https://github.com/wrabit/django-cotton/discussions/141)

⚠️ Minor changes:

- Attribute casing is now preserved. `<div SomeAttribute="1">` would have previously been lowercased.
- Whitespace behaviour is now more in-line with your template, this should not affect the view, but may affect things like tests if you have any changing HTML
- Whitespacing around attributes in some of the tags have changed which again may affect tests

🏎️ Performance summary

A fix for a [recent issue](165) allowed us to improve performance and we're now on par with (and sometimes outperforming) Django for the render load tests. (scope of tests have room for improving)


Running benchmarks with 5 runs, 5000 iterations each
---
Native Django {% for %} loop: 38.59 ms
Cotton equivalent: 28.34 ms
---
Native {% include %}: 28.64 ms
Cotton equivalent: 28.98 ms
---
Native {% block %} and {% extends %}: 90.44 ms
Cotton equivalent: 103.65 ms


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v1.0.12...v1.1.0

1.0.12

Support for python 3.8
* Changed cache to the equivalent lru_cache(max_size=None) by wrabit in https://github.com/wrabit/django-cotton/pull/167


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v1.0.11...v1.0.12

1.0.11

What's Changed
* An [issue](165 ) reported a gradually increasing delay between page loads, noticed when specifically using 'django-browser-reload' plugin. Some investigation showed get_dirs() to create delays over time, added cache.

**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v1.0.10...v1.0.11

1.0.10

Bug fix
* Fixed ordering of tag attributes inside named slots by wrabit in https://github.com/wrabit/django-cotton/pull/164


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v1.0.9...v1.0.10

1.0.9

Bug fix
* Fixed order of priority of incoming attributes over `<c-vars />` by wrabit in https://github.com/wrabit/django-cotton/pull/161


**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v1.0.8...v1.0.9

1.0.8

The previous version isolates too much of the original context. This needs more time to work on a suitable solution to isolate context, for now we're reverting the behaviour.

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.