summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs
AgeCommit message (Expand)Author
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-27Split admin_docs tests into separate files.Tim Graham
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-08-01Pulled contrib translations from TransifexClaude Paroz
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-05-30Refs #26621 -- Added tests for admindocs.views.simplify_regex().Tim Graham
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-02Fixed #25667 -- Fixed admindocs initial_header_level.Ville Skyttä
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-11-30Fixed #25823 -- Made some titles consistent in admindocs.gunchleoc
2015-11-27Added two translator comments in contrib appsClaude Paroz
2015-10-10Simplified translatable string in admindocs templateClaude Paroz
2015-10-09Updated translation catalogsClaude Paroz
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-07-13Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...Ben Spaulding
2015-07-13Fixed #25116 -- Removed long-broken admindocs bookmarkletsBen Spaulding
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-11Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann
2015-04-11Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz
2015-04-01Fetched updated contrib translations from TransifexClaude 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-17Updated en translation catalogsClaude Paroz
2015-01-12Avoided exceptions in admindocs' template detail view.Aymeric Augustin
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-22Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-11-23Removed direct references to template-related settings.Aymeric Augustin
2014-11-03Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle
2014-11-03Changed docstrings in admindocs/utils to comply to PEP 257Zan Anderle
2014-10-06Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-20Fetched translations from TransifexClaude Paroz
2014-05-19Updated translation catalogsClaude Paroz
2014-05-10Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham