- 23 Jun, 2017 3 commits
-
-
Martin Pépin authored
-
Martin Pépin authored
-
Martin Pépin authored
-
- 01 Apr, 2017 1 commit
-
-
Martin Pépin authored
-
- 26 Mar, 2017 1 commit
-
-
Aurélien Delobelle authored
Properly include ddt's urls using `include` See merge request !190
-
- 19 Mar, 2017 1 commit
-
-
Martin Pepin authored
Aureplop/1 11/fix querysets See merge request !183
-
- 18 Mar, 2017 1 commit
-
-
Martin Pépin authored
-
- 25 Feb, 2017 2 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
- 24 Feb, 2017 1 commit
-
-
Erkan Narmanli authored
-
- 23 Feb, 2017 28 commits
-
-
Erkan Narmanli authored
-
Erkan Narmanli authored
-
Martin Pépin authored
-
Martin Pépin authored
-
Martin Pepin authored
Upgrade to Django 1.11 - We upgrade our django packages to 1.11 (beta 1) - We apply some necessary changes in the settings file - We prepare to upgrade Django-autocomplete-light - We upgrade some other packages See merge request !179
-
Martin Pépin authored
-
Martin Pepin authored
Write modern-style urls - Proper use of include - Defining namespaces (I do not use them for now because many urls are going to change) - Do not try to reverse with old-style references: 'cof.views.XXX' See merge request !178
-
Martin Pepin authored
BDS groups and permissions Creates groups and permissions for the BDS members and staff. Fixes #136 See merge request !176
-
Martin Pépin authored
-
Martin Pepin authored
Kerl/clubs support - Add the club-related models - Register them into the admin site in order to be able to play with them See #133 See merge request !175
-
Martin Pépin authored
-
Martin Pepin authored
Change CofProfile to Profile in kfet/backends.py - K-Fêt accounts are now linked to profiles - There is no need to perform the `get_or_create` as long as the profile creation has been automated. - This file is now PEP8 compliant See merge request !180
-
Martin Pépin authored
- K-Fêt accounts are now linked to profiles - There is no need to perform the `get_or_create` as long as the profile creation has been automated. - This file is now PEP8 compliant
-
Martin Pépin authored
`liste_bda_diff` -> `liste_bdadiff`
-
Martin Pepin authored
Specify `on_delete` Two kind of files are affected: - Models - Migrations You can use the `-Wall` flag to check that the warning `RemovedInDjango20Warning: on_delete…` is not raised: python -Wall manage.py runserver 0.0.0.0:8000 See merge request !177
-
Martin Pépin authored
-
Martin Pépin authored
- Remove an absurd debug line in the migration - Specify the on_delete strategy for the club-related models
-
Martin Pépin authored
This form appeared twice in `cof/forms.py` and the second occurrence (which was used by the views) was erroneous.
-
Martin Pépin authored
-
Martin Pépin authored
- Upgrade some dependencies - We do not specify the version for some packages: we use them in a very simple way so we may not be affected by upgrades.
-
Martin Pépin authored
Some context processors disappear in Django 1.11, we have to drop them
-
Martin Pépin authored
The design of middlewares has changed in Django 1.11
-
Martin Pépin authored
Django-autocomplete-light does not support the `modelform_factory` anymore in recent versions. We are actually using an old version of dal because of this. This had to be dropped at some point… So now is a good time
-
Martin Pépin authored
-
Martin Pépin authored
It's ugly and does not really improve the admin site
-
Martin Pépin authored
Starting to use Django 1.11. The final version will be released before we push this to production.
-
Martin Pépin authored
- Proper use of include - Defining namespaces (I do not use them for now because many urls are going to change) - Do not try to reverse with old-style references: 'cof.views.XXX'
-
Martin Pépin authored
- Models - Migrations
-
- 22 Feb, 2017 2 commits
-
-
Martin Pépin authored
There may be a conflict during the migration cof 0009 if the permissions are referenced only by their codename.
-
Martin Pépin authored
-