B Martsberger

Results 12 comments of B Martsberger

This is an example of a more general problem. Migra is unable to create triggers with an enabled status other than "Enabled". If triggers differ in the `enabled` status in...

The result of the pivot table call is a values queryset with annotations or a list of dictionaries. The django-pivot library is not opinionated on what you do with this...

Thanks for your feedback, these are good comments! **#1 Aggregating annotated field and order_by** If it works to remove the ordering altogether, I could implement that, .e.g., if ```python qs...

Opened https://github.com/martsberger/django-pivot/issues/9 to address point 2 above.

Can you clarify your data model, does a single student for a single course have multiple values for `mark1`? I think if you showed the relevant parts of your models,...

When my company updated to Django 1.8, we decided that we liked the aggregate-if api and didn't want to change everywhere we were using it. So we created a file...

This change gets passed the error in issue #4, `docker-compose run --rm oracle-db` works correctly. But running this branch I get the following error during `docker-compose run --rm oracle`: `/oracle_entrypoint.sh:...

The current method for handling multiple tables in the html document is to write each table to its own sheet. To also support writing a second table to the same...

I'm going to reopen this issue because I think the library can support this in document_to_xl if two tables have the same name.

Ordering was added, but it is true that if there are other parameters to the aggregation, there is no mechanism to pass them. I will look into making this more...