summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
AgeCommit message (Expand)Author
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-29Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-10-21Fixed #24976 -- Fixed missing form label in tabular inline.matiasb
2015-09-23Refs #23444 -- Removed InlineAdminForm.original_content_type_id per deprecati...Tim Graham
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-07Moved jQuery to a vendor/jquery subdirectory.Trey Hunner
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-01Removed 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