<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>271f90327a4b20d25c95fb25378cc769f168e897</id>
      </parent>
      <parent>
        <id>5af12549fdf93ba9e809122cd1dca056bad619ea</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/7bb263d317491b3eb944595e5b3a5b4af26bd8da</url>
    <id>7bb263d317491b3eb944595e5b3a5b4af26bd8da</id>
    <committed-date>2009-09-05T16:41:59-07:00</committed-date>
    <authored-date>2009-09-05T16:41:59-07:00</authored-date>
    <message>Merge commit 'travis/master'</message>
    <tree>4a06946d438ef744b478088ba2bf621dbbdbf25c</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47ca14610b736598d0399255ba5ad11df1a4a974</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/271f90327a4b20d25c95fb25378cc769f168e897</url>
    <id>271f90327a4b20d25c95fb25378cc769f168e897</id>
    <committed-date>2009-08-06T12:13:39-07:00</committed-date>
    <authored-date>2009-08-06T12:13:39-07:00</authored-date>
    <message>Closes #2.  It is now possible to override the data parameter to the Form's constructor</message>
    <tree>9fa86cc269ab6341727775f691441d502e8d3f88</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5965acefbded8f2c7122dfb2023c1305175f8052</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/5af12549fdf93ba9e809122cd1dca056bad619ea</url>
    <id>5af12549fdf93ba9e809122cd1dca056bad619ea</id>
    <committed-date>2009-07-14T07:54:25-07:00</committed-date>
    <authored-date>2009-07-14T07:54:25-07:00</authored-date>
    <message>moved away from _errors classes to directly match Django's typical output. made selectors to remove existing errors a little more intelligent.</message>
    <tree>cbbfb25e4e91744b4749a4292e46ba013f5300b4</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97968cba07f02de8fc1d0c78e4f77a3072a15d62</id>
      </parent>
      <parent>
        <id>47ca14610b736598d0399255ba5ad11df1a4a974</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/5965acefbded8f2c7122dfb2023c1305175f8052</url>
    <id>5965acefbded8f2c7122dfb2023c1305175f8052</id>
    <committed-date>2009-07-01T14:23:56-07:00</committed-date>
    <authored-date>2009-07-01T14:23:56-07:00</authored-date>
    <message>merged with alex, readded the addition of the '&amp;' when fields has been specified</message>
    <tree>3e7fef22d454bf85425a8c4b2b8932a4c476019a</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4ec7ed5ce891530a604411b7d146f81196ba4e1</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/97968cba07f02de8fc1d0c78e4f77a3072a15d62</url>
    <id>97968cba07f02de8fc1d0c78e4f77a3072a15d62</id>
    <committed-date>2009-07-01T14:16:18-07:00</committed-date>
    <authored-date>2009-07-01T14:16:18-07:00</authored-date>
    <message>fixed the case of no errors but valid=False. happened when the only errors were with FileFields</message>
    <tree>e842204aae0a69eeae4cb59fccb1b3860fd78703</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d08441c33e8155d6a50d734bf666f8b32c3e3e0e</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/47ca14610b736598d0399255ba5ad11df1a4a974</url>
    <id>47ca14610b736598d0399255ba5ad11df1a4a974</id>
    <committed-date>2009-07-01T14:11:33-07:00</committed-date>
    <authored-date>2009-07-01T14:11:33-07:00</authored-date>
    <message>Closes #1.  Added support for a submitHandler callback.  Thanks to Travis Cline</message>
    <tree>b94334200236085e88219780090144dd269698e6</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bb0e7290228ba002094c29956d20cf7c6f45a211</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/a4ec7ed5ce891530a604411b7d146f81196ba4e1</url>
    <id>a4ec7ed5ce891530a604411b7d146f81196ba4e1</id>
    <committed-date>2009-06-30T12:13:46-07:00</committed-date>
    <authored-date>2009-06-30T12:13:46-07:00</authored-date>
    <message>changed to use add_prefix, started including formset-wide and form-wide errors</message>
    <tree>900cc780d6c291148d2c1ffc359518fede9ac841</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac4dbae0a714357af981db512dd6f2509b2e20be</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/bb0e7290228ba002094c29956d20cf7c6f45a211</url>
    <id>bb0e7290228ba002094c29956d20cf7c6f45a211</id>
    <committed-date>2009-06-30T12:13:08-07:00</committed-date>
    <authored-date>2009-06-30T12:13:08-07:00</authored-date>
    <message>added support for formset-wide and form-wide errors, changed inputs selector to avoid hidden inputs</message>
    <tree>53ebd02cec63a2c0618027a9a1d1b338c00a24c5</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a41e19342920ed0c8356eeca1af24cf10c05b35e</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/ac4dbae0a714357af981db512dd6f2509b2e20be</url>
    <id>ac4dbae0a714357af981db512dd6f2509b2e20be</id>
    <committed-date>2009-06-30T08:24:42-07:00</committed-date>
    <authored-date>2009-06-30T08:24:42-07:00</authored-date>
    <message>renamed before-submit callback. closes #1</message>
    <tree>63b4b43d81b0f840fdc7d004ad22c14cb0c4bcc9</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>135c6aca9c97d4298e339c167a916a576554730f</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/a41e19342920ed0c8356eeca1af24cf10c05b35e</url>
    <id>a41e19342920ed0c8356eeca1af24cf10c05b35e</id>
    <committed-date>2009-06-30T08:18:11-07:00</committed-date>
    <authored-date>2009-06-30T08:18:11-07:00</authored-date>
    <message>added support for formsets, simplified input serialization</message>
    <tree>11f35a8c1c818924e65601f7ee8279de0501a704</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d08441c33e8155d6a50d734bf666f8b32c3e3e0e</id>
      </parent>
    </parents>
    <author>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/135c6aca9c97d4298e339c167a916a576554730f</url>
    <id>135c6aca9c97d4298e339c167a916a576554730f</id>
    <committed-date>2009-06-28T13:15:27-07:00</committed-date>
    <authored-date>2009-06-28T13:15:27-07:00</authored-date>
    <message>cleaned whitespace, added success callback</message>
    <tree>008a6d55eba56fc2fc8cb344485e536a2ac200ec</tree>
    <committer>
      <name>Travis Cline</name>
      <email>travis.cline@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>380bc3e09b0b91e6ebb6256720d44d5b4207bd34</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/d08441c33e8155d6a50d734bf666f8b32c3e3e0e</url>
    <id>d08441c33e8155d6a50d734bf666f8b32c3e3e0e</id>
    <committed-date>2009-04-16T15:53:20-07:00</committed-date>
    <authored-date>2009-04-16T15:53:20-07:00</authored-date>
    <message>load the JS script lazily</message>
    <tree>4f5ae60757cfbb998a3ad69f0c004625b4378f5d</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bb9f182a4b497aea76a7221c3bc8c6d1d72d3cfe</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/380bc3e09b0b91e6ebb6256720d44d5b4207bd34</url>
    <id>380bc3e09b0b91e6ebb6256720d44d5b4207bd34</id>
    <committed-date>2009-02-21T07:19:11-08:00</committed-date>
    <authored-date>2009-02-21T07:19:11-08:00</authored-date>
    <message>fixed an issue with formwide validation, thanks nc00xx for the report and patch</message>
    <tree>52633ef2f522b00622d3d444569abe914e397a20</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>675a3694c6a19a3abaeca64d13f450b910695efe</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/d597863ce07fd5f28c3867ff6bfb81f751ac9ba3</url>
    <id>d597863ce07fd5f28c3867ff6bfb81f751ac9ba3</id>
    <committed-date>2009-01-29T08:31:59-08:00</committed-date>
    <authored-date>2009-01-29T08:31:59-08:00</authored-date>
    <message>updated javascript to not use the @ syntax that was deprecated in jquery 1.2 and removed in 1.3</message>
    <tree>73461215c25520dd49c5f7dffa9592366c5af9cf</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e613635ebcdbfdfbce48454b59211f01e4ac971a</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/675a3694c6a19a3abaeca64d13f450b910695efe</url>
    <id>675a3694c6a19a3abaeca64d13f450b910695efe</id>
    <committed-date>2009-01-25T13:34:44-08:00</committed-date>
    <authored-date>2009-01-25T13:34:44-08:00</authored-date>
    <message>made media location conform to Pinax standard</message>
    <tree>18b7db048c67d3967fe4a9379b86afec31227240</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54c25f5faf9c6f65240a7c4f5af20a71dbbc568d</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/e613635ebcdbfdfbce48454b59211f01e4ac971a</url>
    <id>e613635ebcdbfdfbce48454b59211f01e4ac971a</id>
    <committed-date>2009-01-25T08:27:54-08:00</committed-date>
    <authored-date>2009-01-25T08:27:54-08:00</authored-date>
    <message>bumped working version number, also cleaned up a syntax error</message>
    <tree>987ca7914f4bf74792dfca2ba8fcac31cce87dfc</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76d34c69a25bd95efb089d4211ab4590bf5fe60e</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/f42ce9fbe1a479c9244b319bd24a017cc28cbe71</url>
    <id>f42ce9fbe1a479c9244b319bd24a017cc28cbe71</id>
    <committed-date>2008-12-14T19:04:17-08:00</committed-date>
    <authored-date>2008-12-14T19:04:17-08:00</authored-date>
    <message>fixed the import order and syntax error</message>
    <tree>324a88d06866b31c24f1143d4771a62b6f65071d</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>508a34616b38a7bbbed89262d3837daa294d5685</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/76d34c69a25bd95efb089d4211ab4590bf5fe60e</url>
    <id>76d34c69a25bd95efb089d4211ab4590bf5fe60e</id>
    <committed-date>2008-12-13T10:22:17-08:00</committed-date>
    <authored-date>2008-12-13T10:22:17-08:00</authored-date>
    <message>use the json package from the standard library if available</message>
    <tree>4a432c76fc596cc182073fcc2ad1feeffa1e193e</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4419701ef930f255068c8d2123adbae6ee53a47</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/508a34616b38a7bbbed89262d3837daa294d5685</url>
    <id>508a34616b38a7bbbed89262d3837daa294d5685</id>
    <committed-date>2008-11-19T14:05:53-08:00</committed-date>
    <authored-date>2008-11-19T14:05:53-08:00</authored-date>
    <message>fallback to django's included simplejson if the user doesn't have it installed</message>
    <tree>032c3a49cccd14de098282aaf02c1659f839852a</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>137a9ae3656a7f6177828ca580c218790b7df970</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/f4419701ef930f255068c8d2123adbae6ee53a47</url>
    <id>f4419701ef930f255068c8d2123adbae6ee53a47</id>
    <committed-date>2008-10-22T12:00:56-07:00</committed-date>
    <authored-date>2008-10-22T12:00:56-07:00</authored-date>
    <message>fixed a dumb bug with non-field errors</message>
    <tree>f80d499d6a9bd966902d8ccf2d6da4ca584f4460</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a96c7133728f72e79f7c2328edfb3d089c38623f</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/617e03a175c115c8ce7151462e953f1e73fe999d</url>
    <id>617e03a175c115c8ce7151462e953f1e73fe999d</id>
    <committed-date>2008-10-19T17:45:05-07:00</committed-date>
    <authored-date>2008-10-19T17:45:05-07:00</authored-date>
    <message>fixed a stupid typo</message>
    <tree>0153232a3be1f21a0b8a1097d6f36f4cbdd05efe</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69a461da010879d445bda99cf7a60da6be98da61</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/a96c7133728f72e79f7c2328edfb3d089c38623f</url>
    <id>a96c7133728f72e79f7c2328edfb3d089c38623f</id>
    <committed-date>2008-10-19T17:42:32-07:00</committed-date>
    <authored-date>2008-10-19T17:42:32-07:00</authored-date>
    <message>moved the script to a seperate file</message>
    <tree>9d763a2df15b8562baea8b61f7b5ea64a5462c64</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ff9c3c0c7d98de1f6351d0d00f61934b4a32982</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/cc7257634bffe48b27b246b26fb8a6bec4a7f940</url>
    <id>cc7257634bffe48b27b246b26fb8a6bec4a7f940</id>
    <committed-date>2008-09-19T16:54:01-07:00</committed-date>
    <authored-date>2008-09-19T16:54:01-07:00</authored-date>
    <message>fixed the last issue, everything should work now</message>
    <tree>b25086a88005085c95d3228da6322df1fb78e9b3</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16d54c1c469c16426dcb671a91fd53ad573183bd</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/6ff9c3c0c7d98de1f6351d0d00f61934b4a32982</url>
    <id>6ff9c3c0c7d98de1f6351d0d00f61934b4a32982</id>
    <committed-date>2008-09-19T16:51:56-07:00</committed-date>
    <authored-date>2008-09-19T16:51:56-07:00</authored-date>
    <message>fixed a major bug, i really need unit test</message>
    <tree>12d129bab727c7b908900c961b79e85e4c141773</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b69b7851aa63daf16008d7dd8f361bbd8a13a256</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/16d54c1c469c16426dcb671a91fd53ad573183bd</url>
    <id>16d54c1c469c16426dcb671a91fd53ad573183bd</id>
    <committed-date>2008-09-19T16:48:56-07:00</committed-date>
    <authored-date>2008-09-19T16:48:56-07:00</authored-date>
    <message>fixed a major bug, i really need unit test</message>
    <tree>73b95454e74863a4a4c2255208791d89227e3f13</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4ca2bf82375aac213d0831a0322fa9de1dc3960</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/574b5ce329cdcce048d8d85cca0bf0cf62bf6bfa</url>
    <id>574b5ce329cdcce048d8d85cca0bf0cf62bf6bfa</id>
    <committed-date>2008-09-16T13:16:48-07:00</committed-date>
    <authored-date>2008-09-16T13:16:48-07:00</authored-date>
    <message>Now support forms that should be using auto_id or custom ids on widgets</message>
    <tree>7b5296d0b3a49de2970d1a3dea5d7dbff4297a87</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex.gaynor@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>338044369303a9f9b5633c8519bfccb6386e5341</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/c4ca2bf82375aac213d0831a0322fa9de1dc3960</url>
    <id>c4ca2bf82375aac213d0831a0322fa9de1dc3960</id>
    <committed-date>2008-06-30T11:08:15-07:00</committed-date>
    <authored-date>2008-06-30T11:08:15-07:00</authored-date>
    <message>Fixed a bug with unchecked check boxes</message>
    <tree>f501dc2e934e22d9e3825d9bbee49495e013a8b6</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f16fc5b07e78508ba57c30fdabd6d46b36ac6416</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/338044369303a9f9b5633c8519bfccb6386e5341</url>
    <id>338044369303a9f9b5633c8519bfccb6386e5341</id>
    <committed-date>2008-06-28T13:17:20-07:00</committed-date>
    <authored-date>2008-06-28T13:17:20-07:00</authored-date>
    <message>Made for instantiation more flexible</message>
    <tree>120e8486dcd23918ab02cd7579bdc9dc5b7503b9</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8b30a3cc73f09b7357482c87b80e8755f510f9c</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/f16fc5b07e78508ba57c30fdabd6d46b36ac6416</url>
    <id>f16fc5b07e78508ba57c30fdabd6d46b36ac6416</id>
    <committed-date>2008-06-24T10:56:06-07:00</committed-date>
    <authored-date>2008-06-24T10:56:06-07:00</authored-date>
    <message>Look both ways before you commit</message>
    <tree>b434a451e4d4526591bb27df0d9ba094cb6b343f</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dc49fddb5613396e027f04f5356cb6be44b9564</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/a8b30a3cc73f09b7357482c87b80e8755f510f9c</url>
    <id>a8b30a3cc73f09b7357482c87b80e8755f510f9c</id>
    <committed-date>2008-06-24T10:50:47-07:00</committed-date>
    <authored-date>2008-06-24T10:50:47-07:00</authored-date>
    <message>Now you can provide a python callback</message>
    <tree>d2c97dcca22141b7da4fd3e88c243c40ab151472</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>831782a584eabde3b4cb67406f9dcd754bceebae</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/c3891a86d0b380a91e0ce50471f9ec19aedeae32</url>
    <id>c3891a86d0b380a91e0ce50471f9ec19aedeae32</id>
    <committed-date>2008-06-17T11:15:49-07:00</committed-date>
    <authored-date>2008-06-17T11:15:49-07:00</authored-date>
    <message>added custom events</message>
    <tree>9983a7cf372ef92b3d27716d5d1ea91c9a1b20d6</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>394ebb4240c5a0fb37adf48a6c8e377580ff9250</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/831782a584eabde3b4cb67406f9dcd754bceebae</url>
    <id>831782a584eabde3b4cb67406f9dcd754bceebae</id>
    <committed-date>2008-06-17T10:27:22-07:00</committed-date>
    <authored-date>2008-06-17T10:27:22-07:00</authored-date>
    <message>few stylistic fixes</message>
    <tree>5141c43f83c337cd9448387205675e1713f9cdd4</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81136327b1c663996762fdb208d47c535f984b71</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/394ebb4240c5a0fb37adf48a6c8e377580ff9250</url>
    <id>394ebb4240c5a0fb37adf48a6c8e377580ff9250</id>
    <committed-date>2008-06-17T10:26:11-07:00</committed-date>
    <authored-date>2008-06-17T10:26:11-07:00</authored-date>
    <message>removed unesescary comma</message>
    <tree>1d6221559203a1909480a2722019412bde8a103d</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed6ebda062d26c038faf1556d7fe154c57f09d46</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/81136327b1c663996762fdb208d47c535f984b71</url>
    <id>81136327b1c663996762fdb208d47c535f984b71</id>
    <committed-date>2008-06-17T10:25:09-07:00</committed-date>
    <authored-date>2008-06-17T10:25:09-07:00</authored-date>
    <message>Now supports validating a subset of fields</message>
    <tree>82744ca4d0b84f55b69ea8dc4563f138496e8280</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4669d2283287c5cdd83ae2dc3cd301277a04086a</id>
      </parent>
    </parents>
    <author>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </author>
    <url>http://github.com/alex/django-ajax-validation/commit/c64d6f14cfdd9020d2e068c1c6ea0d7306c945d9</url>
    <id>c64d6f14cfdd9020d2e068c1c6ea0d7306c945d9</id>
    <committed-date>2008-06-15T16:45:47-07:00</committed-date>
    <authored-date>2008-06-15T16:45:47-07:00</authored-date>
    <message>Now provides form to the callback</message>
    <tree>273e4adb5c8552f719e5fcf90af3e7647c41dc10</tree>
    <committer>
      <name>Alex Gaynor</name>
      <email>alex@alex-desktop-linux.(none)</email>
    </committer>
  </commit>
</commits>
