thomas girod
8c69a94488
use google convention for docstrings
2024-07-21 00:57:04 +02:00
thomas girod
2ac578c3ad
ruff rule DJ
...
Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
2024-07-08 15:37:10 +02:00
thomas girod
cfc19434d0
ruff rules UP008 and UP009
2024-07-08 15:37:09 +02:00
thomas girod
3143d3d91a
reorganize imports with ruff
2024-06-26 12:35:38 +02:00
thomas girod
ef968f3673
Better usage of cache for groups and clubs related operations ( #634 )
...
* Better usage of cache for group retrieval
* Cache clearing on object deletion or update
* replace signals by save and delete override
* add is_anonymous check in is_owned_by
Add in many is_owned_by(self, user) methods that user is not anonymous. Since many of those functions do db queries, this should reduce a little bit the load of the db.
* Stricter usage of User.is_in_group
Constrain the parameters that can be passed to the function to make sure only a str or an int can be used. Also force to explicitly specify if the group id or the group name is used.
* write test and correct bugs
* remove forgotten populate commands
* Correct test
2023-05-02 12:36:59 +02:00
98bfc308a7
Minimal working version
...
* Upgrade dependencies
* Fix ugettext
* Fix bad urls
2022-08-04 00:28:09 +02:00
f34f5fe693
Upgrade black and format accordingly
2020-08-27 15:59:42 +02:00
6cc234e8d3
django2.2: add default mandatory on_delete on OneToOneField
2019-10-08 22:46:02 +02:00
4dadb1dbc0
django2.2: add default mandatory on_delete on all ForeignKey
2019-10-08 22:46:01 +02:00
2616e8b24c
django2.2: relpace django.core.urlresolvers by django.urls
2019-10-08 22:46:01 +02:00
cb58b00b6e
All: Apply Black coding rules
2018-10-05 21:52:55 +02:00
Skia
a99cb3e0db
Add header to stock files
2017-04-25 16:17:04 +02:00
Skia
df20bf6dde
Reindent stock app
2017-04-25 08:57:07 +02:00
guillaume-renaud
6f88d0cf8c
Translations update
2017-01-08 11:46:25 +01:00
guillaume-renaud
539faccab2
Update shopping list history (ShoppingListItem creation)
2017-01-07 11:17:06 +01:00
guillaume-renaud
62200827c2
Finish back up app Stock
2017-01-05 11:24:54 +01:00
guillaume-renaud
21c05cc779
Addition of the ShoppingList view to know the item to buy
2017-01-05 11:14:41 +01:00
guillaume-renaud
6c54b246ca
Stock admin gestion, items list views, create and edit items
2017-01-05 11:04:12 +01:00
guillaume-renaud
5cb75ec3eb
general modifications
2017-01-05 11:02:21 +01:00
guillaume-renaud
887893fb2d
Creation of the Stock list, edit, create views and creation StockItem create view
2017-01-05 11:00:08 +01:00
guillaume-renaud
33c7e7db9f
addition of Stock app, model, templates, urls
2017-01-05 11:00:08 +01:00
guillaume-renaud
fdfd7e7388
Addition of the StockItem class
2017-01-05 11:00:08 +01:00
guillaume-renaud
402a14d69a
Stock application creation
2017-01-05 11:00:08 +01:00