Changes between Version 58 and Version 59 of Version1.2Features


Ignore:
Timestamp:
Aug 17, 2009, 9:39:20 AM (15 years ago)
Author:
Richard Davies <richard.davies@…>
Comment:

Back out suggestion for savepoint refactoring - rejected on mailing list

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v58 v59  
    1919  * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
    2020  * Extra template tags and filters (http://groups.google.com/group/django-developers/browse_thread/thread/2045a50970d6a883)
    21   * Database savepoint refactoring (http://groups.google.com/group/django-developers/browse_thread/thread/8adcbda86bd8e017, #11156, #9205)
    2221  * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl)
    2322  * 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)
     
    5554  * #11402 exists() method on `QuerySets`
    5655  * #11463 Vietnamese translation
     56  * #11156 Remove unnecessary savepoints with Oracle
    5757  * #11698 Add Django Debug Toolbar to contrib.
    5858
Back to Top