django-orchestra/orchestra/contrib/bills
Santiago L 9953124a95 Replace Context by dict
Since Django 1.10 template objects returned by get_template() and
select_template() no longer accept a Context in their render() method.
2021-05-24 11:19:30 +02:00
..
locale 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 Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01: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 Fix display format on bills, orders & services 2021-05-17 14:15:12 +02:00
api.py Replace detail_route with action decorator 2021-05-06 13:08:21 +02:00
apps.py Refactored dashboard icons and menu registration 2015-05-07 14:09:37 +00:00
filters.py django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +02:00
forms.py Fixed strange bug on adminformset_factory 2015-10-30 12:09:01 +00:00
helpers.py Navigate through FK field to related model 2021-05-12 14:38:17 +02:00
models.py Replace Context by dict 2021-05-24 11:19:30 +02:00
serializers.py Added ID to serializers 2015-04-30 09:51:55 +00:00
settings.py Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00