summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs/views.py
AgeCommit message (Expand)Author
2024-11-11Fixed #17905 -- Restricted access to model pages in admindocs.sai-ganesh-03
2024-11-04Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.sai-ganesh-03
2024-02-19Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.Adam Johnson
2024-01-29Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders.Kris Avi
2023-06-23Improved style of n-tuple wording in docs and comments.Nick Pope
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-09-01Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...Mariusz Felisiak
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-06Corrected extract_views_from_urlpatterns()'s docstring.Nikita Sobolev
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-14Fixed #28135 -- Made simplify_regex() handle non-capturing groups.Ayush Joshi
2021-09-22Refs #32499 -- Added metacharacters helper for simplify_regex().Nick Pope
2021-06-02Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' Templat...Florian Apolloner
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie
2020-01-29Used model's Options.label/label_lower where applicable.Mariusz Felisiak
2019-11-29Fixed #30255 -- Fixed admindocs errors when rendering docstrings without lead...Baptiste Mispelon
2019-11-21Simplified TemplateDetailView with pathlib.Path.read_text().Jon Dufresne
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-17Removed unused admin_url and root_path context variables in admindocs.Tim Graham
2018-08-07Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().Josh Schneier
2018-06-03Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-03-27Refs #23919 -- Removed some Python 2 compatibility code and comments.Mads Jensen
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-03Fixed #26621 -- Corrected simplify_regex()'s handling of named capture groups.Ketan Bhatt
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-04Fixed #27020 -- Used a context manager to close files.Ville Skyttä
2016-05-30Refs #26621 -- Added tests for admindocs.views.simplify_regex().Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-11Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Avoided exceptions in admindocs' template detail view.Aymeric Augustin