django/docs/ref/contrib
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
..
admin Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch. 2009-12-22 18:29:00 +00:00
comments Fixed #12130 - documented need for csrf_protect on views that don't accept POST 2009-11-03 14:40:37 +00:00
formtools Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00
auth.txt
contenttypes.txt Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to seveas for the report. 2009-07-11 15:37:08 +00:00
csrf.txt Added notes to "Features deprecated in 1.2" about CSRF and SMTPConnection 2009-12-03 14:48:47 +00:00
databrowse.txt
flatpages.txt Fixed a whole bunch of small docs typos, errors, and ommissions. 2009-04-03 18:30:54 +00:00
humanize.txt
index.txt Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
localflavor.txt Fixed #8962 -- Consistently support format and input_format in the various (individual, combined, split) date and time form fields and widgets. 2009-03-22 16:13:06 +00:00
messages.txt Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
redirects.txt
sitemaps.txt Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
sites.txt
syndication.txt Fixed a whole bunch of small docs typos, errors, and ommissions. 2009-04-03 18:30:54 +00:00
webdesign.txt