Changes between Version 66 and Version 67 of Version1.1Features


Ignore:
Timestamp:
Oct 16, 2008, 1:47:39 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v66 v67  
    2121  * [http://groups.google.com/group/django-developers/browse_thread/thread/620ccff354c859c2 Native autocommit option for Postgresql backend] (see ticket #3460)
    2222  * [ticket:5099 Provide the ability to update database to reflect changes in model definitions (i.e., schema evolution)] (see also [ticket:5934 Database Migrations] and SchemaEvolution)
     23  * [ticket:5390 Add signals to ManyRelatedManager] [http://groups.google.com/group/django-users/browse_thread/thread/77e7884f51212899/73786ddd0e3ae7ff?hl=en&lnk=gst&q=m2m+save#73786ddd0e3ae7ff Access to m2m relations in model.save]
    2324
    2425Forms and templates:
     
    4950  * [ticket:9282 Inclusion of comment-utils]
    5051
     52Testing, debugging:
     53  * [ticket:4476 Follow redirect chains on the Test Client]
     54  * [ticket:8638 Disable all e-mail sending for debugging]
     55  * [ticket:8138 Make the Django testcases use transactions to rollback DB changes created in a test]
     56  * [http://groups.google.com/group/django-developers/browse_thread/thread/564cf6d244c8b68c Create a benchmark to measure the impact changes have to code] (ticket #8949)
     57
    5158General:
    5259  * [wiki:VersionOneFeatures#DeferredUntilPost-1.0 the four features that were deferred until post-1.0]
     
    5663  * [http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 Avoid double imports] (see [ticket:8193])
    5764  * [ticket:4604 Message Passing For Anonymous Users]
    58   * [ticket:4476 Follow redirect chains on the Test Client]
    5965  * [ticket:689 Honour the REMOTE_USER provided by the server]
    60   * [ticket:8638 Disable all e-mail sending for debugging]
    61   * [ticket:8138 Make the Django testcases use transactions to rollback DB changes created in a test]
    6266  * [ticket:3570 Implement Atom Publishing Protocol] (and related #3569)
    6367  * [http://groups.google.com/group/django-developers/browse_thread/thread/34d45b5296e06150 Signal Connection Decorators] (see #9015)
    6468  * [https://groups.google.com/group/django-developers/browse_thread/thread/94efe43b1d1c7787 Some form of media management for apps]
    65   * [ticket:5390 Add signals to ManyRelatedManager] [http://groups.google.com/group/django-users/browse_thread/thread/77e7884f51212899/73786ddd0e3ae7ff?hl=en&lnk=gst&q=m2m+save#73786ddd0e3ae7ff Access to m2m relations in model.save]
    6669  * [http://groups.google.com/group/django-developers/browse_thread/thread/5156569398816860 Address logging]
    67   * [http://groups.google.com/group/django-developers/browse_thread/thread/564cf6d244c8b68c Create a benchmark to measure the impact changes have to code] (ticket #8949)
    6870  * [http://www.djangosnippets.org/snippets/1026/ A preferred way of creating breadcrumbs would be nice. This would improve plugability of applications]
    6971  * Multilingual support in the db. There are some projects that could be integrated into the trunk as django-multilingual.
Back to Top