Changes between Version 58 and Version 59 of Version1.2Features
- Timestamp:
- Aug 17, 2009, 9:39:20 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v58 v59 19 19 * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`. 20 20 * 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)22 21 * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl) 23 22 * 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) … … 55 54 * #11402 exists() method on `QuerySets` 56 55 * #11463 Vietnamese translation 56 * #11156 Remove unnecessary savepoints with Oracle 57 57 * #11698 Add Django Debug Toolbar to contrib. 58 58