<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,9 @@
 Django Identity Mapper
 ======================
 
-Please note, the code is a proof of concept, and should be considered as only lightly tested.
-
-A brief overview of the design implementation can be found on the Django project Trac: http://code.djangoproject.com/ticket/17
+A pluggable Django application which allows you to explicitally mark your models to use an identity mapping pattern. This will share instances of the same model in memory throughout your interpreter.
 
+Please note, that deserialization (such as from the cache) will *not* use the identity mapper.
 
 Usage
 -----
@@ -28,4 +27,9 @@ Because the system is isolated, you may mix and match SharedMemoryModel's with r
 	    fkey = models.ForeignKey('Other')
 
 	class Other(models.Model):
-	    name = models.CharField(...)
\ No newline at end of file
+	    name = models.CharField(...)
+
+References
+----------
+
+Original code and concept: http://code.djangoproject.com/ticket/17
\ No newline at end of file</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>77545ffdbf1ee280e104a2f95ba62c99295ceaea</id>
    </parent>
  </parents>
  <author>
    <name>David Cramer</name>
    <email>dcramer@gmail.com</email>
  </author>
  <url>http://github.com/dcramer/django-idmapper/commit/37e7f75e0fb4f577c567ca09e4941cf34faf0c91</url>
  <id>37e7f75e0fb4f577c567ca09e4941cf34faf0c91</id>
  <committed-date>2008-12-02T16:26:41-08:00</committed-date>
  <authored-date>2008-12-02T16:26:41-08:00</authored-date>
  <message>Updated readme</message>
  <tree>4d4d01467d6d3269322277013f4fe69e858392fa</tree>
  <committer>
    <name>David Cramer</name>
    <email>dcramer@gmail.com</email>
  </committer>
</commit>
