a1tus
|
2d75515a4c
|
Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.original_content_type_id
|
2014-10-23 09:49:24 -04: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 |
Nick Presta
|
11f0899bbe
|
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Thanks Daniel Pope for the suggestion.
|
2014-06-02 15:22:15 -04:00 |
Stephen Burrows
|
d64f192df1
|
Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
|
2014-05-16 06:38:24 -04:00 |
Anders Steinlein
|
4ef10f245a
|
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983 from stable/1.7.x
|
2014-05-15 07:25:35 -04:00 |
Alex Gaynor
|
2bcb8bfc8d
|
Fix many many typos in comments throughout the codebase
|
2014-04-26 10:18:45 -07:00 |
Anubhav Joshi
|
cd914e31c9
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
Tim Graham
|
d73d0e071c
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
2014-04-03 07:28:10 -04:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Ryan Kaskel
|
d25622000a
|
Fixed #21382 - Added "has_original" to stacked inlines.
Report and original patch from jrief.
|
2014-02-09 12:20:09 -05:00 |
Simon Charette
|
10e3faf191
|
Fixed #19774 -- Deprecated the contenttypes.generic module.
It contained models, forms and admin objects causing undesirable
import side effects. Refs #16368.
Thanks to Ramiro, Carl and Loïc for the review.
|
2014-01-26 14:42:30 -05:00 |
Aymeric Augustin
|
e32095616c
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01: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 |
Renato Oliveira
|
43569647ab
|
Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.
Previously there was a mixture of the two which resulted in inconsistent
casing.
|
2013-10-24 14:44:07 -04: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 |
Alasdair Nicol
|
bab9123daa
|
Fixed #21268 -- Fixed E303 pep8 warnings
|
2013-10-18 01:46:24 +01:00 |
Tim Graham
|
b67ab75e82
|
Fixed assorted flake8 errors.
|
2013-10-11 07:25:14 -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 |
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 |