summaryrefslogtreecommitdiff
path: root/django/contrib/admindocs
AgeCommit message (Expand)Author
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-21Removed warning for settings.ADMIN_FOR which has been removed.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-22Fixed missing admindocs' site_headerBouke Haarsma
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-08Fixed a typo in admindocs templateClaude Paroz
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-10-04Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-02Fixed admindoc template errors introduced by 02fd87c821.Simon Charette
2013-06-01Updated contrib.admindocs translation templateClaude Paroz
2013-06-01Fixed #20540 -- Added more translatable strings to contrib.admindocsClaude Paroz
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Updated translation catalogsClaude Paroz
2013-05-25Fixed some minor translation-related issuesClaude Paroz
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa
2013-05-16Fixed misleading heading on admindocs models page; refs #19712.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-02Modified admindocs tests to work with unittest2 discovery.Preston Timmons
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Added Ossetic languageClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin