tickets: Slightly reword the show descriptions.
[matthijs/projects/dorestad-bookings.git] / tickets / models.py
2010-10-19 Matthijs Kooijmantickets: Slightly reword the show descriptions.
2010-10-19 Matthijs Kooijmantickets: Use django.utils.format for number formatting.
2010-10-19 Matthijs Kooijmantickets: Enter the actual ticket price.
2010-10-19 Matthijs Kooijmantickets: List total price with number of tickets.
2010-10-19 Matthijs Kooijmantickets: Remove postal address fields from Booking.
2010-10-19 Matthijs Kooijmantickets: Add a Bookings.__unicode__() method.
2010-10-19 Matthijs Kooijmantickets: Add a (virtual) Booking.price property.
2010-10-19 Matthijs Kooijmantickets: Add Booking.payment field.
2010-10-19 Matthijs Kooijmantickets: Add Booking.created field.
2010-10-18 Matthijs Kooijmantickets: Add Booking model.
2010-10-18 Matthijs KooijmanAdd empty "tickets" application.