Commit Graph

13 Commits

Author SHA1 Message Date
Antoine Bartuccio 98bfc308a7 Minimal working version
* Upgrade dependencies
* Fix ugettext
* Fix bad urls
2022-08-04 00:28:09 +02:00
tleb 49a0ade315 core: create TzAwareDateTimeField to replace forms.DateTimeField 2021-09-29 15:24:06 +02:00
Antoine Bartuccio f34f5fe693
Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
Antoine Bartuccio 7d40e11144
club: ClubSellingView way faster and with multiple selections everywhere 2019-11-27 20:59:32 +01:00
Antoine Bartuccio af48553e35
club: separation between archived products and non archived ones 2019-11-27 16:23:14 +01:00
Antoine Bartuccio 81fcf411c1
django2.2: forms fixs for new API 2019-10-08 22:46:38 +02:00
Antoine Bartuccio 12b6f0d488
django2.2: adapt DateTimeField in forms with the new API 2019-10-08 22:46:02 +02:00
Antoine Bartuccio 654099067e
clubs: tests for adding mailings 2019-05-09 20:32:26 +02:00
Antoine Bartuccio d1fb9cc4c3
clubs: remove moderator and club from mailing form + display not moderated mailings 2019-05-09 17:43:47 +02:00
Antoine Bartuccio 1d07195881
clubs: add bulk deletion on mailing lists 2019-05-01 22:54:18 +02:00
Antoine Bartuccio 24fb714c5e
clubs: set club_id and user_id as mandatory arguments for MailingForm 2019-05-01 18:59:41 +02:00
Antoine Bartuccio a0e39b8904 clubs: rewrite MailingForm to include everything in one place
Everything is handled on the same view, no more redirection hacks

Remove get_context_data in DetailFormView since it's already done by django
2019-05-01 15:49:30 +02:00
Antoine Bartuccio cfd4955672
clubs: clean up imports and move forms to external file 2019-05-01 03:32:55 +02:00