django-rest-framework/docs
Jon Dufresne ffe3dbb1b1 Perfer iter(dict) over iter(dict.keys()) (#5736)
Calling dict.keys() is unnecessary. The two are functionally equivalent
on modern Pythons.

Inspired by Lennart Regebro's talk "Prehistoric Patterns in Python" from
PyCon 2017.

https://www.youtube.com/watch?v=V5-JH23Vk0I
2018-01-08 09:49:46 +00:00
..
api-guide Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
img Add drf-yasg to documentation and schema 3rd party packages (#5720) 2018-01-02 14:51:54 +01:00
topics Add drf-yasg to documentation and schema 3rd party packages (#5720) 2018-01-02 14:51:54 +01:00
tutorial Fixed "typo" in example. 2017-12-28 02:01:01 -08:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Bumped Django 2.0 version in requirements list. 2017-12-20 21:27:22 +01:00