Changes between Initial Version and Version 1 of Ticket #31097, comment 15


Ignore:
Timestamp:
Jan 8, 2020, 3:51:20 AM (4 years ago)
Author:
Reupen Shah

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31097, comment 15

    initial v1  
    11It does seem that there was a regression in Django 2.2 to me.
    22
    3 The following query works in Django 2.1.15 and master, but not 2.2.9 and 3.0.x:
     3The following query (using the models from above) works in Django 2.1.15 and master, but not 2.2.9 and 3.0.x:
    44
    55{{{#!python
Back to Top