Skip to content

Instantly share code, notes, and snippets.

commit 2d8206e81e3b6add9d42797bbb6ed1f894090a77
Author: Francois Ribemont <francois.ribemont@openapp.ie>
Date: Mon Dec 8 13:18:19 2014 +0000
Fixed the output string for one of the classes
diff --git a/django_auth_policy/password_strength.py b/django_auth_policy/password_strength.py
index baf9c79..8b5f1c2 100644
--- a/django_auth_policy/password_strength.py
+++ b/django_auth_policy/password_strength.py
commit 9f4f41cfb42396cb6dd7281814958fa4ed5aded2
Author: Francois Ribemont <francois.ribemont@openapp.ie>
Date: Sat Oct 18 17:11:26 2014 +0100
PEP8 compliance
diff --git a/django_auth_policy/forms.py b/django_auth_policy/forms.py
index 123cecd..a91454d 100644
--- a/django_auth_policy/forms.py
+++ b/django_auth_policy/forms.py
commit 0beb14aee741456a1420aaaa1cfd10727e275a66
Author: Francois Ribemont <francois.ribemont@openapp.ie>
Date: Mon Dec 8 12:13:08 2014 +0000
Added a migration file (works with django 1.6)
diff --git a/django_auth_policy/migrations/0001_initial.py b/django_auth_policy/migrations/0001_initial.py
new file mode 100644
index 0000000..fdf3c94
--- /dev/null
commit e91e5c892a197b66e8491fd8e3e18b85c3521686
Author: Francois Ribemont <francois.ribemont@openapp.ie>
Date: Fri Oct 17 13:39:10 2014 +0100
Removed migration file for 2 reasons: 1) Needs django 1.7 2) No need to have this file checked in
diff --git a/django_auth_policy/migrations/0001_initial.py b/django_auth_policy/migrations/0001_initial.py
deleted file mode 100644
index 919cf4c..0000000
--- a/django_auth_policy/migrations/0001_initial.py
commit 90f594d8b40a2cd530ffc8350f974df141f97e5c
Author: Francois Ribemont <francois.ribemont@openapp.ie>
Date: Fri Oct 17 13:35:31 2014 +0100
Typo
diff --git a/django_auth_policy/password_change.py b/django_auth_policy/password_change.py
index 4ea6597..93dd5f7 100644
--- a/django_auth_policy/password_change.py
+++ b/django_auth_policy/password_change.py