django-rest-framework/docs
Allie 3e51ba4d51
Update documentation on dependency installation (#8566)
We depend on pytz, but until late last year we got it implicitly through
depending on Django. Since their release 4.0, however, they no longer
depend on pytz; commit 250479dc3 added the dependency directly to our
metadata in setup.py, but the documentation about dependencies (most
importantly, the instructions for new contributors) was left untouched.

This commit updates the new contributor instructions to suggest an
"editable installation" of the project at the step that previously had
users manually install Django. In this mode, pip fetches and installs
the project dependencies automatically (so in the unlikely event we grow
another dependency, that doc doesn't need to be changed again) and makes
the project available to the virtualenv's python as a normal package,
but doesn't require reinstallation for mundane edits.
2022-09-27 13:54:52 +01:00
..
api-guide docs: delete duplicate explanation (#8641) 2022-09-22 10:50:23 +01:00
community Update documentation on dependency installation (#8566) 2022-09-27 13:54:52 +01:00
coreapi Update docs related to coreapi to include deprecation notice (#8186) 2021-12-08 14:38:42 +00:00
img Promote Spacinov to premium sponsorship 2022-06-06 11:07:25 +01:00
topics Change MIDDLEWARE_CLASSES to MIDDLEWARE (#8333) 2022-01-18 08:52:11 +00:00
tutorial Add trailing slash (#8604) 2022-08-22 10:52:34 +01:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Confirmed support for Django 4.1. (#8498) 2022-06-06 12:39:06 +01:00