.. |
0001_initial.py
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |
0002_add_goodreads_id.py
|
persist goodreads and librarything identifiers when loading wishlists from there
|
2011-12-02 22:16:11 -05:00 |
0003_add_librarything_ids.py
|
persist goodreads and librarything identifiers when loading wishlists from there
|
2011-12-02 22:16:11 -05:00 |
0004_auto__add_field_campaign_status.py
|
added status column to Campaign model, wrote a South data migration
|
2011-12-06 10:36:20 -05:00 |
0005_set_status.py
|
added status column to Campaign model, wrote a South data migration
|
2011-12-06 10:36:20 -05:00 |
0006_wishes.py
|
Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost.
|
2011-12-08 18:22:20 -05:00 |
0007_auto__add_field_wishes_created__add_field_wishes_source.py
|
restored missing "through" to model
|
2011-12-09 08:07:44 -05:00 |
0008_add_work_language_col.py
|
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
|
2011-12-13 09:55:26 -05:00 |
0009_add_work_language_data.py
|
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
|
2011-12-13 09:55:26 -05:00 |
0010_remove_edition_language.py
|
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
|
2011-12-13 09:55:26 -05:00 |
0011_auto__add_campaignaction__del_field_campaign_suspended_reason__del_fie.py
|
moved as-yet unsaid campaign actions into their own table. Apply migrations!
|
2011-12-13 16:24:56 -05:00 |
0012_auto__add_field_campaign_left.py
|
added a column to track amount remaining on a campaign; updated by the Transaction change signal
|
2011-12-14 00:53:03 -05:00 |
0013_move_subject_to_work.py
|
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
|
2011-12-19 01:33:13 -05:00 |
0015_auto__chg_field_subject_name__add_unique_subject_name.py
|
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
|
2011-12-19 01:33:13 -05:00 |
0016_auto__add_field_work_openlibrary_lookup.py
|
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
|
2011-12-19 01:33:13 -05:00 |
0017_isbn_to_13.py
|
blindly trying what the error messages say to do
|
2011-12-19 23:45:44 -05:00 |
0018_auto__del_field_edition_isbn_10.py
|
removed isbn_10 column and fixed many isbn13 non-compliance issues
|
2011-12-19 23:26:55 -05:00 |
0019_googlebooks_id_must_be_unique.py
|
require googlebooks_id to be unique on Edition. this may cause errors to pop up elsewhere when we have a race to add an edition
|
2011-12-20 12:57:17 -05:00 |
0020_auto__add_identifier__add_unique_identifier_type_value.py
|
migrations off for dry runs
|
2012-01-16 13:31:12 -05:00 |
0021_auto__del_field_work_librarything_id__del_field_work_openlibrary_id__d.py
|
migrations off for dry runs
|
2012-01-16 13:31:12 -05:00 |
0022_auto__chg_field_edition_publisher__chg_field_edition_publication_date.py
|
relax publisher and pubdate requirement on edition
|
2012-01-16 15:15:35 -05:00 |
0023_auto__add_waswork.py
|
Added WasWork model to track deleted works. Apply migrations!
|
2012-02-09 22:30:33 -05:00 |
0024_auto__add_field_work_num_wishes.py
|
apply migrations! added num_wishes on work model. "popular" page now 10x faster
|
2012-02-11 14:15:06 -05:00 |
0025_count_wishes.py
|
apply migrations! added num_wishes on work model. "popular" page now 10x faster
|
2012-02-11 14:15:06 -05:00 |
0026_auto__add_field_ebook_user__add_field_waswork_moved__add_field_waswork.py
|
finish committing all changes
|
2012-02-28 17:28:58 -05:00 |
0027_auto__add_field_campaign_license__chg_field_ebook_url.py
|
added license selection to campaigns. Simple migration to apply.
|
2012-03-23 12:30:49 -04:00 |
0028_auto__add_field_premium_limit.py
|
Added management of custom premiums. (migration needed) [finish #26921893]
|
2012-03-26 15:32:23 -04:00 |
0029_https_facebook_avatars.py
|
migration to convert facebook avatar urls to https
|
2012-04-03 14:10:56 -04:00 |
0030_twitter_rewrite.py
|
Migrating existing twitter pic urls
|
2012-04-03 11:54:20 -07:00 |
0031_auto__add_field_campaign_edition.py
|
added edition to campaign model to allow selection of a preferred edition [finish #28736373]
|
2012-05-01 10:56:19 -04:00 |
0032_auto__add_field_work_description.py
|
[#28945859] create description on work, migrate data
|
2012-05-06 23:01:56 -04:00 |
0033_move_descriptions.py
|
[#28945859] create description on work, migrate data
|
2012-05-06 23:01:56 -04:00 |
0034_auto__del_field_edition_description.py
|
Revert "Revert "[#28945859] removed description from edition. Be sure to do data migration before applying this schema migration""
|
2012-05-07 01:18:11 -04:00 |
0035_auto__add_key.py
|
[#29272807] Implementation of an encrypted keystore as core.models.Key
|
2012-05-08 16:08:36 -07:00 |
0036_auto__add_unique_key_name.py
|
Ooops -- I forgot one migration
|
2012-05-09 11:42:29 -07:00 |
0037_auto__add_field_edition_cover_image.py
|
[#28851641] Edition creation and editing !!! Needs a schema migration.
|
2012-05-11 14:13:09 -04:00 |
__init__.py
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |