Small doc updates

This commit is contained in:
Kenneth Reitz
2011-02-18 03:41:54 -05:00
parent 96067e6380
commit e94ecd8472
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ History
* Python 2.5 Support!
* Tox Testing for 2.5, 2.6, 2.7
* AnyJSON Integrated
* OrderedDict support ?
* OrderedDict support
* Caved to community pressure (spaces)
+2 -4
View File
@@ -141,10 +141,8 @@ If you'd like to contribute, simply fork `the repository`_, commit your changes
Roadmap
-------
- Release CLI Interface
- Auto-detect import format
- Add possible other exports (SQL?)
- Ability to assign types to rows (set, regex=, &c.)
- Python 2.4, 3.0, 3.1, 3.2 Support
- Tablib.ext namespace
.. _`the repository`: http://github.com/kennethreitz/tablib
.. _AUTHORS: http://github.com/kennethreitz/tablib/blob/master/AUTHORS
+1 -1
View File
@@ -3,7 +3,7 @@
tablib.core
~~~~~~~~~~~
This module implements the central tablib objects.
This module implements the central Tablib objects.
:copyright: (c) 2011 by Kenneth Reitz.
:license: MIT, see LICENSE for more details.