Changes between Initial Version and Version 1 of Ticket #17974, comment 2
- Timestamp:
- Apr 14, 2012, 1:29:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17974, comment 2
initial v1 2 2 > Hello -- I've long had a django 1.3 application using .distinct() successfully with my mysql backend. 3 3 4 Yes, we need you to give us that critical piece of information: Were you were using `di ctinct()` (supported, [https://docs.djangoproject.com/en/1.3/ref/models/querysets/#distinct documented]) or `dictinct('field_name')` (unsupported) with Django 1.3?4 Yes, we need you to give us that critical piece of information: Were you were using `distinct()` (supported, [https://docs.djangoproject.com/en/1.3/ref/models/querysets/#distinct documented]) or `distinct('field_name')` (unsupported) with Django 1.3?