Jannis Leidel
3d07c79272
Remove compat code from the past.
2020-02-07 11:38:19 +01:00
Jannis Leidel
d8542ffb87
Blacken the code.
2020-02-07 10:50:47 +01:00
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
Safwan Rahman
08359c4880
Remove older Django support and fix styling issues
2016-03-29 23:24:31 +06:00
Jason Ward
8f81984939
refs #45 : Fixed broken test.
2015-12-14 11:09:43 -05:00
Bob Cribbs
2c2927f696
add compat.py file for user model
2015-11-10 22:45:10 +02:00
Travis Chase
770e696313
Updated to be straight import for readability
2013-06-11 21:52:34 -05:00
Travis Chase
5a2ea092e6
Updates to handle custom user model change from Django 1.5
2013-06-11 17:26:41 -05:00
Jannis Leidel
71eee85b85
Moved authority app from src/ to root directory
...
--HG--
rename : src/authority/__init__.py => authority/__init__.py
rename : src/authority/admin.py => authority/admin.py
rename : src/authority/decorators.py => authority/decorators.py
rename : src/authority/exceptions.py => authority/exceptions.py
rename : src/authority/fixtures/tests.json => authority/fixtures/tests.json
rename : src/authority/forms.py => authority/forms.py
rename : src/authority/managers.py => authority/managers.py
rename : src/authority/models.py => authority/models.py
rename : src/authority/permissions.py => authority/permissions.py
rename : src/authority/sites.py => authority/sites.py
rename : src/authority/templates/admin/edit_inline/action_tabular.html => authority/templates/admin/edit_inline/action_tabular.html
rename : src/authority/templates/admin/permission_change_form.html => authority/templates/admin/permission_change_form.html
rename : src/authority/templates/authority/403.html => authority/templates/authority/403.html
rename : src/authority/templates/authority/permission_delete_link.html => authority/templates/authority/permission_delete_link.html
rename : src/authority/templates/authority/permission_form.html => authority/templates/authority/permission_form.html
rename : src/authority/templates/authority/permission_request_approve_link.html => authority/templates/authority/permission_request_approve_link.html
rename : src/authority/templates/authority/permission_request_delete_link.html => authority/templates/authority/permission_request_delete_link.html
rename : src/authority/templatetags/__init__.py => authority/templatetags/__init__.py
rename : src/authority/templatetags/permissions.py => authority/templatetags/permissions.py
rename : src/authority/tests.py => authority/tests.py
rename : src/authority/urls.py => authority/urls.py
rename : src/authority/views.py => authority/views.py
rename : src/authority/widgets.py => authority/widgets.py
2010-01-07 18:00:41 +01:00