Changes between Initial Version and Version 1 of Ticket #31926, comment 2


Ignore:
Timestamp:
Aug 31, 2020, 2:01:56 AM (4 years ago)
Author:
Beda Kosata

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31926, comment 2

    initial v1  
    1 Just a note, the failing queryset does not have to be constructed using the
    2 
     1Just a note, the failing queryset does not have to be constructed by setting the `query` param of a newly created queryset - like this:
    32{{{
    43qs2 = Publication.objects.all()
Back to Top