Changes between Version 66 and Version 67 of Version1.1Features
- Timestamp:
- Oct 16, 2008, 1:47:39 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Features
v66 v67 21 21 * [http://groups.google.com/group/django-developers/browse_thread/thread/620ccff354c859c2 Native autocommit option for Postgresql backend] (see ticket #3460) 22 22 * [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] 23 24 24 25 Forms and templates: … … 49 50 * [ticket:9282 Inclusion of comment-utils] 50 51 52 Testing, 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 51 58 General: 52 59 * [wiki:VersionOneFeatures#DeferredUntilPost-1.0 the four features that were deferred until post-1.0] … … 56 63 * [http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 Avoid double imports] (see [ticket:8193]) 57 64 * [ticket:4604 Message Passing For Anonymous Users] 58 * [ticket:4476 Follow redirect chains on the Test Client]59 65 * [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]62 66 * [ticket:3570 Implement Atom Publishing Protocol] (and related #3569) 63 67 * [http://groups.google.com/group/django-developers/browse_thread/thread/34d45b5296e06150 Signal Connection Decorators] (see #9015) 64 68 * [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]66 69 * [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)68 70 * [http://www.djangosnippets.org/snippets/1026/ A preferred way of creating breadcrumbs would be nice. This would improve plugability of applications] 69 71 * Multilingual support in the db. There are some projects that could be integrated into the trunk as django-multilingual.