Changes between Initial Version and Version 1 of Ticket #31926, comment 2
- Timestamp:
- Aug 31, 2020, 2:01:56 AM (4 years ago)
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 1 Just a note, the failing queryset does not have to be constructed by setting the `query` param of a newly created queryset - like this: 3 2 {{{ 4 3 qs2 = Publication.objects.all()