Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-1/+10
* Refs #23444 -- Removed InlineAdminForm.original_content_t...Tim Graham2015-09-241-19/+1
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-091-5/+16
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Moved jQuery to a vendor/jquery subdirectory.Trey Hunner2015-06-071-1/+1
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-3/+3
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-2/+2
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-4/+3
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-3/+4
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-0/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Removed InlineAdminForm.field_count()Tim Graham2015-02-021-12/+0
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed #23444 -- Deprecated django.contrib.admin.helpers.I...a1tus2014-10-231-5/+19
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #22087 -- Made AdminReadonlyField respect ModelForm...Ben Davis2014-03-251-2/+12
* Fixed #22241 -- Selectively added line breaks in admin re...Claude Paroz2014-03-221-1/+3
* Avoided importing models from django.contrib.admin.Aymeric Augustin2014-02-011-1/+3
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-161-0/+2
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Removed unneeded string normalization in contrib.adminClaude Paroz2013-12-071-24/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+12
* Fixed #8261 -- ModelAdmin hook for customising the "show ...Unai Zalakain2013-10-291-3/+5
* Fixed #11277 -- Hid labels of fields with HiddenInput wid...Christopher Medrela2013-10-041-0/+3
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-3/+3
* Fixed #17074 -- Improved first field detection in admin a...Claude Paroz2013-08-311-14/+0
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixed #20805 -- Removed an extra colon beside checkboxes ...Tim Graham2013-07-261-3/+5
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-3/+5
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-2/+2
* Fixed #19609: admin Inlines doesn't display help_text for...Wiktor Kolodziej2013-02-231-6/+7
* Fixed #17911 -- Ensure that admin readonly fields' displa...Edward Tjörnhammar2012-11-251-3/+1
* [py3] Fixed 'iterable but non string' detectionClaude Paroz2012-08-081-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Changed a lot of internal code to use 'format_html' where...Luke Plant2012-07-031-6/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-8/+10
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-1/+1
* Improved on r17454 to ensure that `collapse.js` only gets...Julien Phalip2012-02-051-1/+5
* Fixed #17596 -- Stopped the AdminField class from double ...Jannis Leidel2012-02-041-3/+3
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-1/+2
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-3/+2
* Fixed #11639, #13618 -- Added get_prepopulated_fields met...Jannis Leidel2011-04-221-4/+8
* Fixed #15512 -- Cleanup of imports in contrib.admin. Than...Russell Keith-Magee2011-03-031-2/+2
* Fixed #15424 -- Corrected lookup of callables listed in a...Ramiro Morales2011-02-261-4/+4
* Fixed #14355 -- Ensure that help_text is displayed for re...Russell Keith-Magee2011-02-191-1/+2