Anubhav Joshi
|
011abb7d96
|
Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField.
Thanks Loic Bistuer and Tim Graham for help and review.
|
2014-07-09 16:01:09 -04:00 |
Alex Gaynor
|
1dcc603eff
|
Fixed several typos in Django
|
2014-05-28 17:39:14 -07:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Tim Graham
|
2333c9662b
|
Fixed #14007 -- Added model discovery in models module without the need to specify app_label.
Thanks mark@ and Aramgutang for work on the patch.
|
2013-07-16 19:32:30 -04:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |