| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2018-11-27 | Switched TestCase to SimpleTestCase where possible in Django's tests. | Tim Graham | |
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-09-27 | Split admin_docs tests into separate files. | Tim Graham | |
| 2016-09-17 | Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. | Tim Graham | |
| http://bugs.python.org/issue27364 | |||
| 2016-08-20 | Fixed #27018 -- Fixed admindocs crash with a view in a class. | Helen Sherwood-Taylor | |
| Generated correct admindocs URLs on Python 3. URLs generate 404s on Python 2, as in older versions of Django. | |||
| 2016-06-18 | Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings. | Markus Holtermann | |
| Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e. Thanks Tim Graham for the review. | |||
| 2016-05-30 | Refs #26621 -- Added tests for admindocs.views.simplify_regex(). | Tim Graham | |
| 2016-04-08 | Fixed E128 flake8 warnings in tests/. | Tim Graham | |
| 2016-02-06 | Fixed #26175 -- Removed SHA1 password hashes in tests. | Tim Graham | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-02 | Fixed #25667 -- Fixed admindocs initial_header_level. | Ville Skyttä | |
| 2015-09-07 | Removed 'Test that' prefix from admindocs tests. | Zan Anderle | |
| 2015-09-07 | Fixed #24917 -- Made admindocs display model methods that take arguments. | Zan Anderle | |
| 2015-08-31 | Fixed #25331 -- Removed trailing blank lines in docstrings. | Maxime Lorant | |
| 2015-07-13 | Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than ↵ | Ben Spaulding | |
| hardcode it. | |||
| 2015-06-11 | Refs #24125 -- Added admin_docs tests for multiple template engines. | Kai Richard Koenig | |
| This adds a test for 511a53b3142551a1bc3093ed1b6655f57634f510 | |||
| 2015-04-14 | Refs #24625 -- Filtered docutils warnings output in tests | Markus Holtermann | |
| Instead of setting ``warning_stream`` in the docutils config overrides to ``False`` I opted for filtering the stderr in the tests to keep the error output showing up in server logs. Thanks Tim Graham for the report and review | |||
| 2015-04-11 | Fixed #24625 -- Prevented arbitrary file inclusion in admindocs | Markus Holtermann | |
| Thanks Tim Graham for the review. | |||
| 2015-04-11 | Fixed #24624 -- Replaced obsoleted rel.opts in admindocs view | Claude Paroz | |
| Thanks Scott Sanders for the report, and Markus Holtermann and Tim Graham for the reviews. Refs #24381. | |||
| 2015-03-05 | Converted test fixtures to setUpTestData methods | Josh Smeaton | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2014-11-03 | Fixed #5405 -- Added admindocs support for reStructured text in model docstrings | Zan Anderle | |
| Thanks elvard and gkmngrgn for work on the patch and Markus H. for review. | |||
| 2014-11-03 | Fixed #23620 -- Used more specific assertions in the Django test suite. | Berker Peksag | |
| 2014-10-06 | Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs. | Markus Holtermann | |
| 2014-06-21 | Removed some apps from ALWAYS_INSTALLED_APPS | Claude Paroz | |
| 2014-05-10 | Fixed #21685 -- Displayed app verbose name in admindocs model index | Claude Paroz | |
| 2014-04-06 | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | |
| 2014-02-23 | Added tests for django.contrib.admindocs | Greg Chapple | |
| Refs #22015 | |||
| 2014-02-04 | Made staff_member_required redirect to login | Claude Paroz | |
| Refs #21911. | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-12-23 | Dropped AppCache._empty, _with_app and _without_app. | Aymeric Augustin | |
| It's now easier to achieve the same effect with modify_settings or override_settings. | |||
| 2013-12-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin | |
| Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2. | |||
| 2013-12-22 | Removed the app_config.installed flag. | Aymeric Augustin | |
| Since applications that aren't installed no longer have an application configuration, it is now always True in practice. Provided an abstraction to temporarily add or remove applications as several tests messed with app_config.installed to achieve this effect. For now this API is _-prefixed because it looks dangerous. | |||
| 2013-12-18 | Fixed #21386 -- Removed admindocs dependence on sites framework | Bouke Haarsma | |
| * Removed ADMIN_FOR setting and warn warning * Group view functions by namespace instead of site * Added a test verifying namespaces are listed Thanks to Claude Paroz for reviewing and ideas for improvement. | |||
| 2013-11-22 | Fixed missing admindocs' site_header | Bouke Haarsma | |
| 2013-11-21 | Updated admindocs to use class-based views | Claude Paroz | |
| Thanks Bouke Haarsma for the review. | |||
| 2013-10-04 | Fixed #6681 -- Don't break docutils when rendering reStructuredText. | Tai Lee | |
| Don't set a global default interpreted role function for reStructuredText. Instead, use the `default-role` directive to change the default only within the `parse_rst()` function. Thanks Malcolm Tredinnick for the report. | |||
| 2013-05-19 | Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | Łukasz Langa | |
