Opened 14 years ago
Closed 14 years ago
#49 closed enhancement (fixed)
Prepopulate version history
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Initial Release |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Size: |
Description
It looks like there are no elements in the history from the group import script. We really should have a data migration that adds those entries, and/or have the import script do it. Otherwise, group diffing won't work right, I think, which might lead to asa-official getting desynced or something else similarly sad.
Change History (2)
comment:1 Changed 14 years ago by adehnert
comment:2 Changed 14 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by
commit a1ff79acdb702ef5c772fee64d7d590c20ce872a Author: Alex Dehnert <adehnert@mit.edu> Date: Wed Dec 28 07:13:04 2011 -0500 Populate version history better (Trac: #49) * Data migration (0019_initial_revs) to run the createinitialrevisions management command, which revisions with the initial data of all the versioned models * Use reversion when importing new data in util/import_db.py * Data migration (0019_initial_revs) to create the user import_db.py claims created its revisionsand friends.