Codebase list django-stronghold / 6c7f3d3
Add DEP3 meta information to patches Helps in tracking and upstreaming patches. See: http://dep.debian.net/deps/dep3/ Sunil Mohan Adapa 7 years ago
2 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Add Django 1.9 support
1 In Django 1.9, django.utils.unittest is depcreated in favor of
2 regular unittest.
3 Origin: backport, https://github.com/mgrouchy/django-stronghold/commit/6eb96664ddd8813cad85d159967e407243d9cc78
4 Bug: https://github.com/mgrouchy/django-stronghold/pull/47
5 Bug-Debian: https://bugs.debian.org/808484
6 Forwarded: https://github.com/mgrouchy/django-stronghold/pull/47
7 Author: Sunil Mohan Adapa <sunil@medhas.org>
8 Last-Update: 2016-01-19
9 Applied-Upstream: 0.2.8, https://github.com/mgrouchy/django-stronghold/commit/6eb96664ddd8813cad85d159967e407243d9cc78
010 --- a/stronghold/tests/testdecorators.py
111 +++ b/stronghold/tests/testdecorators.py
212 @@ -1,9 +1,8 @@
0 Description: Add Django 1.10 support
1 In Django 1.10, urlpatterns must be a simple array.
2 .
3 In Django 1.10, the user.is_authenticated can act as a method or a
4 property. Django depricated its use as a method and will be removed
5 in Django 2.0. Django has internally changed its code to use it as a
6 property. This patch updates the mock setup of is_authenticated to
7 work like a property or a method.
8 Origin: other, https://github.com/mgrouchy/django-stronghold/pull/51
9 Bug: https://github.com/mgrouchy/django-stronghold/issues/50
10 Bug-Debian: https://bugs.debian.org/828658
11 Forwarded: https://github.com/mgrouchy/django-stronghold/pull/51
12 Forwarded: https://github.com/mgrouchy/django-stronghold/pull/55
13 Author: James Valleroy <jvalleroy@mailbox.org>
14 Author: Sunil Mohan Adapa <sunil@medhas.org>
15 Last-Update: 2016-08-24
016 --- a/test_project/test_project/urls.py
117 +++ b/test_project/test_project/urls.py
218 @@ -1,9 +1,8 @@