Changes between Version 15 and Version 16 of Version1.2Features


Ignore:
Timestamp:
Jul 29, 2009, 3:32:27 PM (15 years ago)
Author:
dc
Comment:

Trying to keep it clean and sorted

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v15 v16  
    99  * Improved/reworked CsrfProtection (see #9977, #10816)
    1010  * i18n improvements (Marc Garcia's GSoC project)
     11  * Add {% doctype %} and {% field %} template tags from http://github.com/simonw/django-html/
     12  * Smarter {% if %} tag from http://www.djangosnippets.org/snippets/1350/
     13
    1114  * #342 Read-only form fields
    1215  * #373 Multi-part primary keys
     
    2225  * #6845 Model validation (Honza Kral's GSoC project)
    2326  * #6903 Admin app: Go back to old change_list view after saving model instance
     27  * #9289 Swedish (se) localflavor
    2428  * #10871 Support for input arguments on admin actions.
    2529  * #11402 exists() method on QuerySets
    26   * Add {% doctype %} and {% field %} template tags from http://github.com/simonw/django-html/
    27   * Smarter {% if %} tag from http://www.djangosnippets.org/snippets/1350/
    28   * #9289 Swedish (se) localflavor
    2930
    3031== Lieutenants and Committers ==
Back to Top