django-orchestra/orchestra/contrib/orders
Santiago L 7fa7106d72 Update migrations to include mandatory on_delete
Django 2.0
2021-04-22 14:18:01 +02:00
..
migrations Update migrations to include mandatory on_delete 2021-04-22 14:18:01 +02:00
templates/admin/orders/order Added dokuwiki traffic accountancy backend 2015-09-17 11:21:35 +00:00
templatetags Refactored model classmethods to manager methos 2015-09-04 10:22:14 +00:00
tests Moved apps to contrib 2015-04-05 10:46:24 +00:00
__init__.py Improvemnts on installation 2015-05-04 16:19:58 +02:00
actions.py django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +02:00
admin.py django.core.urlresolvers moved to django.urls 2021-04-21 14:27:18 +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
billing.py Fixes on billing 2016-04-06 19:00:16 +00:00
filters.py Fixes on billing 2016-04-06 19:00:16 +00:00
forms.py Random fixes 2015-05-26 12:59:16 +00:00
helpers.py Rename _.meta.virtual_fields to privat_fields 2016-11-15 09:05:16 +00:00
models.py Define on_delete argument for ForeignKey and OneToOneField 2021-04-22 10:28:00 +02:00
serializers.py Added ID to serializers 2015-04-30 09:51:55 +00:00
settings.py Random fixes 2016-06-17 10:00:04 +00:00
signals.py Replace ForeignKey.field.rel.to --> field.model 2021-04-22 10:44:09 +02:00
tasks.py Added metricstorage cleanup periodic task 2015-09-10 10:34:07 +00:00