Changes between Initial Version and Version 20 of Ticket #16213


Ignore:
Timestamp:
Mar 11, 2015, 11:03:26 AM (9 years ago)
Author:
Asif Saifuddin Auvi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16213

    • Property Keywords dceu2011 added
    • Property Cc hvdklauw@… amirouche.boubekki@… tom@… added
    • Property Has patch set
    • Property Patch needs improvement set
    • Property Needs documentation set
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from Harro to Asif Saifuddin Auvi
    • Property Status newassigned
    • Property Version 1.3master
  • Ticket #16213 – Description

    initial v20  
    33A base class that just handles the urls for the views.
    44And for instance a Crud collection does basic crud
     5
     6"""
     7Note 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
     11If Django works towards a view collection implementation, probably worth reviewing that approach too.
     12
     13"""
Back to Top