Skip to content

Commit

Permalink
Added the build status to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhluongo committed Aug 27, 2012
1 parent 0482219 commit c247af6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ The original Neo4j Django integration restricted database access to in-process.
Other improvements over the original integration include Other improvements over the original integration include


- A number of custom properties. - A number of custom properties.
- ``EmailProperty``
- ``IntegerProperty``
- ``DateTimeProperty``
- ``URLProperty``
- ``AutoProperty``
- Improved indexing support. - Improved indexing support.
- Index-based querying. - Index-based querying.
- Fancier QuerySet usage. - Fancier QuerySet usage.
- A significant test suite to empower future development. - A significant test suite to empower future development.
- Developed to Django 1.3.
- Built to work alongside relational models. - Built to work alongside relational models.


The library is tested against Django 1.4.1, and Neo4j version 1.5.3-1.8.M07.

.. image:: https://secure.travis-ci.org/scholrly/neo4django.png?branch=master

What It Doesn't Do (TODO) What It Doesn't Do (TODO)
========================= =========================


`thobe`_'s list of future features hasn't been impacted that much by our development. We're still working on

- Relationship models and querying - Relationship models and querying
- Neo4j-specific Manager API (to enable traversal, etc). - Neo4j-specific Manager API, to enable easier use of native query methods like Gremlin and Cypher.
- And, to a lesser extent, support for the Django admin interface. - And, to a lesser extent, support for the Django admin interface.


Getting Started Getting Started
Expand Down

0 comments on commit c247af6

Please sign in to comment.