Commit Graph

23 Commits

Author SHA1 Message Date
Raphael Michel
4a1122a862 Fixed #108 -- Removed the restrictions system 2015-12-06 17:49:02 +01:00
Raphael Michel
974c5cee79 Moved property to the inside of items 2015-10-08 12:45:19 +02:00
Raphael Michel
e6767afbd1 Moved question<>item relation to the question side
Cleared migration history
2015-10-06 00:00:38 +02:00
Raphael Michel
c8830cc880 Added custom error pages 2015-09-17 23:44:07 +02:00
Raphael Michel
63928ab557 Fixed item deletion to also respect deleted orders (which should not
exist)
2015-08-13 18:32:33 +02:00
Raphael Michel
478d6af248 Fixed #87 -- Added deletion of products 2015-08-13 18:27:19 +02:00
Raphael Michel
e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel
76b0189972 Fixed a versioning bug in the property editor 2015-06-23 21:18:04 +02:00
Raphael Michel
423dc9f0aa Refactor: separate forms from view, improve code style 2015-06-03 13:19:59 +02:00
Raphael Michel
3114e2d959 Allow to adjust the order of products (closes #60) 2015-06-03 00:48:35 +02:00
Raphael Michel
a9ee987d2f Return correct 404 error codes for DoesNotExist exceptions 2015-06-02 13:35:20 +02:00
Raphael Michel
79dfe7a084 Pagination in all ListViews 2015-05-24 14:07:51 +02:00
Raphael Michel
3df19a7c73 Consistently use messages framework in control
simplify redirect(reserve()) calls
2015-05-22 10:01:33 +02:00
Raphael Michel
d658303da3 Try to make pretix compatible with SCRIPT_NAME
Remove unnecessary resolve() calls
2015-05-20 18:17:08 +02:00
Raphael Michel
747a9e55fd Remove unused imports 2015-04-16 20:00:10 +02:00
Raphael Michel
febfea68f7 Make available languages configurable 2015-04-06 00:14:59 +02:00
Raphael Michel
ff7dd1b11a Merge branch 'master' of github.com:pretix/pretix 2015-03-04 11:40:05 +01:00
Raphael Michel
84bebfbd72 Integrate the names of attendees into the core database layout 2015-03-04 11:39:32 +01:00
Raphael Michel
38a56e06d2 Remove a TODO statement 2015-02-20 00:07:08 +01:00
Raphael Michel
e266b0438c formclass= argument will get optional in Django 1.8 2015-02-18 22:07:08 +01:00
Raphael Michel
1d6232f30b Versionable.clone_shallow() has to set version_end_date records 2015-02-18 21:27:15 +01:00
Raphael Michel
c5ae503c0e Fix a severe bug in VariationField 2015-02-18 20:36:36 +01:00
Raphael Michel
077413f41c Restructure our python module. A lot. 2015-02-14 17:55:13 +01:00