Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.
commit 3c1dc6113f9f5bdd55aa84377824e6beb8529825
2 parents 1e91284 + 5e689ea
@Florian Fuchs Florian Fuchs authored on 10 Mar 2015
Showing 4 changed files
View
2
■■■
setup.py
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
install_requires=['django>=1.5',
'django-social-auth>=0.7.8',
'django-browserid',
'mailmanclient']
)
View
1
■■■■
src/postorius/doc/news.rst
* Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
* Fix broken translation string on the login page. Contributed by Pranjal Yadav.
* Show held message details in a modal window. Contributed by Abhilash Raj (LP: 1004049).
* Rework of internal testing
* Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.
 
1.0 beta 1 -- "Year of the Parrot"
==================================
(2014-04-22)
View
src/postorius/templates/postorius/login.html
View
testing/test_settings.py