Changes between Initial Version and Version 20 of Ticket #16213
- Timestamp:
- Mar 11, 2015, 11:03:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16213
- Property Keywords dceu2011 added
- Property Cc added
- Property Has patch set
- Property Patch needs improvement set
- Property Needs documentation set
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Status new → assigned
- Property Version 1.3 → master
-
Ticket #16213 – Description
initial v20 3 3 A base class that just handles the urls for the views. 4 4 And for instance a Crud collection does basic crud 5 6 """ 7 Note that REST framework has an existing implementation of view collections... 8 http://django-rest-framework.org/tutorial/6-viewsets-and-routers.html 9 http://django-rest-framework.org/api-guide/viewsets.html 10 http://django-rest-framework.org/api-guide/routers.html 11 If Django works towards a view collection implementation, probably worth reviewing that approach too. 12 13 """