diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-17 13:31:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:32 +0100 |
commit | 287b49a35b3f06b302ee199ed4b2d123f1aae58c (patch) | |
tree | a13e6175c9d7a5ab54188cdf5f61a14e460da76f /bitbake/lib/toaster/contrib | |
parent | 35fe3117abb5885191d89e934183e211e94a71fe (diff) | |
download | poky-287b49a35b3f06b302ee199ed4b2d123f1aae58c.tar.gz |
bitbake: toaster: bring django-aggregate-if into the project
We bring the django-aggregate-if module (with minor changes to import)
into the project.
(Bitbake rev: 4b92add34167304b45c66b9726cbc64bc0f74d9f)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/contrib')
-rw-r--r-- | bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py b/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py index 4ea9e8c06e..d5f3427170 100644 --- a/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py +++ b/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py | |||
@@ -10,7 +10,7 @@ This code was based on the work of others found on the internet: | |||
10 | 4. https://groups.google.com/forum/?fromgroups=#!topic/django-users/vVprMpsAnPo | 10 | 4. https://groups.google.com/forum/?fromgroups=#!topic/django-users/vVprMpsAnPo |
11 | ''' | 11 | ''' |
12 | from __future__ import unicode_literals | 12 | from __future__ import unicode_literals |
13 | import six | 13 | from django.utils import six |
14 | import django | 14 | import django |
15 | from django.db.models.aggregates import Aggregate as DjangoAggregate | 15 | from django.db.models.aggregates import Aggregate as DjangoAggregate |
16 | from django.db.models.sql.aggregates import Aggregate as DjangoSqlAggregate | 16 | from django.db.models.sql.aggregates import Aggregate as DjangoSqlAggregate |