Tim Graham
|
617aceb1b4
|
Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.
Thanks hvdklauw for the report and patch.
|
2013-10-07 12:30:02 -04: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 |
Karen Tracey
|
3aad955ea8
|
Fixed #13696 -- ensured inline pk field is rendered
|
2013-07-21 13:06:11 -04:00 |
Tim Graham
|
61524b09cf
|
Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work
on the patch.
|
2013-06-01 18:20:54 -04:00 |
Tim Graham
|
36aecb12b8
|
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
Thanks dave@ for the suggestion and Rohan Jain for the patch.
|
2013-05-30 13:48:10 -04:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |