pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

Makes the speakers model pluggable #160

Open chrisjrn opened 7 years ago

chrisjrn commented 7 years ago

This fork makes it so that you do not need to fork Symposion in order to update the speaker model.

It does the following:

jtauber commented 7 years ago

Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.

chrisjrn commented 7 years ago

Thanks!

On 11 August 2017 at 07:21, James Tauber notifications@github.com wrote:

Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pinax/symposion/pull/160#issuecomment-321676914, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl-3O3UH15zrFfZjslo2TAqG_ofDtq3ks5sW3RogaJpZM4Oz_ZP .

-- --Christopher Neugebauer

Jabber: chrisjrn@gmail.com -- IRC: chrisjrn on irc.freenode.net -- WWW: http://chrisjrn.com -- Twitter: @chrisjrn

chrisjrn commented 7 years ago

So this branch appears to break migrations in some cases due to an ordering issue.

Before this can be merged, I'll need to patch the migrations to include some run_before clauses, and also add some documentation to that effect for consumer apps.