index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_docs
Age
Commit message (
Expand
)
Author
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-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-13
Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than h...
Ben Spaulding
2015-06-11
Refs #24125 -- Added admin_docs tests for multiple template engines.
Kai Richard Koenig
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-04-14
Refs #24625 -- Filtered docutils warnings output in tests
Markus Holtermann
2015-04-11
Fixed #24625 -- Prevented arbitrary file inclusion in admindocs
Markus Holtermann
2015-04-11
Fixed #24624 -- Replaced obsoleted rel.opts in admindocs view
Claude Paroz
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
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-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-23
Added tests for django.contrib.admindocs
Greg Chapple
2014-02-04
Made staff_member_required redirect to login
Claude Paroz
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
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-18
Fixed #21386 -- Removed admindocs dependence on sites framework
Bouke Haarsma
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-22
Fixed missing admindocs' site_header
Bouke Haarsma
2013-11-21
Updated admindocs to use class-based views
Claude Paroz
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-04
Fixed #6681 -- Don't break docutils when rendering reStructuredText.
Tai Lee
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Ćukasz Langa