Skip to content

Commit

Permalink
Add the PRs I merged to HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Oct 11, 2014
1 parent 117cd0f commit 43c1933
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
=======

0.3.6 (2014-05-??)
0.3.6 (2014-10-11)
----------------------

* Deprecated the ``djstripe.forms.StripeSubscriptionSignupForm``. Making this form work easily with both `dj-stripe` and `django-allauth` required too much abstraction. We'll include this code as a cookbook recipe, but it won't be in dj-stripe itself.
Expand All @@ -15,6 +15,14 @@ History
* Fix correct plan selection on subscription in subscribe_form template. (Thanks Yasmine Charif)
* Fix subscription status in account, _subscription_status, and cancel_subscription templates. (Thanks Yasmine Charif)
* Update remaining DOM Ids for Bootstrap 3. (Thanks Yasmine Charif)
* Fix ``charge.dispute.closed`` typo. (Thanks @ipmb)
* Update publish command in setup.py. (Thanks @pydanny)
* Fix contributing docs formatting. (Thanks @audreyr)
* Explicitly specify tox's virtual environment names. (Thanks @audreyr)
* Manually call django.setup() to populate apps registry. (Thanks @audreyr)
* Remove Python 2.6 from Travis CI build. (Thanks @audreyr)
* Drop Django 1.4 support. (Thanks @audreyr)
* Use ``user.get_username()`` instead of ``user.username``, to support custom User models. (Thanks @shvechikov)


0.3.5 (2014-05-01)
Expand Down

0 comments on commit 43c1933

Please sign in to comment.