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