Skip to content

Commit

Permalink
Made old backward incompatible changes more obvious.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 6, 2015
1 parent 591c53a commit 83daa08
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/changelog.rst
Expand Up @@ -9,23 +9,24 @@ Changelog
1.0 (2014-12-29)
----------------

- **BACKWARD-INCOMPATIBLE** Moved ``django_hosts.reverse.reverse_full`` to
:func:`django_hosts.resolvers.reverse` and
``django_hosts.reverse.reverse_host`` to
:func:`django_hosts.resolvers.reverse_host`. This is a cleanup process to
easier map Django's features and normalize the call signatures. The old
functions are now pending deprecation and will be removed in the 1.2 release.

- **BACKWARD-INCOMPATIBLE** Dropped support for Django 1.5 as it doesn't
receive any security releases anymore and 1.4 since its very soon going
to lose it's LTS status.

- Moved repo to https://github.com/jezdez/django-hosts

- Extended testing setup to Python 3.4 and Django 1.7.

- Dropped support for Django 1.5 as it doesn't receive any security releases
anymore and 1.4 since its very soon going to lose it's LTS status.

- Optionally allow setting the port per host and using the
:attr:`~django.conf.settings.HOST_PORT` setting.

- Moved ``django_hosts.reverse.reverse_full`` to
:func:`django_hosts.resolvers.reverse` and
``django_hosts.reverse.reverse_host`` to
:func:`django_hosts.resolvers.reverse_host`. This is a cleanup process to
easier map Django's features and normalize the call signatures. The old
functions are now pending deprecation and will be removed in the 1.2 release.

- Refactored :func:`~django_hosts.templatetags.hosts.host_url` template tag
to closer follow Django's own url template tag. This includes:

Expand Down

0 comments on commit 83daa08

Please sign in to comment.