Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: ccd1bb0d81381b5611fb5caf2c4ebe5927fe2095
      
https://github.com/django/django/commit/ccd1bb0d81381b5611fb5caf2c4ebe5927fe2095
  Author: Travis Swicegood <developm...@domain51.com>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M django/contrib/admin/templatetags/admin_list.py
    M tests/regressiontests/admin_views/admin.py
    M tests/regressiontests/admin_views/customadmin.py
    M tests/regressiontests/admin_views/models.py
    M tests/regressiontests/admin_views/tests.py

  Log Message:
  -----------
  Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)

During the new-admin changes, catching of AttributeError was added to
the admin.  This patch removes that as it's no longer possible to add a
value to a ModelAdmin that is not available.  Adding an attribute that
can not be called causes an ImproperlyConfigured exception to be raised.


  Commit: 617d077f1f5be6cfb67a1f4f9ab0334f3c793e4c
      
https://github.com/django/django/commit/617d077f1f5be6cfb67a1f4f9ab0334f3c793e4c
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M django/contrib/admin/templatetags/admin_list.py
    M tests/regressiontests/admin_views/admin.py
    M tests/regressiontests/admin_views/customadmin.py
    M tests/regressiontests/admin_views/models.py
    M tests/regressiontests/admin_views/tests.py

  Log Message:
  -----------
  Merge pull request #357 from tswicegood/fix-list-attr

Removed admin's swallowing of AttributeError (#16655, #18593, #18747)


Compare: https://github.com/django/django/compare/d823bb790d3b...617d077f1f5b

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to