nk20/apps/note
Yohann D'ANELLO dbc6fbbf71 Fix the validation clicker issue, now the note is safe 2020-09-14 09:05:35 +02:00
..
api Filter a consumer by its note id 2020-09-10 14:42:52 +02:00
fixtures Use migrations instead of fixtures to create BDE, Kfet and special notes 2020-09-05 10:33:24 +02:00
migrations Add __str__ to models, remove null=True in CharField and TextField 2020-09-07 01:06:22 +02:00
models Fix the validation clicker issue, now the note is safe 2020-09-14 09:05:35 +02:00
static/note/js Move transfer.js where it belongs 2020-09-09 16:45:15 +02:00
templates/note Move transfer.js where it belongs 2020-09-09 16:45:15 +02:00
templatetags More tests in WEI app, but we can still go further 2020-08-11 01:03:29 +02:00
tests Test and cover note app 2020-09-01 15:54:56 +02:00
__init__.py Unify file headers 2020-02-18 21:30:26 +01:00
admin.py Test and cover note app 2020-09-01 15:54:56 +02:00
apps.py Use pre_delete signal insted of Model.delete() to prevent note balance issues when deleting a transaction (don't do it) in Django Admin 2020-09-06 20:18:59 +02:00
forms.py Some table accessors weren't updated 2020-09-01 19:04:35 +02:00
signals.py Don't trigger signals when we add an object through a permission check 2020-09-07 14:52:37 +02:00
tables.py Fix some linting, some complex functions are remaining 2020-09-05 14:29:40 +02:00
urls.py Add "search transactions page" 2020-08-03 18:49:15 +02:00
views.py Move consos.js where it belongs 2020-09-09 16:42:45 +02:00