micolous / tollgate

A Python/Django-based Captive Portal System for LAN Parties. (Linux)
http://tollgate.blackhats.net.au/
GNU Affero General Public License v3.0
38 stars 15 forks source link

Resolve issues relating to Django 1.5 #56

Closed micolous closed 10 years ago

micolous commented 10 years ago

In Django 1.5, the generic views were finally removed in favor of Django 1.3's class-based generic views.

As a result, all code using this will need to be ported across. This has been started in e651439.

micolous commented 10 years ago

The changes in e651439 appear to have caught the major use of generic views.