datatracker/ietf/api
2017-01-09 21:26:30 +00:00
..
management Subclassed tastypie's ToOneField in order to provide caching for FK entries. 2016-03-15 23:08:35 +00:00
templates/api Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
__init__.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00
tests.py Changed method of retrieving an app's models. Also now importing import_module from importlib instead of from django. 2016-12-15 13:17:07 +00:00