- 24 Apr, 2015 4 commits
- 23 Apr, 2015 4 commits
- 01 Sep, 2014 5 commits
-
-
Natalia Bidart committed
-
Natalia Bidart committed
-
Natalia Bidart committed
-
Natalia Bidart committed
-
Natalia Bidart committed
-
- 29 Aug, 2014 3 commits
-
-
Natalia Bidart committed
-
Natalia Bidart committed
-
Natalia Bidart committed
-
- 23 Apr, 2014 3 commits
-
-
+ Added installation notes about the SESSION_SERIALIZER setting. + Included tox.ini section for Python 2.7 + Django 1.6. + New decorator override_session_serializer enforces pickle session serialization in tests. + Added test checking Django version defaults for SESSION_SERIALIZER.
Ricardo Kirkner committed -
Fabián Ezequiel Gallina committed
-
+ Added installation notes about the SESSION_SERIALIZER setting. + Included tox.ini section for Python 2.7 + Django 1.6. + New decorator override_session_serializer enforces pickle session serialization in tests. + Added test checking Django version defaults for SESSION_SERIALIZER.
Fabián Ezequiel Gallina committed
-
- 22 Apr, 2014 7 commits
-
-
This commit also contain changes that drop compatibility for the no longer supported Django 1.3 (and lower).
Ricardo Kirkner committed -
Fabián Ezequiel Gallina committed
-
django.conf.urls.defaults was removed in Django 1.6 and now all the utilities contained there moved to django.conf.urls
Ricardo Kirkner committed -
Fabián Ezequiel Gallina committed
-
Fabián Ezequiel Gallina committed
-
Fabián Ezequiel Gallina committed
-
django.conf.urls.defaults was removed in Django 1.6 and now all the utilities contained there moved to django.conf.urls
Fabián Ezequiel Gallina committed
-
- 22 Jul, 2013 2 commits
-
-
Ricardo Kirkner committed
-
bumped minimum supported version of django to 1.3 because of the use of the url templatetag
Ricardo Kirkner committed
-
- 21 Jul, 2013 1 commit
-
-
Ricardo Kirkner committed
-
- 19 Jul, 2013 3 commits
-
-
Ricardo Kirkner committed
-
Ricardo Kirkner committed
-
Ricardo Kirkner committed
-
- 24 Jun, 2013 4 commits
-
-
bumped minimum supported version of django to 1.3 because of the use of the url templatetag
Ricardo Kirkner committed -
Ricardo Kirkner committed
-
Ricardo Kirkner committed
-
Revert the UserOpenID model change which added the account_verified flag. The intention was to allow for the support of multiple UserOpenIDs for a given User, but in reality the solution wouldn't have provided this, because we have no idea which OP provided the e-mail address associated with the account. In the meantime, allow for the simple case of handling account_verified for a single UserOpenID, while not ruling out future support for the complex case.
James Tait committed
-
- 21 Jun, 2013 3 commits
-
-
James Tait committed
-
Remove all reference to the account_verified property of the UserOpenID model - it wouldn't solve the problem it was meant to solve - and just use permissions instead.
James Tait committed -
James Tait committed
-
- 18 Jun, 2013 1 commit
-
-
http://ns.login.ubuntu.com/2013/validation/account
Add http://ns.login.ubuntu.com/2013/validation/account to the list of requested attributes in the Attribute Exchange request, and store the result in UserOpenID.
Ricardo Kirkner committed
-