<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/invalid_models/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 #16681 -- Refactored the invalid_models unit test so that it can be invoked manually. Thanks to Anthony Briggs for the report and patch.</title>
<updated>2011-08-23T04:25:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-08-23T04:25:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e72b1c5c11d1d2dc3ce3660a1eb6b775dcca5a5'/>
<id>urn:sha1:1e72b1c5c11d1d2dc3ce3660a1eb6b775dcca5a5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Reverted [14563] because it introduced a dependency from core on a contrib app (contenttypes). Fixes #16283, Refs #3055. Thanks TheRoSS for the report and Aymeric Augustin for finding the problem.</title>
<updated>2011-07-03T16:20:48Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-07-03T16:20:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1d270ac8a34b9a1f562d2e46411121499caa6e41'/>
<id>urn:sha1:1d270ac8a34b9a1f562d2e46411121499caa6e41</id>
<content type='text'>
This caused models shipped with some contrib apps to pollute the namespace when user's apps had the same name (e.g. auth, sites), even when these contrib apps weren't installed.

This undesired loading of contrib apps happened when model validation was executed, for example when running management commands that set or inherit `requires_model_validation=True`:
cleanup, dumpdata, flush, loaddata, reset, runfcgi, sql, sqlall, sqlclear, sqlcustom, sqlflush, sqlindexes, sqlinitialdata, sqlreset, sqlsequencereset, syncdb, createsuperusers, ping_google, collectstatic, findstatic.

This could also cause hard to diagnose problems e.g. when performing reverse URL resolving.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7726 -- Added validation of max_digits and decimal_places options to DecimalField model field. Thanks theevilgeek for the report and elbarto for the patch.</title>
<updated>2010-12-29T01:18:11Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-12-29T01:18:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a43c2f50c2106d868045c7858de219de9717836c'/>
<id>urn:sha1:a43c2f50c2106d868045c7858de219de9717836c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fiexed #3055 -- Validate that models target of a GenericRelation have a GenericForeignKey field.</title>
<updated>2010-11-14T23:21:39Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2010-11-14T23:21:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b6ec268e23c5b8e90ed3c3db3e220deca6eee8cc'/>
<id>urn:sha1:b6ec268e23c5b8e90ed3c3db3e220deca6eee8cc</id>
<content type='text'>
Thanks jason for diagnosing the problem and Marcos Moyano for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.</title>
<updated>2010-11-09T16:46:42Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2010-11-09T16:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=616b30227d901a7452810a9ffaa55eaf186dc9e1'/>
<id>urn:sha1:616b30227d901a7452810a9ffaa55eaf186dc9e1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed 14513 -- check fields with underscores for validity when ordering. Bonus points to Klaas van Schelven.</title>
<updated>2010-10-21T21:17:07Z</updated>
<author>
<name>Chris Beaven</name>
<email>smileychris@gmail.com</email>
</author>
<published>2010-10-21T21:17:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=051bf1cf12b85b1d1df50bca10fb9cc246fb6804'/>
<id>urn:sha1:051bf1cf12b85b1d1df50bca10fb9cc246fb6804</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed test failure that was occurring since r12908</title>
<updated>2010-04-06T12:18:56Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-04-06T12:18:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21236fa0a2dc37126cc93eb1a8f849002000cbe6'/>
<id>urn:sha1:21236fa0a2dc37126cc93eb1a8f849002000cbe6</id>
<content type='text'>
The tests were relying on being able to do
ManyToManyField("NameOfThisModel") instead of the only documented method for
recursive relationships, namely ManyToManyField("self").  The former stopped
working when the fix in r12908 was applied.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value. Thanks to loewis for report.</title>
<updated>2010-03-13T22:11:48Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-13T22:11:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c10b227b6961dc4420d991fd4d90276499000e5c'/>
<id>urn:sha1:c10b227b6961dc4420d991fd4d90276499000e5c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12404 -- Improved model validation for CharField and DecimalField. Thanks to tiliv for the report, josh for the patch, and Leo for the tests.</title>
<updated>2010-03-12T15:22:05Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-12T15:22:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75c8c1de9a8080ed1c47d39797c1cd779629be75'/>
<id>urn:sha1:75c8c1de9a8080ed1c47d39797c1cd779629be75</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
