From 6b1836ad80e5b7597ef1c7cf80a5ece25b11d7b8 Mon Sep 17 00:00:00 2001 From: tomchristie Date: Fri, 6 Jan 2012 12:07:50 -0800 Subject: [PATCH] Updated Getting to 1.0 (markdown) --- Getting-to-1.0.md | 1 + 1 file changed, 1 insertion(+) 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 ==========================================================