summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-01[1.8.x] Removed InlineAdminForm.field_count()Tim Graham
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-10-23Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...a1tus
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-03-25Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-07Removed unneeded string normalization in contrib.adminClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-31Fixed #17074 -- Improved first field detection in admin add formClaude Paroz
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-26Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-02-23Fixed #19609: admin Inlines doesn't display help_text for readonly fieldsWiktor Kolodziej
2012-11-25Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...Edward Tjörnhammar
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-02-04Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2010-12-21Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...Jannis Leidel
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-04-30Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...Russell Keith-Magee
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-02-01Fixed #12700 - Take read-only fields into account when rendering the empty fo...Jannis Leidel
2010-01-26Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.Jannis Leidel
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel