4 Commits

Author SHA1 Message Date
Thomas Waldmann
d8bb177301 django 2.0 requires on_delete arg for ForeignKey/OneToOneField
the default in django 1.11 is models.CASCADE.

note: updated migrations, the models already had the required change.
2018-10-19 22:05:35 +02:00
Thomas Waldmann
aeceda0f38 manually fix related_name, fixes bug in django 1.7.0 migration generation (issue #23455) 2014-10-21 06:06:23 +02:00
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Arne Schauf
22eecac4d5 Host model 2013-09-28 18:02:13 +02:00