You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
Disabled South as a part of the dependency upgrades because Django 1.7 has its own migrations. But, then I downgraded to Django 1.6, and now South is needed again. Fix this, or handle #99 first
The text was updated successfully, but these errors were encountered:
* Add `team` field to badge model, with south migration
* Enable local copy of django-teamwork, still needs adding to
requirements
* Add South back into requirements/prod.txt (issue mozilla#103)
lmorchard
added a commit
to lmorchard/badges.mozilla.org
that referenced
this issue
Feb 27, 2015
* Add `team` field to badge model, with south migration
* Enable local copy of django-teamwork, still needs adding to
requirements
* Add South back into requirements/prod.txt (issue mozilla#103)
lmorchard
added a commit
to lmorchard/badges.mozilla.org
that referenced
this issue
Feb 28, 2015
* Add `team` field to badge model, with south migration
* Add South back into requirements/prod.txt (issue mozilla#103)
* CRUD views for BadgeTeams
* Team application process
* Add member and badge lists to team detail page
* List team memberships on profile page
* Permissions tweaks
* Get team field working on new badge creation form
lmorchard
added a commit
to lmorchard/badges.mozilla.org
that referenced
this issue
Feb 28, 2015
* Add `team` field to badge model, with south migration
* Add South back into requirements/prod.txt (issue mozilla#103)
* CRUD views for BadgeTeams
* Team application process
* Add member and badge lists to team detail page
* List team memberships on profile page
* Permissions tweaks
* Get team field working on new badge creation form
Disabled South as a part of the dependency upgrades because Django 1.7 has its own migrations. But, then I downgraded to Django 1.6, and now South is needed again. Fix this, or handle #99 first
The text was updated successfully, but these errors were encountered: