index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
admin.py
Age
Commit message (
Expand
)
Author
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-08-28
Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-06
Refs #4960 -- Fixed selenium test failures for CharField strip changes.
Tim Graham
2015-05-02
Fixed #23387 -- Kept "Save as new" button after validation errors in admin.
Adam Zapletal
2015-03-09
Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...
Baptiste Mispelon
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-14
Fixed #15779 -- Allowed 'add' primary key in admin edition
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-02
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-11-25
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-09-26
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
Thomas Chaumeny
2014-09-08
Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-27
Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Simon Charette
2014-08-27
Fixed #13749 -- Added link from admin site to front-end site.
areski
2014-07-14
Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-06-13
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Maxime Turcotte
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
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-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-02-14
Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...
Klemens Mantzos
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-01-05
Removed useless model definitions.
Aymeric Augustin
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-02
PEP8
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
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-09-07
Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...
Juan Catalano
2013-08-29
Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...
Tim Graham
2013-08-19
Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects
Rainer Koirikivi
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-18
Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-05-29
Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses
Tim Graham
2013-05-27
Fixed #20182 - admin lookup should treat 0 as False for __isnull
Tim Graham
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner