This website requires JavaScript.
Explore
Help
Sign In
extern
/
django-helpdesk
Watch
1
Star
0
Fork
1
You've already forked django-helpdesk
mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced
2025-05-28 13:57:06 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
django-helpdesk
/
helpdesk
/
migrations
History
Tomas Neme
f4dc848ae9
adding conditional migration
2012-05-14 13:15:57 -03:00
..
__init__.py
Add proper database migrations support using South. Updated documentation to match. Closes GH-50.
2011-04-27 19:57:03 +10:00
0001_initial.py
Add proper database migrations support using South. Updated documentation to match. Closes GH-50.
2011-04-27 19:57:03 +10:00
0002_auto__add_ticketdependency__add_unique_ticketdependency_ticket_depends.py
Add ticket dependency so you can't resolve a ticket until it's dependents are resolved. Addresses GH-43
2011-05-10 19:27:11 +10:00
0003_auto__add_field_customfield_ordering.py
Allow users to define the display order of custom fields. Closes GH-75.
2011-11-08 17:59:34 +11:00
0004_auto__add_field_ticket_due_date.py
added due_date migration and added to edit ticket form
2012-01-20 15:03:07 -08:00
0005_auto__add_field_customfield_empty_selection_list.py
fixing frozen model in migration 0005 to add field added in 0004
2012-05-14 13:07:36 -03:00
0006_auto__add_field_ticket_tags.py
adding conditional migration
2012-05-14 13:15:57 -03:00