Skip to content

Commit

Permalink
Add note about django.contrib.auth to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 3, 2013
1 parent 038f5c4 commit 80f83fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Version 6.4.0

Some major backend changes are introduced in Sentry 6.4.0.

django.contrib.auth
===================

The builtin Django authentication module is no more. The Group and Permission models are no
longer used, and the User model has been replaced with sentry.User.

Search
======

Expand Down

0 comments on commit 80f83fa

Please sign in to comment.