django-orchestra/orchestra/contrib/accounts
Santiago L 48ef1f21e3 Navigate through FK field to related model
Fix regression introduced by 7d975637d5
when there is a misunderstanding while replacing deprecated rel.to
2021-05-12 14:38:17 +02:00
..
management Fixed createsuperuser init command 2017-06-16 15:33:41 +02:00
migrations Update migrations to include mandatory on_delete 2021-04-22 14:18:01 +02:00
templates/admin/accounts/account Implemented enable admin action0 2016-03-31 16:02:50 +00:00
__init__.py Added create initial superuser prompt on accounts post migrate 2015-05-01 18:05:34 +00:00
actions.py Navigate through FK field to related model 2021-05-12 14:38:17 +02:00
admin.py Fix admin list_display with HTML content 2021-05-12 14:16:28 +02:00
api.py Upgraded to DRF3 2015-04-23 14:34:04 +00:00
apps.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
filters.py Fixed delete related services from account, don't display unrelated objects that aren't services 2016-10-03 08:59:47 +00:00
forms.py Navigate through FK field to related model 2021-05-12 14:38:17 +02:00
models.py Define on_delete argument for ForeignKey and OneToOneField 2021-04-22 10:28:00 +02:00
serializers.py Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
settings.py Removed unused imports and patterns 2015-05-19 13:27:04 +00:00