Changes between Version 22 and Version 23 of Version1.1Features


Ignore:
Timestamp:
Sep 18, 2008, 6:44:26 AM (16 years ago)
Author:
Marc Fargas
Comment:

Some additions.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v22 v23  
    1313  * [ticket:7210 Referencing fields in queries and updates in the ORM] (possibly part of django aggregation, I know the GSOC student has worked on this)
    1414  * [ticket:7270 Make select_related work with reverse onetoones]
     15  * [ticket:3148 Allow the use of property() in fields]
    1516
    1617Forms and templates:
     
    3334  * [http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 Avoid double imports] (see [ticket:8193])
    3435  * [ticket:4604 Message Passing For Anonymous Users]
     36  * [ticket:4476 Follow redirect chains on the Test Client]
     37  * [ticket:689 Honour the REMOTE_USER provided by the server]
     38  * [ticket:8638 Disable all e-mail sending for debugging]
Back to Top