<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms/models.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.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>Fixed #8627 -- Prevented textareas to swallow first newline content</title>
<updated>2012-11-05T19:27:06Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-11-05T19:27:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78f66691ee7974e0ca546f09573394395a68b443'/>
<id>urn:sha1:78f66691ee7974e0ca546f09573394395a68b443</id>
<content type='text'>
Browsers consider the first newline in textareas as some display
artifact, not real content. Hence they are not sending it back to
the server. If we want to keep initial newlines, we have to add one
when we render the textarea.
Thanks bastih for the report and initial patch.
</content>
</entry>
<entry>
<title>Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty value</title>
<updated>2012-10-03T17:47:35Z</updated>
<author>
<name>Stephen Burrows</name>
<email>stephen.r.burrows@gmail.com</email>
</author>
<published>2012-10-03T16:50:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=218abcc9e550d266a9979e10f562fc21b8f34c6a'/>
<id>urn:sha1:218abcc9e550d266a9979e10f562fc21b8f34c6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.</title>
<updated>2011-11-13T19:05:02Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2011-11-13T19:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5de31cb8cb83c33d932d5ddf76ff81506c28bdff'/>
<id>urn:sha1:5de31cb8cb83c33d932d5ddf76ff81506c28bdff</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14234 -- Re-validating a model instance added via ModelForm no longer throws spurious PK uniqueness errors. Thanks to David Reynolds and Jeremy Dunck.</title>
<updated>2010-11-18T22:43:46Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2010-11-18T22:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38ba3775ec86718fabdf0ba1d5baf04a0f2164a7'/>
<id>urn:sha1:38ba3775ec86718fabdf0ba1d5baf04a0f2164a7</id>
<content type='text'>
Also moved Model._adding to Model._state.adding to reduce instance namespace footprint.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch.</title>
<updated>2010-11-16T13:20:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-11-16T13:20:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8bafde1229fdebb48383449de9bcadde06451816'/>
<id>urn:sha1:8bafde1229fdebb48383449de9bcadde06451816</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.</title>
<updated>2010-10-12T03:33:19Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-10-12T03:33:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5506653b777d7547d21ea2d74e9588fb94314b77'/>
<id>urn:sha1:5506653b777d7547d21ea2d74e9588fb94314b77</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
