Changes between Version 79 and Version 80 of Version1.2Features


Ignore:
Timestamp:
Oct 3, 2009, 1:05:42 PM (15 years ago)
Author:
djm
Comment:

Removed duplicate entry for "remove/change get_absolute_url()". See point 8.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v79 v80  
    2727  * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
    2828  * Extra template tags and filters (http://groups.google.com/group/django-developers/browse_thread/thread/2045a50970d6a883)
    29   * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl)
    3029  * Make working with inline formsets easier (http://stackoverflow.com/questions/442040/pre-populate-an-inline-formset, as per James: ''...the way the model formsets work just make this more trouble than it's usually worth, but with a bit of API cleanup I think it could be made extremely easy.'', also http://groups.google.com/group/django-developers/browse_thread/thread/f9aae709a7fda689)
    3130  * Allow inclusion of inlines in fieldsets (admin)
Back to Top