Skip to content

Latest commit

 

History

History
114 lines (85 loc) · 3.51 KB

CHANGELOG.rst

File metadata and controls

114 lines (85 loc) · 3.51 KB

Changelog

1.0.4 - Unbreak Python 3

This release contains a fix to allow distribution installation on Python 3 which was broken since 1.0.2

1.0.3 - The Package Fix

This is a quick fix for packaging (setup.py) errors and documentation.

Bugs

  • add missing Django 1.7 migrations
  • README updated to mention manage.py migrate command
  • Use ReST for README and CHANGELOG: avoid conversion from markdown

1.0.2 - A Better Future

This release features better test coverage and support for Django 1.9.

Bugs

  • stretch formset table to the modal container width
  • toggle advanced vendor/jquery dir according to Django version
  • retain support older Django versions
  • clean up legacy tags in templates

Tests

  • add admin views tests
  • add Django 1.9 to test matrix
  • other minor improvements

Docs

  • Improve README with a newer screenshot and pretty tables for badges

Contributors:

  • Pavel Savchenko
  • Leonardo J. Caballero G
  • Schuyler Duveen

1.0.1 - A Public Release

Bugs

  • proper support for py26 and py3X and different Django releases
  • avoid querying all instances for choices
  • resolve settings inside view and refine error handling

Tests

  • add doctests to the form_helpers
  • add tests for forms
  • add test case views.TestGetFieldChoicesView
  • setup.py/travis: add test-reqs.txt as extras_require
  • refactor testing to use py.test and run tox from setup.py
  • travis: use latest version of each Django release

Docs:

  • README: explain what we test against

1.0 - First contact

Major changes

Minor changes