Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admindocs/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-071-8/+31
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-1/+2
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-74/+48
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-3/+2
* Fixed #24624 -- Replaced obsoleted rel.opts in admindocs ...Claude Paroz2015-04-111-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+10
* Avoided exceptions in admindocs' template detail view.Aymeric Augustin2015-01-121-9/+16
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Fixed #22295 -- Replaced permission check for displaying ...Thomas Tanner2014-12-311-4/+4
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-10/+11
* Fixed #23525 -- Fixed admindocs crash on apps installed a...Tim Graham2014-12-221-6/+11
* Removed direct references to template-related settings.Aymeric Augustin2014-11-231-2/+3
* Fixed #5405 -- Added admindocs support for reStructured t...Zan Anderle2014-11-031-4/+10
* Fixed #23601 -- Ensured view exists in URLconf before imp...Markus Holtermann2014-10-061-3/+4
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+8
* Removed warning for settings.ADMIN_FOR which has been rem...Tim Graham2014-03-211-7/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-2/+2
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-4/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Fixed #21386 -- Removed admindocs dependence on sites fra...Bouke Haarsma2013-12-181-43/+31
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_app().Aymeric Augustin2013-12-171-11/+6
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-3/+4
* Fixed missing admindocs' site_headerBouke Haarsma2013-11-221-1/+3
* Updated admindocs to use class-based viewsClaude Paroz2013-11-211-280/+278
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+16
* Fixed all the E203 violationsAlex Gaynor2013-10-271-10/+10
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+7
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-1/+1
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-2/+2
* Fixed some minor translation-related issuesClaude Paroz2013-05-251-0/+1
* Fixed misleading heading on admindocs models page; refs #...Tim Graham2013-05-161-1/+1
* Fix admindocs on Python 3, where None cannot be sorted wi...Carl Meyer2013-02-131-2/+2
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-6/+6
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+3
* Removed various unnecessary instances of mark_safe applie...Luke Plant2012-07-031-1/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #12099 -- Prevented admindocs from crashing when an...Aymeric Augustin2012-01-281-5/+8
* Removed unused code from admindocs app now that it suppor...Ramiro Morales2011-09-241-17/+11
* Converted internal link generation in the admin and admin...Ramiro Morales2011-09-201-2/+1
* Fixed #16573 -- Corrected a regression in the admindocs a...Jannis Leidel2011-08-121-6/+6
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+5
* Fixed #11585 -- Added ability to translate and prefix URL...Jannis Leidel2011-06-151-3/+3