- 24 Feb, 2016 1 commit
-
-
Jocelyn Delalande authored
(was breaking the comments feature)
-
- 23 Feb, 2016 1 commit
-
-
Jocelyn Delalande authored
Django 1.8 Implémente #25, remplace !1 See merge request !2
-
- 20 Feb, 2016 36 commits
-
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
Toutes les infos sauf la localisation et l'URL de don étaient déjà affichées.
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
Use propper static tag
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
get_profile disapeared in Django 1.6 and this way to do is cleaner.
-
Jocelyn Delalande authored
Got broken in dffb2f2f Page recycling allows to preserve bugreports linked to pages uppon recompilation.
-
Jocelyn Delalande authored
- Separate medias from static - use new STATIC_ROOT/STATICFILE_DIRS fix #27
-
Jocelyn Delalande authored
As it's not loaded by Django magically starting from 1.8
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
iso-functional, it's just that Django is now ready to handle those properly :)
-
Jocelyn Delalande authored
(that's a Django-1.8 change)
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
Now that we are at Django-1.7, we are no longer blocked on outdated dependencies versions.
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
That's where it is in Django-1.7
-
Jocelyn Delalande authored
To avoid warnings about test runner change http://daniel.hepper.net/blog/2014/04/fixing-1_6-w001-when-upgrading-from-django-1-5-to-1-7/
-
Jocelyn Delalande authored
Fitting new django apps handling.
-
Jocelyn Delalande authored
As Django 1.6 now escapes reversed URLs.
-
Jocelyn Delalande authored
As Django 1.6 deprecated importing them from django.cof.urls.defaults (which is righteous).
-
Jocelyn Delalande authored
As Django 1.6 do no longer defaults BooleanField to False
-
Jocelyn Delalande authored
Instead of copying it inside the project
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
As Django 1.6 enforce do no longer defaults on __all__.
-
Jocelyn Delalande authored
To reflect django 1.6.x change
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
For upgrade to Django 1.5
-
Jocelyn Delalande authored
The old form is deprecated.
-
Jocelyn Delalande authored
-
Jocelyn Delalande authored
generic.simple function-based views were removed in Django 1.5
-
Jocelyn Delalande authored
refs #25
-
Jocelyn Delalande authored
(code adaptation to 1.5 in following commits) ref #25
-
Jocelyn Delalande authored
fix #63
-
- 04 Feb, 2016 1 commit
-
-
Jocelyn Delalande authored
fix #3
-
- 03 Jan, 2016 1 commit
-
-
Jocelyn Delalande authored
Avoid doing mistakes thinking we test dev instance...
-