Skip to content

Commit

Permalink
0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Nov 20, 2012
1 parent d6fdde0 commit 23963b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion anafero/__init__.py
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9"
13 changes: 13 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,19 @@
ChangeLog
=========

0.9
---

- FEATURE: added ability to record a specific object in reference to each response

Migration from 0.8.1
^^^^^^^^^^^^^^^^^^^^

ALTER TABLE "anafero_referralresponse"
ADD COLUMN "target_content_type_id" integer REFERENCES "django_content_type" ("id") DEFERRABLE INITIALLY DEFERRED,
ADD COLUMN "target_object_id" integer;


0.8.1
-----

Expand Down

0 comments on commit 23963b8

Please sign in to comment.