README 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Django is a high-level Python Web framework that encourages rapid
  2. development and clean, pragmatic design.
  3. About this version
  4. ==================
  5. This is the Django 0.90 "bugfixes" branch, which is intended to
  6. provide bugfix and patch support for users of Django 0.90 who have not
  7. been able to migrate to a more recent version. No new features will be
  8. added in this branch, and it is maintained solely as a means of
  9. providing support to legacy Django installations.
  10. If you're completely new to Django we highly recommend that you use
  11. either the latest stable release or a Subversion checkout from
  12. Django's trunk; Django is always evolving, and the latest and greatest
  13. features are only available to users of newer versions of the
  14. framework.
  15. More information
  16. ================
  17. The complete history of bugs fixed in this branch can be viewed online
  18. at http://code.djangoproject.com/log/django/branches/0.90-bugfixes.
  19. We also recommend that users of this branch subscribe to the
  20. "django-announce" mailing list, a low-traffic, announcements-only list
  21. which will send messages whenever an important (i.e.,
  22. security-related) bug is fixed. You can subscribe to the list via
  23. Google Groups at http://groups.google.com/group/django-announce.
  24. The documentation for this version of Django has been frozen, and is
  25. available online at http://www.djangoproject.com/documentation/0_90/.
  26. Submitting bugs
  27. ===============
  28. If you run into a bug in Django 0.90, please search the Django ticket
  29. database to see if the issue has already been reported; if not, please
  30. head over to http://code.djangoproject.com/newticket and file a new
  31. ticket with as much information about the bug as you can provide.
  32. If you're running into a bug which has been reported but not fixed,
  33. feel free to update the ticket with any additional information you
  34. have, and to assign it to 'ubernostrum' (AKA James Bennett, the
  35. maintainer of this branch).