|
@@ -32,7 +32,7 @@ Refactored admin application (newforms-admin)
|
|
|
documentation for the admin application is available online in the
|
|
|
official Django documentation:
|
|
|
|
|
|
- :doc:`admin reference </ref/contrib/admin/index>`
|
|
|
+ * :doc:`admin reference </ref/contrib/admin/index>`
|
|
|
|
|
|
Improved Unicode handling
|
|
|
Django's internals have been refactored to use Unicode throughout;
|
|
@@ -43,7 +43,7 @@ Improved Unicode handling
|
|
|
Unicode gracefully. Details are available in Django's
|
|
|
Unicode-handling documentation:
|
|
|
|
|
|
- :doc:`unicode reference </ref/unicode>`
|
|
|
+ * :doc:`unicode reference </ref/unicode>`
|
|
|
|
|
|
An improved Django ORM
|
|
|
Django's object-relational mapper -- the component which provides
|
|
@@ -56,8 +56,8 @@ An improved Django ORM
|
|
|
including backwards-incompatible modifications and mentions of new
|
|
|
features opened up by this refactoring, is available on the Django
|
|
|
wiki:
|
|
|
-
|
|
|
- http://code.djangoproject.com/wiki/QuerysetRefactorBranch
|
|
|
+
|
|
|
+ * http://code.djangoproject.com/wiki/QuerysetRefactorBranch
|
|
|
|
|
|
Automatic escaping of template variables
|
|
|
To provide improved security against cross-site scripting (XSS)
|
|
@@ -84,7 +84,7 @@ Django 1.0 release, and a comprehensive list of backwards-incompatible
|
|
|
changes is also available on the Django wiki for those who want to
|
|
|
begin developing and testing their upgrade process:
|
|
|
|
|
|
- http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|
|
|
+* http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|
|
|
|
|
|
|
|
|
The Django 1.0 roadmap
|
|
@@ -123,7 +123,7 @@ Of course, like any estimated timeline, this is subject to change as
|
|
|
requirements dictate. The latest information will always be available
|
|
|
on the Django project wiki:
|
|
|
|
|
|
- http://code.djangoproject.com/wiki/VersionOneRoadmap
|
|
|
+* http://code.djangoproject.com/wiki/VersionOneRoadmap
|
|
|
|
|
|
|
|
|
What you can do to help
|
|
@@ -136,7 +136,7 @@ codebase in a safe test environment and reporting any bugs or issues
|
|
|
you encounter. The Django ticket tracker is the central place to
|
|
|
search for open issues:
|
|
|
|
|
|
- http://code.djangoproject.com/timeline
|
|
|
+* http://code.djangoproject.com/timeline
|
|
|
|
|
|
Please open new tickets if no existing ticket corresponds to a problem
|
|
|
you're running into.
|
|
@@ -145,7 +145,7 @@ Additionally, discussion of Django development, including progress
|
|
|
toward the 1.0 release, takes place daily on the django-developers
|
|
|
mailing list:
|
|
|
|
|
|
- http://groups.google.com/group/django-developers
|
|
|
+* http://groups.google.com/group/django-developers
|
|
|
|
|
|
...and in the ``#django-dev`` IRC channel on ``irc.freenode.net``. If
|
|
|
you're interested in helping out with Django's development, feel free
|
|
@@ -154,7 +154,7 @@ to join the discussions there.
|
|
|
Django's online documentation also includes pointers on how to
|
|
|
contribute to Django:
|
|
|
|
|
|
- :doc:`contributing to Django </internals/contributing/index>`
|
|
|
+* :doc:`contributing to Django </internals/contributing/index>`
|
|
|
|
|
|
Contributions on any level -- developing code, writing
|
|
|
documentation or simply triaging tickets and helping to test proposed
|