- Python 2 compatibility code (#66).
- Fix deploying to PyPI (again).
- Fix deploying to PyPI.
- Django 2.2 compatibility (#64).
- Remove support for Django < 1.11 (#64).
- Crash when dumping models containing non-ASCII data on Python 2 (#55).
- Upper bound version restriction on Aloe.
- Fix deploying to PyPI.
- Add support for Django 1.10 (#49).
- Remove support for Django < 1.8, including South. (#49).
- Require a recent version of future (#45).
- Better error messages in mail steps (#42).
- Support passing a relative URL to
django_url
(#40).
- Normalize model name case when it's used in the features (#31).
- Fix model name case when it's used in the features (#30).
- Use South if it is installed (#28).
- Support for Django 1.9 (#24).
- Support for Django 1.3 (#22).
- Use
StaticLiveServerTestCase
when available (#18).
django_url
from Lettuce (#17).
- Working with many-to-many fields (#15).
- Passing attributes to
harvest
(#14).
- More email steps (#12).
- Steps for testing HTML alternatives in sent email (#11).
- Support for Django 1.4, 1.5 and 1.6 (#9).
- Remove
hashes_data
(#7). - Require explicit
None
for field name inwrite_models
(#8).
- Remove undocumented API for model steps (#4).
- Always pass a list of hashes to
creates_models
andwrites_models
.
- Fix getting options from
GherkinPlugin
.
- Fix installing package from PyPI.
Initial PyPI release as Aloe-Django.