Skip to content

Commit

Permalink
Update CHANGELOG.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Sep 18, 2014
1 parent a069350 commit 21f6a17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Upcoming

* Update `create_user` to set last_login with a default.

**Note: this change has been done for backward compatibility with django > 1.7.0.**
`User.last_login` default is removed from django > 1.7.0. For existing
project using `django-user-management` project migrations would be run
after `django.contrib.auth` migrations. The project migrations will cancel
`last_login` `IS NULL`.

## v2.0.0

**Backwards incompatible** due to incuna-mail update
Expand Down

0 comments on commit 21f6a17

Please sign in to comment.