mirror of
https://github.com/django/django.git
synced 2025-01-19 14:52:54 +00:00
Jacob Kaplan-Moss
ccffb19946
Fixed #132 -- thanks anonymous user
git-svn-id: http://code.djangoproject.com/svn/django/trunk@270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given, Django will use all editable fields by default. This cuts down on redundancy. Also updated relevant docs to reflect the change.
…
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Thanks for downloading it. All documentation is in the "docs" directory. Docs are updated rigorously. If you find any problems in the docs, or think they should be clarified in any way, please take 30 seconds to fill out a ticket here: http://code.djangoproject.com/newticket Install instructions are in the INSTALL file.