diff --git a/Getting-to-1.0.md b/Getting-to-1.0.md index e71b868..a416f1d 100644 --- a/Getting-to-1.0.md +++ b/Getting-to-1.0.md @@ -32,6 +32,7 @@ Stuff that needs to change 7. Hooks throughout for creating `.resource`, `.serializer`, `.renderer` etc... instances inside the View, given the classes. 8. Drop support for unnamed args in URLs filtering as pk. Better to always be explicit in the urlconf. 9. `InstanceMixin` needs to disappear. +10. `.CONTENT` probably needs to disappear. To confusing to have that as well as `.DATA` and `.FILES`. Stuff that might not be quite perfect, but will do for now ==========================================================