Isshwarya
Isshwarya
https://github.com/BurkovBA/django-rest-framework-mongoengine-example/blob/dcae174fe19f785d7c629b9eca450da3fe7e6e2b/project/project/routers.py#L79 This line should be ``` try: ret[api_view_key] = reverse( api_view_key, ============> line fixed, this cannot be url_name as thats a variable from the previous for loop. args=args, kwargs=kwargs, request=request,...
The doc says: another internal field called __version__ is also managed by the database engine. It is a integer which is set to 0 when the record is created, then...
Hi, More than a bug, this may be a new feature request. But please continue to read further and provide your guidance on how I can resolve it. My model...