summaryrefslogtreecommitdiff
path: root/pgweb/profserv/admin.py
AgeCommit message (Collapse)Author
2019-01-26Generic unicode updatesMagnus Hagander
2019-01-26Update syntax for relative importsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
In a quest to reach pep8, use spaces to indent rather than tabs.
2016-05-14Prefix cross-application imports with pgwebMagnus Hagander
As required by the new project layout.
2014-04-30Allow professional services to be searchable in the adminJonathan S. Katz
Enables an admin to search over professional services, and additionally filter the services by whether or not they are approved.
2014-01-01Replace wildcard imports with explicit onesMagnus Hagander
2012-06-26Rename organisation->org in ProfessionalService modelMagnus Hagander
This is requied to support notifications, and good for consistency in general.
2009-09-14A first very basic import.Magnus Hagander
Contains basic functionality, and an import of most of the static content from the old site. There is still plenty more to do...