diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-01 14:51:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-01 14:52:14 -0400 |
| commit | 05968192f74d1bd36c3eb778a4a3274dd78dd531 (patch) | |
| tree | 4910d8867c520d4f9f8296ed8b43d8fd7942868b | |
| parent | 3569e9d4a1e03b46b2649ca1d4fcdf9b72c552d1 (diff) | |
[1.9.x] Removed an old note (Django 1.4-era) from the tutorial.
Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master
| -rw-r--r-- | docs/intro/tutorial02.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index a92b757279..fbf15e8d1b 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -643,19 +643,6 @@ Since :doc:`translation </topics/i18n/translation>` is turned on by default, the login screen may be displayed in your own language, depending on your browser's settings and if Django has a translation for this language. -.. admonition:: Doesn't match what you see? - - If at this point, instead of the above login page, you get an error - page reporting something like:: - - ImportError at /admin/ - cannot import name patterns - ... - - then you're probably using a version of Django that doesn't match this - tutorial version. You'll want to either switch to the older tutorial or the - newer Django version. - Enter the admin site -------------------- |
