nk20/apps/note
Yohann D'ANELLO 8434c0062c Merge branch 'beta' into JS_translations
# Conflicts:
#	apps/note/static/note/js/consos.js
#	locale/de/LC_MESSAGES/django.po
#	locale/es/LC_MESSAGES/django.po
#	locale/fr/LC_MESSAGES/django.po
2020-11-16 00:59:26 +01: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 When a membership is created, redirect to the user profile page rather than club detail 2020-10-04 21:08:35 +02:00
static/note/js Merge branch 'beta' into JS_translations 2020-11-16 00:59:26 +01:00
templates/note Revert commit that broke beta branch 2020-09-23 18:32:09 +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 a signal to prevent a user that the note balance is negative 2020-10-04 20:26:43 +02:00
forms.py Some table accessors weren't updated 2020-09-01 19:04:35 +02:00
signals.py Use a signal to prevent a user that the note balance is negative 2020-10-04 20:26:43 +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