Changes between Version 14 and Version 15 of Version1.1Features


Ignore:
Timestamp:
Sep 16, 2008, 2:33:27 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v14 v15  
    33Please list any proposed features for 1.1 below, along with links to relevent tickets, django-dev discussions, etc.
    44
     5ORM:
    56  * [http://code.google.com/p/django-aggregation/ ORM aggregation] (see also [http://groups.google.com/group/django-developers/browse_thread/thread/749ebaf0fa80f807/892c890bc5f1f551 this django-dev thread])
    67  * [ticket:6845 model validation]
    78  * [http://groups.google.com/group/django-developers/browse_thread/thread/5482009f35c9cff5 Manager.update_or_create] (see also #3182)
     9  * [ticket:2705 add optional FOR UPDATE clause to QuerySets]
    810  * [http://groups.google.com/group/django-developers/browse_thread/thread/09f0353fe0682b73 multiple database APIs]
     11  * [ticket:7338 Cache queryset results]
     12  * [ticket:17 Identity Map] (see also [wiki:DjangoSpecifications/Core/SingleInstance])
     13  * [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)
     14
     15Forms and templates:
    916  * [http://groups.google.com/group/django-developers/browse_thread/thread/f04aed2bc60274f0 better HTML output for form fields] (see also [http://code.google.com/p/django-html/ django-html])
     17  * [ticket:9093  Extend inclusion tag syntax to allow custom templates]
     18
     19Admin:
     20  * [http://www.youtube.com/watch?v=M1Qr9rSBGBE&feature=PlayList&p=D415FAF806EC47A1&index=2 Multiple edit arbitrary fields in the admin]
     21  * [http://www.youtube.com/watch?v=M1Qr9rSBGBE&feature=PlayList&p=D415FAF806EC47A1&index=2 Integrate Databrowse into the admin]
     22
     23General:
     24  * [wiki:VersionOneFeatures#DeferredUntilPost-1.0 the four features that were deferred until post-1.0]
    1025  * [http://groups.google.com/group/django-developers/browse_thread/thread/9f5d117fdbb05a12 customizability of contrib.comments] (see also #8630)
    11   * [ticket:7338 Cache queryset results]
    1226  * [ticket:6735 Class-Based Generic Views]
    13   * [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)
    14   * [ticket:9093  Extend inclusion tag syntax to allow custom templates]
    1527  * [http://groups.google.com/group/django-developers/browse_thread/thread/3417b90f0e6fda9f URL resolver refactor]
    16   * [http://www.youtube.com/watch?v=M1Qr9rSBGBE&feature=PlayList&p=D415FAF806EC47A1&index=2 Multiple edit arbitrary fields in the admin]
    17   * [http://www.youtube.com/watch?v=M1Qr9rSBGBE&feature=PlayList&p=D415FAF806EC47A1&index=2 Integrate Databrowse into the admin]
Back to Top