Changes between Version 78 and Version 79 of Version1.2Features
- Timestamp:
- Sep 30, 2009, 7:50:34 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v78 v79 11 11 * i18n improvements (Marc Garcia's GSoC project) 12 12 * Add {% doctype %} and {% field %} template tags from http://github.com/simonw/django-html/ 13 * Add support for [wiki:Signing Signing and Signed Cookies] 14 * Integrate the Python standard library logging module with Django 15 * Replace get_absolute_url() with methods that are more useful and have more realistic names ReplacingGetAbsoluteUrl 13 16 * Smarter {% if %} tag from http://www.djangosnippets.org/snippets/1350/ 14 17 * Syndication feed views and better Atom support: http://github.com/bfirsh/syndication-view/