django-orchestra/orchestra/contrib/payments
Santiago L 9a3b6dcbc3 Add 'exclude' attribute to TransactionSerializer
Creating a ModelSerializer without either the 'fields' attribute or the
'exclude' attribute has been deprecated since 3.3.0
2021-06-08 10:23:04 +02:00
..
locale Random fixes 2015-10-08 13:54:39 +00:00
methods Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
migrations Update migrations to include mandatory on_delete 2021-04-22 14:18:01 +02:00
templates/admin/payments/transaction Fixes on billing 2015-07-10 13:00:51 +00:00
__init__.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
actions.py django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +02:00
admin.py Handle HTML safe rendering on accounts, bills & payments 2021-05-24 12:36:49 +02:00
api.py Upgraded to DRF3 2015-04-23 14:34:04 +00:00
apps.py Added Admin global search view 2015-10-07 22:05:00 +00:00
helpers.py Fixes on payments 2016-04-07 11:14:44 +00:00
models.py Define on_delete argument for ForeignKey and OneToOneField 2021-04-22 10:28:00 +02:00
serializers.py Add 'exclude' attribute to TransactionSerializer 2021-06-08 10:23:04 +02:00
settings.py Added create link systemuser action 2016-02-09 12:17:42 +00:00