django-rest-framework/docs/community
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
..
3.1-announcement.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
3.2-announcement.md Fix links 404/302/303 in docs/community (#6387) 2019-01-08 11:15:53 +00:00
3.3-announcement.md Add "Community" section to docs, minor cleanup (#5993) 2018-07-06 11:28:18 +02:00
3.4-announcement.md Fix links 404/302/303 in docs/community (#6387) 2019-01-08 11:15:53 +00:00
3.5-announcement.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
3.6-announcement.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
3.7-announcement.md Fix links 404/302/303 in docs/community (#6387) 2019-01-08 11:15:53 +00:00
3.8-announcement.md Fix links 404/302/303 in docs/community (#6387) 2019-01-08 11:15:53 +00:00
3.9-announcement.md IsAdmin permissions changed to IsAdminUser (#8227) 2021-12-08 14:33:41 +00:00
3.10-announcement.md Version 3.11 (#7083) 2019-12-12 14:31:40 +00:00
3.11-announcement.md Version 3.11 (#7083) 2019-12-12 14:31:40 +00:00
3.12-announcement.md Placeholder for 3.12 release (#7379) 2020-09-28 10:47:50 +01:00
3.13-announcement.md Version 3.13 (#8285) 2021-12-13 13:10:17 +00:00
3.14-announcement.md Update setup.py to drop Django 2.2 and update release notes (#8666) 2022-09-22 12:31:43 +01:00
3.0-announcement.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
contributing.md Update documentation on dependency installation (#8566) 2022-09-27 13:54:52 +01:00
funding.md Make minor corrections in docs (#8525) 2022-06-24 14:21:51 +01:00
jobs.md Make minor corrections in docs (#8525) 2022-06-24 14:21:51 +01:00
kickstarter-announcement.md Fix links 404/302/303 in docs/community (#6387) 2019-01-08 11:15:53 +00:00
mozilla-grant.md Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02:00
project-management.md proper Github repo issue already resolved (#6999) 2019-10-17 13:58:12 +01:00
release-notes.md Update setup.py to drop Django 2.2 and update release notes (#8666) 2022-09-22 12:31:43 +01:00
third-party-packages.md add drf-standardized-errors to third party packages (#8487) 2022-06-06 12:46:11 +01:00
tutorials-and-resources.md Added an article - implementing rest apis with embedded privacy from doordash engineering blog (#7956) 2021-09-03 13:23:19 +01:00