Jannis Leidel
|
56507c4d52
|
Added fixture file to package data.
|
2010-01-15 22:41:11 +01: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 |
|
Jannis Leidel
|
3ffc90f10d
|
Bumped version to 0.4
|
2009-07-28 17:47:12 +02:00 |
|
Jannis Leidel
|
0a73b40bef
|
Re-added dev tagging and bumping version up to 0.3
|
2009-07-17 14:16:24 +02:00 |
|
Jannis Leidel
|
d7291d5c13
|
bumped version up after releasing 0.1
|
2009-07-11 18:48:51 +02:00 |
|
Jannis Leidel
|
991905311f
|
Updated setup.py and manifest template
|
2009-07-10 01:09:42 +02:00 |
|
Jannis Leidel
|
aad51ef877
|
Removed dependency on external decorator package, using functools.wraps instead.
|
2009-07-06 11:08:36 +02:00 |
|
Jannis Leidel
|
9f426e2e92
|
Added decorator to required packages in setup.py
|
2009-06-22 16:07:20 +02:00 |
|
Jannis Leidel
|
93ee4e7239
|
Added setup.py and LICENSE
|
2009-06-08 12:06:14 +02:00 |
|