Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 790 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 790 Bytes

Django-parsley changelog

0.7

  • Added support for django 1.10 and 1.11
  • Dropped support for django 1.3 - 1.7
  • Fixed issue where django version would be forced to 1.8 when installing django-parsley. More details here.
  • Added parsleyfy template tag

0.6

  • Added checkbox and radio button validation support.
  • Updated parsley.js, included with this library, to 2.0.7
  • Changed error message attributes to confirm with parsley.js 2.x. More details here.
  • Changed RegexField attributes to confirm with parsley.js 2.x. More details here.