Changeset f9be20b for design/tools


Ignore:
Timestamp:
May 20, 2011, 4:28:14 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
35d8e68
Parents:
8491cec
git-author:
Alex Dehnert <adehnert@…> (05/20/11 16:28:14)
git-committer:
Alex Dehnert <adehnert@…> (05/20/11 16:28:14)
Message:

More about django-fullhistory

File:
1 edited

Legend:

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

    r8491cec rf9be20b  
    2525    * Very limited documentation --- just the one page on Django's wiki
    2626    * Design
    27         * Store versions in a second table
     27        * Store versions in a shadow table per-model
    2828* django-fullhistory
    2929    * Listed under "Models, database, history, trails" on http://code.djangoproject.com/wiki/DjangoResources
    3030    * License: GPLv2
     31    * Activitiy and sustainability
     32        * First commit August 2008
     33        * Last commit January 2010
     34    * Design
     35        * Store all versions of all models in a single table, JSON'd
    3136* django-reversion
    3237    * https://github.com/etianen/django-reversion
Note: See TracChangeset for help on using the changeset viewer.