django1/django/contrib/admin
Brian Rosner bcd9482a20 Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch.
ModelAdmin has been given a readonly_fields that allow field and calculated
values to be displayed alongside editable fields. This works on model
add/change pages and inlines.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22 18:29:00 +00:00
..
media Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
templates Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
templatetags Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
views Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
__init__.py Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. 2009-03-31 16:07:07 +00:00
actions.py Fixed #10997: fixed a Python 2.4-ism in admin actions. 2009-05-08 09:57:47 +00:00
filterspecs.py Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +00:00
helpers.py Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
sites.py Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready for 1.2 2009-12-03 15:11:14 +00:00
util.py Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
validation.py Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
widgets.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00