1
0
mirror of https://github.com/django/django.git synced 2025-10-20 04:09:20 +00:00
Luke Plant 24a1900b36 [1.0.X] Fixed #8248: made help() work on models and improved introspection support.
Descriptors now return themselves when accessed via the class, as per standard
Python descriptors like property().

Backported from r9550 and also r9562 and r9563


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10 00:14:56 +00:00
..