Commit Graph

12 Commits

Author SHA1 Message Date
Valentin Deniaud 7f4c9d96df misc: remove django 1.11 compatibility code (#55895) 2021-07-29 14:44:20 +02:00
Lauréline Guérin 5115aa32c2
misc: fix no-name-in-module pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 4f56ef4167
misc: fix super-with-arguments pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin 4b836e70de
misc: fix unused-import pylint error (#55505) 2021-07-15 14:58:49 +02:00
Lauréline Guérin 34224c56aa
misc: apply isort (#52856) 2021-04-16 10:32:59 +02:00
Nicolas Roche ef55e9de56 manager: set a dedicated 403 response on home page (#48367) 2020-12-11 15:55:54 +01:00
Emmanuel Cazenave 7320dcfbe6 add support for unavailability calendars (#46555) 2020-10-12 10:20:33 +02:00
Frédéric Péters 30bbc8c90f general: reformat using black (#37464)
black--target-version py35 --skip-string-normalization --line-length 110 .
2019-12-16 16:24:38 +01:00
Frédéric Péters 7810f16265 misc: update decorated_includes() for new django patterns (#36331) 2019-12-11 09:45:02 +01:00
Lauréline Guérin 52ff4d1bb4
dj2: is_anonymous is now an attribute (#37317)
RemovedInDjango20Warning:
Using user.is_authenticated() and user.is_anonymous() as a method is
deprecated. Remove the parentheses to use it as an attribute.
2019-10-29 15:06:17 +01:00
Frédéric Péters 6fa14100e3 manager: add edit/view permissions to agendas (#13201) 2016-09-18 17:17:33 +02:00
Frédéric Péters d13dbf8178 initial application skeleton 2016-02-21 10:44:53 +01:00