summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs
AgeCommit message (Expand)Author
2020-09-30Updated translations from Transifex.Claude Paroz
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-08-01Updated translations from TransifexClaude Paroz
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-05-23Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.Jon Dufresne
2020-05-18Updated docutils link to HTTPS and new location.Jon Dufresne
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-01-31Updated translations from Transifex.Claude Paroz
2020-01-29Used model's Options.label/label_lower where applicable.Mariusz Felisiak
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-02Updated contrib translations from Transifex.Carlton Gibson
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
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-23Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev
2019-10-22Fixed typo in XViewMiddleware.process_view() docstring.Sergey Fedoseev
2019-09-08Updated translation catalogsClaude Paroz
2019-08-30Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-03-27Removed obsolete ActiveXObject from admindocs bookmarklets.Nick Pope
2019-02-12Removed unneeded list() calls in enumerate() argument.Sergey Fedoseev
2018-11-09Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-02Refs #27795 -- Removed force_bytes() usage in admindocs.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-08-01Updated contrib translations from TransifexClaude Paroz
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-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-01Updated contrib translations from TransifexClaude Paroz
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-05-31Updated translations from TransifexClaude Paroz
2017-04-04Updated contrib translations from TransifexClaude Paroz
2017-03-27Refs #23919 -- Removed some Python 2 compatibility code and comments.Mads Jensen
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
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-19Updated translation catalogsClaude Paroz
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