diff options
| author | Garry Polley <garrympolley@gmail.com> | 2017-03-20 20:39:48 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-21 08:43:09 -0400 |
| commit | c2e39bcd306c63451f6e9da2c4271ddca75bb6e8 (patch) | |
| tree | 808ff1585a72eacbd61146dc0afe43c0ef2d7bf4 /docs | |
| parent | 3b4947e7ba8eed175dc7497c28a9d19da9777de5 (diff) | |
[1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.
Backport of 88c003c2bd9e0af08740612050c78dd94e317ddd from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq/general.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt index c2e78a1a43..2d89f97360 100644 --- a/docs/faq/general.txt +++ b/docs/faq/general.txt @@ -122,9 +122,8 @@ to add a given feature to Django. Why did you write all of Django from scratch, instead of using other Python libraries? ====================================================================================== -When Django was originally written a couple of years ago, Adrian and Simon -spent quite a bit of time exploring the various Python Web frameworks -available. +When Django was originally written, Adrian and Simon spent quite a bit of time +exploring the various Python Web frameworks available. In our opinion, none of them were completely up to snuff. |
