Changes between Version 78 and Version 79 of Version1.1Features


Ignore:
Timestamp:
Oct 28, 2008, 9:41:47 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v78 v79  
    4343  * [ticket:3987 ModelAdmin should allow for overriding of ForeignKey/ManyToMany options]
    4444  * Add the ability to add fields to admin forms and the ability to intercept form submissions so the values of those fields could be accessed. This way admin plugins could be developed.
     45  * [http://groups.google.com/group/django-developers/browse_thread/thread/611425acc40b78bb Read-only fields] (applies to forms as well)
    4546
    4647Serving dynamic content:
     
    8283  * [http://code.djangoproject.com/ticket/3011 Allow for extendable auth_user module] (add an abstract base class for User too)
    8384  * [ticket:6791 Add a cached DB session backend]
     85
    8486----
    8587
Back to Top