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
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-29
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Alexander Gaevsky
2015-12-21
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
Karen Tracey
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-10-21
Fixed #24976 -- Fixed missing form label in tabular inline.
matiasb
2015-09-23
Refs #23444 -- Removed InlineAdminForm.original_content_type_id per deprecati...
Tim Graham
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-07
Moved jQuery to a vendor/jquery subdirectory.
Trey Hunner
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-03-27
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-01
Removed InlineAdminForm.field_count()
Tim Graham
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-10-23
Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...
a1tus
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-03-25
Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.
Ben Davis
2014-03-22
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
[prev]
[next]