Changeset f9be20b for design/tools
- Timestamp:
- May 20, 2011, 4:28:14 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
design/tools/audit-trail.txt
r8491cec rf9be20b 25 25 * Very limited documentation --- just the one page on Django's wiki 26 26 * Design 27 * Store versions in a s econd table27 * Store versions in a shadow table per-model 28 28 * django-fullhistory 29 29 * Listed under "Models, database, history, trails" on http://code.djangoproject.com/wiki/DjangoResources 30 30 * 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 31 36 * django-reversion 32 37 * https://github.com/etianen/django-reversion
Note: See TracChangeset
for help on using the changeset viewer.