Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
batucada
зеркало из
https://github.com/mozilla/batucada.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули batucada
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
8f21f34844
batucada
/
apps
/
relationships
История
Paul Osman
e3d02e594e
Don't allow project admins to unfollow their own project.
2010-12-31 22:21:31 -05:00
..
__init__.py
Very basic user listing, follow / unfollow functionality
2010-07-29 16:11:43 -04:00
models.py
Move emailing to a celery task. Also, email users when they receive a message, someone starts following them or a project they have created.
2010-12-29 23:29:52 -05:00
tests.py
Update relationship application tests to use userprofile objects instead of user objects
2010-12-20 23:13:49 -05:00
urls.py
Remove ContentType from Relationship model. Instead just have a field for Project and a field for UserProfile. Reduces number of queries required by a lot.
2010-12-20 16:28:35 -05:00
views.py
Don't allow project admins to unfollow their own project.
2010-12-31 22:21:31 -05:00