Akis Kesoglou
|
c627da0ccc
|
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Thanks to Loic Bistuer for review. Minor changes to error messages
done by committer.
|
2014-03-05 22:33:58 +02:00 |
Robert Stapenhurst
|
12385a5f86
|
Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.
Attempting to add() and remove() an object related by a 'through' model
now raises more descriptive AttributeErrors, in line with set and
create().
|
2014-02-09 16:01:17 -05:00 |
Jason Myers
|
7a61c68c50
|
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:50:49 -05:00 |
Alex Gaynor
|
9d740eb8b1
|
Fix all violators of E231
|
2013-10-26 12:15:03 -07:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
Alasdair Nicol
|
bab9123daa
|
Fixed #21268 -- Fixed E303 pep8 warnings
|
2013-10-18 01:46:24 +01:00 |
Florian Apolloner
|
df2fd4e09b
|
Removed unneeded imports in tests's __init__.py and unified them.
|
2013-09-09 23:01:07 +02: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 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |