GetTogether/events/migrations
2018-09-27 17:42:23 -04:00
..
0001_initial.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
0002_auto_20171217_0332.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
0003_searchable_tags.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
0004_auto_20180103_2212.py Add Bootstrap CSS, management script to load locale data, add new fields to locale models 2018-01-03 23:44:27 -05:00
0005_auto_20180108_2221.py Add ability to join a team as a member, migrate team owners to admin members, add Attendee objects 2018-01-23 23:15:14 -05:00
0006_auto_20180124_0303.py Add ability to join a team as a member, migrate team owners to admin members, add Attendee objects 2018-01-23 23:15:14 -05:00
0007_add-city-lonlat.py Add longitude and latitude to city import, use it for searchable data when a Place isn't defined for an event 2018-01-25 16:41:12 -05:00
0008_add-team-description.py Add Description field to Teams, allow Markdown for team and event descriptions, use Bootstrap layouts for team and event pages 2018-01-25 16:50:19 -05:00
0009_auto_20180224_0556.py Add show-profile view. 2018-02-24 00:56:32 -05:00
0010_userprofile_send_notifications.py Add email confirmation step so that we can (in the future) send team and event notifications to a user. Fixes #29 2018-02-26 11:53:50 -05:00
0011_auto_20180227_0210.py Add Category support for teams and events, including card images. Fixes #37 2018-02-26 23:03:56 -05:00
0012_auto_20180227_0358.py Add Category support for teams and events, including card images. Fixes #37 2018-02-26 23:03:56 -05:00
0013_auto_20180304_1649.py Add new user setup workflow to walk the user through confirming their profile information, choosing categories, finding teams and attending events. Fixes #23 2018-03-04 14:10:37 -05:00
0014_add_searchable_uri.py Add unique URI to Searchable that won't change if the event name changes 2018-03-10 23:13:57 -08:00
0015_populate_searchable_uri.py Add unique URI to Searchable that won't change if the event name changes 2018-03-10 23:13:57 -08:00
0016_make_searchable_uri_unique.py Add unique URI to Searchable that won't change if the event name changes 2018-03-10 23:13:57 -08:00
0017_add_event_images.py Add ability to upload photos to an event 2018-03-17 17:37:56 -04:00
0018_add_common_events.py Add preliminary support for common events and organizations. Fixes #44, Fixes #45 2018-03-22 00:15:09 -04:00
0019_add_org_slug.py Add preliminary support for common events and organizations. Fixes #44, Fixes #45 2018-03-22 00:15:09 -04:00
0020_add_event_comments.py Add event comments, move photos to the sidebar. Fixes #26 2018-03-24 00:00:38 -04:00
0021_add_account_secret.py Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28, Fixes #59 2018-04-01 22:22:30 -04:00
0022_localize_datetimes.py Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28, Fixes #59 2018-04-01 22:22:30 -04:00
0023_add_searchable_timezone.py Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28, Fixes #59 2018-04-01 22:22:30 -04:00
0024_auto_20180404_0504.py Send event reminder emails. 2018-04-04 01:22:26 -04:00
0025_add_event_series.py Add EventSeries model to hold recurrence data, implement screens to view, edit and delete Series. Show recurrence rules for events that are part of a Series. 2018-04-14 11:14:40 -04:00
0026_add_user_city.py Add initial speaker/talk models, expand Category and Topic to they can be used for this, add a user's default City to their profile 2018-04-25 10:43:25 -04:00
0027_add_category_topic_slug.py Add initial speaker/talk models, expand Category and Topic to they can be used for this, add a user's default City to their profile 2018-04-25 10:43:25 -04:00
0028_add_speaker_models.py Add user management of their speaker bios and talks 2018-04-25 10:43:25 -04:00
0029_add_team_premium_fields.py Add premium fields to Team objects, only show presentations for premium teams 2018-04-27 18:11:05 -04:00
0030_add_attendee_actual_status.py Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71 2018-05-16 21:30:32 -04:00
0031_add_sponsors.py Add Sponsor information for events. Save an event's sponsor to it's team so it can be selected for a future event. Fixes #70 2018-05-20 12:35:52 -04:00
0032_add_team_slug.py Add a Team slug for human readable URLs. Fixes #73 2018-06-08 22:46:07 -04:00
0033_remove_unused_team_cover_img.py Finish up Bheesham's work on adding team images for card covers and banners, fixes #25 2018-06-10 13:06:46 -04:00
0034_add_imagekit_team_cover_img.py Finish up Bheesham's work on adding team images for card covers and banners, fixes #25 2018-06-10 13:06:46 -04:00
0035_add_event_status.py Allow cancelling an event with a reason, notify attendees of the change. Fixed #91 2018-06-23 12:04:45 -04:00
0036_auto_20180701_2148.py Issue 65: Team About Page 2018-07-01 15:53:56 -07:00
0037_add_org_details.py Improve organization display pages 2018-07-28 22:31:59 -04:00
0038_add_common_event_continent.py Improve organization display pages 2018-07-28 22:31:59 -04:00
0039_add_profile_privacy_option.py Add a 'do not track' setting on user profile that will prevent the use of Google Analytics and embedded social media buttons for the user 2018-08-03 22:56:48 -04:00
0040_add_org_membership_requests.py Add ability to invite teams to an org, or request to have your team added to an org 2018-08-06 11:08:51 -04:00
0041_add_private_personal_team_types.py Improve new event creation workflow, fixes #56. Allow adding events without a host team (falls back to 'Personal' team), fixes #92. Lays the groundwork for 'Private' teams for #46. 2018-08-17 00:07:29 -04:00
0042_allow_team_without_country.py Allow team records in the database without a country_id to support personal teams where the owner doesn't have a country set. City will still be required via forms when being created by a user 2018-08-19 13:24:07 -04:00
0043_remove_premium_restrictions.py Remove Premium setting and restrictions 2018-08-25 10:21:22 -04:00
0044_add_event_settings.py Add event toggles to enable/disable presentations, comments and photos. Fixes #109 2018-08-25 10:34:23 -04:00
0045_change_field_help_text.py Cleanup event forms 2018-09-07 10:29:27 -04:00
0046_require_sponsor_logo.py Make sponsor logos required, but fail gracefully when there isn't one 2018-09-26 18:15:32 -04:00
0047_add_city_population.py If an event doesn't have latlng from a Place, use the Place's city's latlng before the Team's. Also add population field to City and sort dynamic lookups by population size to show bigger cities first 2018-09-27 17:42:23 -04:00
__init__.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00