.. |
0001_initial.py
|
ChangeSet author can be null
|
2017-06-12 16:59:57 +02:00 |
0002_auto_20170612_1615.py
|
change author can also be null
|
2017-06-12 18:15:45 +02:00 |
0003_auto_20170618_1942.py
|
allow unsaved changesets (getting saved when the first change is added)
|
2017-06-18 22:14:03 +02:00 |
0004_auto_20170620_0934.py
|
change model: discarded_by instead of deletes_change and reset updates
|
2017-06-20 11:43:05 +02:00 |
0005_auto_20170627_0027.py
|
replace Change with ChangedObject (wrapper integration still missing)
|
2017-06-27 03:21:23 +02:00 |
0006_auto_20170629_1222.py
|
add ChangedObject.stale
|
2017-06-29 14:51:46 +02:00 |
0007_auto_20170629_1327.py
|
edit title and description of changesets
|
2017-06-29 15:53:26 +02:00 |
0008_auto_20170629_1450.py
|
applied_by → assigned_to
|
2017-06-29 17:01:44 +02:00 |
0009_auto_20170701_1218.py
|
add CHangeset state
|
2017-07-01 14:18:39 +02:00 |
0010_auto_20170704_1431.py
|
save last change in changeset and lock changesets before changing stuff
|
2017-07-04 17:05:29 +02:00 |
0011_auto_20170704_1640.py
|
add ChangeSetUpdate and only save updates if something changed
|
2017-07-04 19:05:30 +02:00 |
0012_remove_changeset_session_id.py
|
save changeset pk in session instead of session id in changeset
|
2017-07-04 22:14:43 +02:00 |
0013_remove_changesetupdate_session_user.py
|
activating change sets
|
2017-07-04 22:45:04 +02:00 |
0014_last_update_foreign_key.py
|
fix editor.0014_last_update_foreign_key migration on postgres
|
2017-09-16 14:13:35 +02:00 |
0015_changeset_last_state_update.py
|
add ChangeSet.last_state_update
|
2017-07-05 16:17:09 +02:00 |
0016_auto_20170705_1938.py
|
apply → accept and remove author from ChangeSetUpdate
|
2017-07-05 21:39:31 +02:00 |
0017_changeset_map_update.py
|
add MapUpdate
|
2017-07-05 22:04:22 +02:00 |
0018_changeset_last_cleaned_with.py
|
last_cleaned_with. execute _clean_changes only if there was a map update
|
2017-07-08 17:53:44 +02:00 |
__init__.py
|
create models Change and ChangeSet for editor
|
2017-06-12 13:20:26 +02:00 |