- 19 Apr, 2016 5 commits
-
-
Nicolas Joyard authored
-
njoyard authored
Fix tests on master
-
Jamesie Pic authored
See the 2 previous commits for example reasons to do that !
-
Jamesie Pic authored
0.3.0 introduces status_code generation which causes the test to fail with FixtureCreated on travis.
-
Jamesie Pic authored
Otherwise tests might become broken as a side effect of an upgrade in these packages. And that's hard to figure out ;)
-
- 17 Feb, 2016 1 commit
-
-
James Pic authored
Fixed url conflicts
-
- 11 Feb, 2016 1 commit
-
-
Jamesie Pic authored
-
- 09 Feb, 2016 4 commits
-
-
James Pic authored
Display votes with recommendation only
-
Jamesie Pic authored
-
James Pic authored
Added proposal autocomplete, upgrade to DAL v3
-
Jamesie Pic authored
-
- 08 Feb, 2016 1 commit
-
-
Jamesie Pic authored
-
- 29 Jan, 2016 2 commits
-
-
Jamesie Pic authored
-
Jamesie Pic authored
-
- 27 Jan, 2016 4 commits
-
-
Jamesie Pic authored
-
James Pic authored
Added API
-
Jamesie Pic authored
-
James Pic authored
Use Country.get_absolute_url in templates
-
- 26 Jan, 2016 1 commit
-
-
Jamesie Pic authored
Also, use django-responsediff instead of manually updating test fixtures.
-
- 13 Jan, 2016 1 commit
-
-
James Pic authored
Release
-
- 12 Jan, 2016 20 commits
-
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Jamesie Pic authored
3 instances: - master-memopol.lqdn.fr for the master branch, - lqdn-memopol.lqdn.fr for the lqdn branch, - pr-memopol.lqdn.fr for the pr branch.
-
Jamesie Pic authored
-
Jamesie Pic authored
This is completely backward-incompatible and was rushed before the release - nobody was going to pay the interrest on the technical debt this commit remove to support migrations since nobody has an instance in production. Memopol{Representative,Vote,Dossier} subclasses are gone. Django model inheritance is fun but comes at a price - hacks like create_child_instance_from_parent would end up everywhere. Use a simple one to one relation when you don't intend to have several subclasses of a model which is the case here. Country and current mandates are not pre-calculated and stored in the database anymore, instead they are pre-fetched which requires django-representatives>=0.0.7 Score related code was rewritten in votes.models, along with the Recommendation model. We're still not calculating it on the fly here because that would require some SQL backflips which will take a bit of time to do properly.
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Add a space after @font-face directives, lesscpy seems picky about syntax...
-
-
-
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Jamesie Pic authored
This code was just preventing administrators to publish recommendations !
-
Jamesie Pic authored
It's, after all, free for non commercial use.
-
Jamesie Pic authored
-
Jamesie Pic authored
-
Jamesie Pic authored
Admins don't have permission anyway.
-