Vasiliy Bolshakov
|
03974d8122
|
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
This provides better backwards compatibility following refs #28377.
|
2017-11-30 20:15:28 -05:00 |
Paulo
|
9dc83c356d
|
Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk.
Thanks Robin Anupol for the initial report and workaround.
|
2017-06-12 21:12:54 -04:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Paulo
|
9c2d5a8d33
|
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
|
2016-06-21 14:26:47 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Karen Tracey
|
5399ccc0f4
|
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
This includes the ability to collapse inlines by specifying a class named
'collapse'.
|
2015-12-21 13:50:06 -05:00 |
matiasb
|
12aeed8c94
|
Fixed #24976 -- Fixed missing form label in tabular inline.
If the model form had a form field specified, the label rendered
as "None".
|
2015-10-21 13:35:50 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Nick Sandford
|
9d9f0acd7e
|
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Thanks DrMeers for the suggestion.
|
2014-07-31 08:07:28 -04:00 |
Jason Myers
|
7a61c68c50
|
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2013-11-02 23:50:49 -05:00 |
coagulant
|
8eec2d93b6
|
Fixed all E261 warnings
|
2013-11-02 23:50:33 -05:00 |
Tim Graham
|
ae48d77ef8
|
Fixed E225 pep8 warnings.
|
2013-10-23 06:09:29 -04:00 |
Tim Graham
|
8e2029f8dd
|
Removed import * in tests.
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
|
2013-10-22 08:32:01 -04:00 |
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 |