Skip to content

Releases: furious-luke/django-address

v0.2.8

06 May 20:00
ceb6de3
Compare
Choose a tag to compare

Corrected a metadata issue during publishing.

v0.2.7

05 May 01:55
da771c1
Compare
Choose a tag to compare

Django Address now uses AutoField for default IDs.

v0.2.6

27 Feb 05:17
5893332
Compare
Choose a tag to compare

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

30 Aug 21:20
Compare
Choose a tag to compare

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:

  • #82 - Made a lot of progress investigating US territories and determined a path forward for this ticket
  • #128, #129 - Created these project administration tickets as to-dos
  • #127 - Added this ticket as part of a focus on checking that this package follows best practices for stand-alone packages

Version 0.2.4

28 Jun 21:53
Compare
Choose a tag to compare

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 handle null=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

17 Jun 20:14
Compare
Choose a tag to compare
v0.2.3

Merge branch 'release/0.2.3'

Official Django 3.0 support, Python 3.5+ Requirement

12 May 14:36
Compare
Choose a tag to compare

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