This website requires JavaScript.
Explore
Help
Sign In
holm
/
django-helpdeskmig
Watch
1
Star
0
Fork
0
You've already forked django-helpdeskmig
mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced
2024-11-25 17:33:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
711eb6cea2
django-helpdeskmig
/
helpdesk
/
views
History
Jonathan Barratt
711eb6cea2
As of at least Django 1.5, calling __str__() on a CHOICES object returns a proxy object, not the actual text of the CHOICE. Change such calls to title() instead
2015-06-11 14:31:49 +07:00
..
__init__.py
Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future.
2011-01-25 23:02:00 +00:00
api.py
Remove extra space line
2015-04-14 16:29:47 -04:00
feeds.py
Improved support for custom user models
2014-10-22 16:18:04 +11:00
kb.py
small fixes and translation
2011-09-01 13:01:03 +02:00
public.py
Merge
2015-04-28 09:13:54 +10:00
staff.py
As of at least Django 1.5, calling __str__() on a CHOICES object returns a proxy object, not the actual text of the CHOICE. Change such calls to title() instead
2015-06-11 14:31:49 +07:00