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


Ignore:
Timestamp:
Sep 30, 2009, 7:50:34 AM (15 years ago)
Author:
simon
Comment:

Added my ponies - signing, logging and get_absolute_url

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v78 v79  
    1111  * i18n improvements (Marc Garcia's GSoC project)
    1212  * 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
    1316  * Smarter {% if %} tag from http://www.djangosnippets.org/snippets/1350/
    1417  * Syndication feed views and better Atom support: http://github.com/bfirsh/syndication-view/
Back to Top