.. |
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 |
__init__.py
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |