django-ticketing icon indicating copy to clipboard operation
django-ticketing copied to clipboard

An implementation of a ticketing model like the one described by Flickr.

Results 4 django-ticketing issues
Sort by recently updated
recently updated
newest added

https://docs.djangoproject.com/en/1.7/howto/custom-model-fields/#field-deconstruction I think it's similar to south_field_triple

I am trying to use your app with a PostgreSQL backend. From the looks of the problem PostgreSQL doesn't support the REPLACE sql command. Here is a log of the...