1 | Index: README
|
---|
2 | ===================================================================
|
---|
3 | --- README (revision 8295)
|
---|
4 | +++ README (working copy)
|
---|
5 | @@ -1,6 +1,9 @@
|
---|
6 | Django is a high-level Python Web framework that encourages rapid development
|
---|
7 | and clean, pragmatic design.
|
---|
8 |
|
---|
9 | +*** Compatibility Note:
|
---|
10 | + If you are upgrading to 1.X please read http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|
---|
11 | +
|
---|
12 | All documentation is in the "docs" directory and online at
|
---|
13 | http://www.djangoproject.com/documentation/. If you're just getting started,
|
---|
14 | here's how we recommend you read the docs:
|
---|