Changes between Initial Version and Version 1 of Ticket #19182, comment 19


Ignore:
Timestamp:
Sep 27, 2013, 4:22:28 AM (11 years ago)
Author:
Paul Garner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19182, comment 19

    initial v1  
    11After understanding the code a bit better last night I think my fix above is basically correct.
    22
    3 I have added another test case, for `(SimpleListFilter,)` class-only syntax... if the `parameter_name` string included double-underscores it was also failing. Have also tidied up the naming of previous test case and put some comments in.
     3I have added another test case, for `(SimpleListFilter,)` class-only syntax... if the `parameter_name` attribute included double-underscores it was also failing. Have also tidied up the naming of previous test case and put some comments in.
    44https://github.com/anentropic/django/commit/91a6cd4895b269b01b872799001587ee34a25855
    55
Back to Top