<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/empty/models.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrated empty doctests. Thanks to Alex Gaynor.</title>
<updated>2010-09-12T20:05:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-12T20:05:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45651dcb05a863f87a440a895544736b5e8ba10a'/>
<id>urn:sha1:45651dcb05a863f87a440a895544736b5e8ba10a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6068 -- Updated docstrings in model tests to make the documentation</title>
<updated>2007-12-01T21:18:45Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-12-01T21:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a72324bf7f001f163aa75b73d7eb3e7601c29b60'/>
<id>urn:sha1:a72324bf7f001f163aa75b73d7eb3e7601c29b60</id>
<content type='text'>
examples correct.  Thanks Wang Chun.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Renumbered all the doctest examples so that they are ordered correctly on the doc pages.</title>
<updated>2007-03-23T20:17:04Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-03-23T20:17:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=189e7dd8023b75640c959bd1dbc0d664f0e283cd'/>
<id>urn:sha1:189e7dd8023b75640c959bd1dbc0d664f0e283cd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. </title>
<updated>2006-08-27T13:59:47Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-08-27T13:59:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97b9ad73b4889ffebb3da2239b472bbfd1600177'/>
<id>urn:sha1:97b9ad73b4889ffebb3da2239b472bbfd1600177</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2512 -- Fixed SQL error when saving existing empty models.</title>
<updated>2006-08-10T03:55:03Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-08-10T03:55:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6a402a7db45ea7d2bb8521b989de573c4f72fee'/>
<id>urn:sha1:a6a402a7db45ea7d2bb8521b989de573c4f72fee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed the empty model saving case so that it retrieves the primary key id. Also</title>
<updated>2006-06-12T12:49:14Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-12T12:49:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=686c5a2f884b0b5f318a6dd6b6ba7d09ff0180f3'/>
<id>urn:sha1:686c5a2f884b0b5f318a6dd6b6ba7d09ff0180f3</id>
<content type='text'>
updated the tests to test this case.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Tests to avoid regressions for ticket #2108. See also r3115.</title>
<updated>2006-06-08T15:15:27Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-08T15:15:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4fc6e517061a0c766bd7b00411d15fb1bdc6e856'/>
<id>urn:sha1:4fc6e517061a0c766bd7b00411d15fb1bdc6e856</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2108 -- do not try to save an empty model.</title>
<updated>2006-06-08T00:13:52Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-08T00:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89920e058fcb673ff82ae67a41566216895c8bd3'/>
<id>urn:sha1:89920e058fcb673ff82ae67a41566216895c8bd3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
