Alex Gaynor
|
96fd5557f9
|
Removed a ton of unused local vars
|
2013-09-08 08:05:16 -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 |
Karen Tracey
|
3aad955ea8
|
Fixed #13696 -- ensured inline pk field is rendered
|
2013-07-21 13:06:11 -04:00 |
Aymeric Augustin
|
dfcce4288a
|
Fixed available_apps for selenium tests.
Refs #20483.
|
2013-06-10 12:11:46 +02: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 |
Javier Mansilla
|
3ea0c7d35a
|
Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete protected FKs.
Thanks rafadev for the report and Javier Mansilla for the fix.
|
2013-03-04 13:30:59 -03:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |