Changeset 73eeef7 for design


Ignore:
Timestamp:
May 20, 2011, 4:17:12 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
bd2bc21
Parents:
1850a8d
git-author:
Alex Dehnert <adehnert@…> (05/20/11 04:17:12)
git-committer:
Alex Dehnert <adehnert@…> (05/20/11 04:17:12)
Message:

More audit trail options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • design/tools/audit-trail.txt

    r1850a8d r73eeef7  
    99    * Somewhat limited documentation
    1010    * Design
    11         * Store every version in one table
     11        * Store every version in the table with the model
    1212        * Provide accessors for getting the most recent version
    1313    * Appears not to support linking to a "bundle" (an object, not a version) --- see https://github.com/stdbrouw/django-revisions/issues/5
     
    2424    * Design
    2525        * Store versions in a second table
     26* django-fullhistory
     27    * Listed under "Models, database, history, trails" on http://code.djangoproject.com/wiki/DjangoResources
     28* django-reversion
     29    * https://github.com/etianen/django-reversion
     30    * Activity and sustainability
     31        * First commit September 2008
     32        * Last commit April 2011
     33    * Decent-looking documentation
     34    * Design
     35        * Store all versions of all models in a single table, pickled
     36    * Performance
     37        * Slightly concerned that the "here are the changes that have been made" view might be too slow
Note: See TracChangeset for help on using the changeset viewer.