summaryrefslogtreecommitdiff
path: root/docs/admin.py
AgeCommit message (Collapse)Author
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2015-10-09Revert "Revert "Adjust code to recent changes to DocumentRelease.""Aymeric Augustin
This reverts commit 9d990d96cdd1071fcba83d888f684347123ae1f1.
2015-10-05Revert "Adjust code to recent changes to DocumentRelease."Tim Graham
This reverts commit 313eb71d7051f4b51107850577a6ef25d25d9257. Revert "Convert docs version to a FK to release." This reverts commit 1cf0d813a8d7e3b54679246594d9275ca79b745d.
2015-10-05Convert docs version to a FK to release.Aymeric Augustin
2015-10-05Remove unneeded fields from DocumentRelease.Aymeric Augustin
All current objects have the same values in these fields. Furthermore the code already makes assumptions about these values e.g. that scm_url contains 'django.git'. Remove them to avoid giving the illusion of more flexiblity than there is in practice.
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-03-07Added lang filter to DocumentRelease adminBaptiste Mispelon
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-02-05Move apps outside of the django_website package.Aymeric Augustin