| Age | Commit message (Expand) | Author |
|---|---|---|
| 2017-07-15 | Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse... | Florian Apolloner |
| 2017-07-10 | Fixed #28378 -- Fixed union() and difference() when combining with a queryset... | Mariusz Felisiak |
| 2017-07-10 | Added test for intersection() when combining with a queryset raising EmptyRes... | Mariusz Felisiak |
| 2017-06-13 | Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin... | Mariusz Felisiak |
| 2017-04-10 | Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql(). | Mariusz Felisiak |
| 2017-02-01 | Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. | Vytis Banaitis |
| 2017-01-21 | Refs #23919 -- Removed misc references to Python 2. | Tim Graham |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz |
| 2017-01-14 | Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). | Florian Apolloner |
