la-chariotte/la_chariotte/order/views
mobilinux 84dadd9147 Prevent inintended creation of OrderAuthor before ordering
When a grouped_order_detail view was called with authenticated user,
when prefilling the firstName, lastName and email also inserted a new
OrderAuthor object in the database.
Now use SimpleNamespace, instead of OrderAuthor object, to carry
those values to the template.
2024-10-20 12:50:55 +00:00
..
__init__.py Refactor emails download 2024-01-29 17:57:31 +00:00
grouped_order.py Prevent inintended creation of OrderAuthor before ordering 2024-10-20 12:50:55 +00:00
item.py feat 159: allow staff users to see grouped order overview pages 2024-04-13 19:07:54 +02:00
mixins.py rename mixin and files 2024-04-13 19:07:54 +02:00
order.py correct test unit 2024-09-14 10:56:38 +00:00
stats.py feat: add a /stats endpoint 2024-05-06 16:52:51 +00:00