index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
helpers.py
Age
Commit message (
Expand
)
Author
2014-03-25
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...
Ben Davis
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-02-01
Avoided importing models from django.contrib.admin.
Aymeric Augustin
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Removed unneeded string normalization in contrib.admin
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-04
Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.
Christopher Medrela
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-08-31
Fixed #17074 -- Improved first field detection in admin add form
Claude Paroz
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-26
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-07-21
Fixed #13696 -- ensured inline pk field is rendered
Karen Tracey
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-02-23
Fixed #19609: admin Inlines doesn't display help_text for readonly fields
Wiktor Kolodziej
2012-11-25
Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...
Edward Tjörnhammar
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude 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-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-02-04
Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...
Jannis Leidel
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-04-22
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...
Jannis Leidel
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-02-26
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...
Ramiro Morales
2011-02-19
Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...
Russell Keith-Magee
2010-12-21
Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...
Jannis Leidel
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-04-30
Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...
Russell Keith-Magee
2010-04-13
Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...
Jannis Leidel
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-04-05
Fixed #13038 -- Ensured that readonly fields in the admin have their name add...
Russell Keith-Magee
2010-03-26
Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...
Gary Wilson Jr
2010-03-21
Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
Karen Tracey
2010-02-01
Fixed #12700 - Take read-only fields into account when rendering the empty fo...
Jannis Leidel
2010-01-26
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
Jannis Leidel
2010-01-26
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-05-09
Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...
Russell Keith-Magee
2009-05-03
Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...
Russell Keith-Magee
2009-05-03
Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac...
Russell Keith-Magee
[next]