mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Jazzbandco: Contributing guidelines and readme badge
This commit is contained in:
parent
1bcf8d5685
commit
762c1e9594
2 changed files with 10 additions and 1 deletions
5
CONTRIBUTING.md
Normal file
5
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[](https://jazzband.co/)
|
||||
|
||||
This is a [Jazzband](https://jazzband.co/) project.
|
||||
By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct)
|
||||
and follow the [guidelines](https://jazzband.co/about/guidelines).
|
||||
|
|
@ -2,6 +2,10 @@
|
|||
django-authority
|
||||
================
|
||||
|
||||
.. image:: https://jazzband.co/static/img/jazzband.svg
|
||||
:target: https://jazzband.co/
|
||||
:alt: Jazzband
|
||||
|
||||
This is a Django app for per-object-permissions that includes a bunch of
|
||||
helpers to create custom permission checks.
|
||||
|
||||
|
|
@ -53,7 +57,7 @@ Changelog:
|
|||
==========
|
||||
|
||||
0.10 (2015-12-14):
|
||||
-----------------
|
||||
------------------
|
||||
|
||||
* Fixed a bug with BasePermissionForm and django 1.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue