codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

using get_or_create when testing for group membership #273

Closed ialja closed 10 years ago

ialja commented 10 years ago

@gandalfar: Does this make sense?

jurecuhalev commented 10 years ago

It's actually my bug. South migrations aren't being run. I'm checking what's going on now.

jurecuhalev commented 10 years ago

Goran, would it make it too much of a problem if you unmered my pull request? Github allows you to revert it - https://github.com/blog/1857-introducing-the-revert-button

Sorry for this mess. I'll have a better pull request next week. Alternatively you can merge Alja's workaround and I'll assign myself a bug to recode it properly.

goranche commented 10 years ago

@gandalfar which one? you can revert the commits from the pull request yourself and create a new pull request, which "undoes" the first one ;) might be easier and less error prone... I mean, it's me we're talking about :D

ercchy commented 10 years ago

Good Job Cat!