Releases: furious-luke/django-address
Releases · furious-luke/django-address
v0.2.8
v0.2.7
Django Address now uses AutoField for default IDs.
v0.2.6
Principle changes:
- Improved admin search capabilities.
- Admin bug fix.
Additional changes:
- Minor updates to the structure of the example site.
- Dockerisation of the example site.
- Addition of tox testing.
- Normalisation of the code using Black.
Version 0.2.5
This release improved project administration and resolved some bugs.
Summary of project updates:
- #123 - Added documentation on how to run project tests
- #125 - Added Github Action-based automated testing (see recent results)
- #125 - Investigated and removed outdated test
- #50 - Update State model to allow for Mexican state codes longer than two characters
Additional results from this release:
Version 0.2.4
This release of django-address
closes a variety of minor bugs and improves functionality.
Summary of project updates:
- Updated use of tags in project administration
- Added support for additional UK addresses
- Enhanced
AddressField
on_delete policy to handlenull=True
- Visual improvement to Django Admin field
- Light enhancements to example app
- Added Sponsor project button meta :)
For a details of complete Issues, please consult the release milestone.
Minor fixes to readme and updates to project meta
v0.2.3 Merge branch 'release/0.2.3'
Official Django 3.0 support, Python 3.5+ Requirement
This is the first of two planned "triage" releases to update django-address
Release Notes:
- Django 3.0 compatibility
- Fix for None issue preventing normal use of the project. #90
- Fix for
on_delete
issue that impacted Django 2.2 and Django 3.0 differently. - Update to project readme's stated requirements, project status and formatting. #102
- Update to setup.py to bump version and enforce updated requirements.
- Audit of and update to Example Site project interface and readme #105