django-authority/authority
greg 91929a76c9 Features removed in 1.9 :
1. All models need to be defined inside an installed application or declare an explicit app_label. Furthermore, it isn’t possible to import them before their application is loaded. In particular, it isn’t possible to import models inside the root package of an application

2. The django.contrib.contenttypes.generic module is removed

3. django.db.models.loading is removed.
2016-07-27 18:41:25 +02:00
..
fixtures Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00
migrations Adding migration to support Django 1.8 2016-03-29 23:26:48 +06:00
templates Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
templatetags Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
__init__.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
admin.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
compat.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
decorators.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
exceptions.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
forms.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
managers.py drop support for django 1.3; use prefetch_related for m2m to user__groups 2015-11-11 00:26:21 +02:00
models.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
permissions.py Removed liar comment RE: smart cache default 2014-01-29 15:29:13 -05:00
sites.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
tests.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
urls.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
utils.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
views.py Features removed in 1.9 : 2016-07-27 18:41:25 +02:00
widgets.py Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00