Changes between Version 1 and Version 2 of Ticket #29727, comment 9
- Timestamp:
- Sep 5, 2018, 7:14:25 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29727, comment 9
v1 v2 1 1 Added a test expecting FieldError when F() contains a join that ends with something other than a field or transform (test fails in 2.1a1 and above): https://github.com/alexh546/django/tree/ticket_29727 2 2 3 Edit: Patch is now included. I want to make sure that transforms work as expected so I'll look over the current tests and see if I should add some that combine joins and transforms.3 Edit: Patch is now included.