~ricardokirkner/django-openid-auth/django-1.11-compatibility

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Tarmac
  • Author(s): Ricardo Kirkner
  • Date: 2017-01-23 15:20:06 UTC
  • mfrom: (124.2.3 custom-user-groups)
  • Revision ID: tarmac-20170123152006-3vufrgg1q5t643kk
support south again for compatibility with apps that still require django 1.6 [r=nataliabidart]

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
recommended that this list remain empty.  Verified accounts will be granted the
252
252
django_openid_auth.account_verified permission, which can be checked using
253
253
user.has_perm() and the perms RequestContext attribute in the normal way.
 
254
 
 
255
N.B. Users of the South migration framework will need to provide a data
 
256
migration to create the permission when upgrading django-openid-auth, due to a
 
257
known issue in South.  See http://south.aeracode.org/ticket/211 for details.