Changes between Initial Version and Version 1 of Ticket #20625, comment 17
- Timestamp:
- Jun 29, 2013, 12:43:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20625, comment 17
initial v1 1 1 To summarize a bit: 2 2 3 - The latest patch should cover all concerns raised so far: it handles specialized querysets such as `ValuesQuerySet`, doesn't break pickling, cruft-free methods definitions, sane defaults (no private or magic methods), a mechanism to opt-out or force-in certain methods and it's robust enough to sustain the complete Django test suite while replacing almost 90% of `Manager`'s public API.3 - The latest patch should cover all concerns raised so far: it handles specialized querysets such as `ValuesQuerySet`, doesn't break pickling, cruft-free methods definitions, sane defaults (no private or magic methods), a mechanism to opt-out or force-in certain methods and last but not least, it's robust enough to sustain the complete Django test suite while replacing almost 90% of `Manager`'s public API. 4 4 5 5 - We settled that deprecating legacy proxy methods is out of scope for this ticket while acknowledging that it's desirable in the long run. We'll open a dedicated ticket once we land this feature.