Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: b91787910c9d5a036674d46a73d1b48ca33123a3
      
https://github.com/django/django/commit/b91787910c9d5a036674d46a73d1b48ca33123a3
  Author: Simon Charette <charett...@gmail.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M django/contrib/admin/options.py
    M django/contrib/auth/__init__.py
    M django/contrib/auth/management/__init__.py
    M django/db/models/options.py
    M docs/releases/1.6.txt

  Log Message:
  -----------
  Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.

Those methods were only used by `contrib.admin` internally and exclusively
related to `contrib.auth`. Since they were undocumented but used
in the wild the raised deprecation warning point to an also undocumented
alternative that lives in `contrib.auth`.

Also did some PEP8 and other cleanups in the affected modules.



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/51c9c3e5d7043_2333143ddd8273c4%40hookshot-fe5-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to