<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/validators.py, branch archive/attic/schema-evolution</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-08-06T16:50:17Z</updated>
<entry>
<title>schema-evolution: update from HEAD (v5821)</title>
<updated>2007-08-06T16:50:17Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-06T16:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5aa017255827b2c06bd9a5f7f069828ef625da18'/>
<id>urn:sha1:5aa017255827b2c06bd9a5f7f069828ef625da18</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: merged trunk:HEAD into schema-evolution branch</title>
<updated>2007-07-20T20:49:49Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=365f4b869800469ba786919f11422c73b3ec9fbb'/>
<id>urn:sha1:365f4b869800469ba786919f11422c73b3ec9fbb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>committing to schema-evolution</title>
<updated>2006-10-26T19:09:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-10-26T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42851d90dadbf62f5d342ce5c4f496ba1eeba987'/>
<id>urn:sha1:42851d90dadbf62f5d342ce5c4f496ba1eeba987</id>
<content type='text'>
merge from HEAD



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2312 -- E-mail validator now accepts TLDs up to 6 characters long</title>
<updated>2006-07-10T02:32:54Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-10T02:32:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b98972e1c90f75634894b1f1d6c3b1f0c512bcea'/>
<id>urn:sha1:b98972e1c90f75634894b1f1d6c3b1f0c512bcea</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1088 - Correctly detect when a float with too many digits before the</title>
<updated>2006-06-19T01:09:00Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-19T01:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c0ea3284d705a5d66c8aff372a5e33b15dce56e7'/>
<id>urn:sha1:c0ea3284d705a5d66c8aff372a5e33b15dce56e7</id>
<content type='text'>
decimal point is passed in.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa</title>
<updated>2006-06-08T05:00:13Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-08T05:00:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2abfd5dd586c4f6fb619de561b2194687021e256'/>
<id>urn:sha1:2abfd5dd586c4f6fb619de561b2194687021e256</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Eliminated lots of mutable default arguments (since they are bugs</title>
<updated>2006-06-03T13:37:34Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-06-03T13:37:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b86db9bf2407f408468566b3f48a8444cb66f83'/>
<id>urn:sha1:9b86db9bf2407f408468566b3f48a8444cb66f83</id>
<content type='text'>
waiting to happen and are memory leaks too).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2045 - TypeError thrown if a form does not have the correct enctype for uploading</title>
<updated>2006-06-01T20:47:34Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-06-01T20:47:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbcd2fe985498889e1206f54c196f00879e79dae'/>
<id>urn:sha1:dbcd2fe985498889e1206f54c196f00879e79dae</id>
<content type='text'>
files.  It throws a ValidationError now, as it should.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2049 -- Made isValidEmail validator wider in scope. Thanks, mir@noris.de</title>
<updated>2006-05-31T18:08:28Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-31T18:08:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1bf991abb32c3fab1a1d81d3087d7f6e16a54559'/>
<id>urn:sha1:1bf991abb32c3fab1a1d81d3087d7f6e16a54559</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
