Changes between Initial Version and Version 1 of Ticket #25307, comment 14


Ignore:
Timestamp:
Mar 10, 2016, 3:07:36 PM (9 years ago)
Author:
Travis Newport

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25307, comment 14

    initial v1  
    55}}}
    66
    7 I was able to write unit tests for all but the {{{isinstance(self.group_by, list)}}} case, if someone is able to provide a test for that case I can add it to my changes.
     7~~I was able to write unit tests for all but the {{{isinstance(self.group_by, list)}}} case, if someone is able to provide a test for that case I can add it to my changes.~~
     8Edit: Unit test updates on my pull request should now cover all cases, my pull request can be closed in favor of [https://github.com/django/django/pull/6267 #6267]
Back to Top