django-orchestra/orchestra/contrib/webapps
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
..
backends Replace Context by dict 2021-05-24 11:19:30 +02:00
migrations Update migrations to include mandatory on_delete 2021-04-22 14:18:01 +02:00
tests Set env variable to skip REST_API tests. 2021-03-31 10:39:47 +02:00
types django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +02:00
__init__.py Added mailer 2015-05-04 21:52:53 +02:00
admin.py Handle HTML safe rendering on webapps & miscellaneous 2021-05-21 11:17:06 +02:00
api.py Added services templates 2015-04-24 14:03:42 +00:00
apps.py PEP8 compliance 2015-10-05 13:31:08 +00:00
fields.py Replace field.rel.to with field.remote_field.model 2021-04-22 14:44:47 +02:00
filters.py Random fixes 2016-05-18 14:08:12 +00:00
models.py Define on_delete argument for ForeignKey and OneToOneField 2021-04-22 10:28:00 +02:00
options.py Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
serializers.py Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
settings.py Added support for multiple webservers 2017-07-05 13:55:13 +00:00
signals.py Latest Pangea source code deployed to production. 2021-01-13 16:41:36 +01:00
utils.py Added migrations0 2015-06-12 12:17:16 +00:00